diff --git a/python-cffi.spec b/python-cffi.spec index f2471b1..7f6f00a 100644 --- a/python-cffi.spec +++ b/python-cffi.spec @@ -1,6 +1,6 @@ Name: python-cffi Version: 1.14.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Foreign Function Interface for Python to call C code License: MIT URL: https://cffi.readthedocs.org/ @@ -70,6 +70,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest -k "not test_u %doc doc/build/html %changelog +* Sat May 23 2020 Miro Hrončok - 1.14.0-2 +- Rebuilt for Python 3.9 + * Mon Feb 10 2020 Lumír Balhar - 1.14.0 - Update to 1.14.0 (#1800646)