- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937

Signed-off-by: Mohan Boddu <mboddu@redhat.com>
This commit is contained in:
Mohan Boddu 2021-04-16 04:15:09 +00:00
parent 0473c188ca
commit 1950a612c1

View File

@ -1,6 +1,6 @@
Name: python-cffi
Version: 1.14.5
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Foreign Function Interface for Python to call C code
License: MIT
URL: https://cffi.readthedocs.org/
@ -68,6 +68,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest c/ testing/
%doc doc/build/html
%changelog
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.14.5-2
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Fri Feb 12 2021 Lumír Balhar <lbalhar@redhat.com> - 1.14.5-1
- Update to 1.14.5
Resolves: rhbz#1927933