diff --git a/python-cffi.spec b/python-cffi.spec index 100cab2..b5f0cbf 100644 --- a/python-cffi.spec +++ b/python-cffi.spec @@ -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 +* Wed Jun 02 2021 Python Maint - 1.14.5-2 +- Rebuilt for Python 3.10 + * Fri Feb 12 2021 Lumír Balhar - 1.14.5-1 - Update to 1.14.5 Resolves: rhbz#1927933