Rebuilt for Python 3.11
This commit is contained in:
parent
a520fffd00
commit
b68667442d
@ -1,7 +1,7 @@
|
|||||||
Name: python-cffi
|
Name: python-cffi
|
||||||
%global general_version 1.15.0
|
%global general_version 1.15.0
|
||||||
Version: %{general_version}%{?prerel:~%{prerel}}
|
Version: %{general_version}%{?prerel:~%{prerel}}
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Summary: Foreign Function Interface for Python to call C code
|
Summary: Foreign Function Interface for Python to call C code
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://cffi.readthedocs.org/
|
URL: https://cffi.readthedocs.org/
|
||||||
@ -73,6 +73,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest c/ testing/
|
|||||||
%doc doc/build/html
|
%doc doc/build/html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.15.0-6
|
||||||
|
- Rebuilt for Python 3.11
|
||||||
|
|
||||||
* Wed Mar 30 2022 Miro Hrončok <mhroncok@redhat.com> - 1.15.0-5
|
* Wed Mar 30 2022 Miro Hrončok <mhroncok@redhat.com> - 1.15.0-5
|
||||||
- Fix alignment issue on ppc64le
|
- Fix alignment issue on ppc64le
|
||||||
- Fixes: rhbz#2046865
|
- Fixes: rhbz#2046865
|
||||||
|
Loading…
Reference in New Issue
Block a user