Rebuilt for Python 3.11

This commit is contained in:
Python Maint 2022-06-13 18:18:30 +02:00 committed by Miro Hrončok
parent a520fffd00
commit b68667442d

View File

@ -1,7 +1,7 @@
Name: python-cffi
%global general_version 1.15.0
Version: %{general_version}%{?prerel:~%{prerel}}
Release: 5%{?dist}
Release: 6%{?dist}
Summary: Foreign Function Interface for Python to call C code
License: MIT
URL: https://cffi.readthedocs.org/
@ -73,6 +73,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest c/ testing/
%doc doc/build/html
%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
- Fix alignment issue on ppc64le
- Fixes: rhbz#2046865