From db04ce7be3604fd87519baf30b6a19e1e2f31149 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 3 Oct 2019 14:05:39 +0200 Subject: [PATCH] Rebuilt for Python 3.8.0rc1 (#1748018) --- python-cffi.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-cffi.spec b/python-cffi.spec index 4d418b3..8c70d3d 100644 --- a/python-cffi.spec +++ b/python-cffi.spec @@ -1,6 +1,6 @@ Name: python-cffi Version: 1.12.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Foreign Function Interface for Python to call C code License: MIT URL: https://cffi.readthedocs.org/ @@ -94,6 +94,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest c/ testing/ %doc doc/build/html %changelog +* Thu Oct 03 2019 Miro Hrončok - 1.12.3-4 +- Rebuilt for Python 3.8.0rc1 (#1748018) + * Mon Aug 26 2019 Miro Hrončok - 1.12.3-3 - Reduce Python 2 build dependencies