From 21452e390122ee9e5ad2726b477ed74dc3a41ff8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sat, 23 May 2020 04:47:51 +0200 Subject: [PATCH] Rebuilt for Python 3.9 --- python-cffi.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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)