diff --git a/python-cffi.spec b/python-cffi.spec index e971eee..2fb7b05 100644 --- a/python-cffi.spec +++ b/python-cffi.spec @@ -1,6 +1,6 @@ Name: python-cffi Version: 1.12.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Foreign Function Interface for Python to call C code License: MIT URL: https://cffi.readthedocs.org/ @@ -90,6 +90,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest c/ testing/ %doc doc/build/html %changelog +* Fri Aug 16 2019 Miro Hrončok - 1.12.3-2 +- Rebuilt for Python 3.8 + * Thu Jul 25 2019 Miro Hrončok - 1.12.3-1 - Update to 1.12.3 (#1701577) - https://cffi.readthedocs.io/en/latest/whatsnew.html#v1-12-3