From 76ff2656bebb92b2da522486601de8c2092d617b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 16 Aug 2019 02:09:39 +0200 Subject: [PATCH] Rebuilt for Python 3.8 --- python-cffi.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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