From 49e9f6732a324b63869abfe7b4448c5615986be0 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Thu, 3 Jun 2021 00:44:05 +0200 Subject: [PATCH] Rebuilt for Python 3.10 --- python-cffi.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-cffi.spec b/python-cffi.spec index 100cab2..b5f0cbf 100644 --- a/python-cffi.spec +++ b/python-cffi.spec @@ -1,6 +1,6 @@ Name: python-cffi Version: 1.14.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Foreign Function Interface for Python to call C code License: MIT URL: https://cffi.readthedocs.org/ @@ -68,6 +68,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest c/ testing/ %doc doc/build/html %changelog +* Wed Jun 02 2021 Python Maint - 1.14.5-2 +- Rebuilt for Python 3.10 + * Fri Feb 12 2021 Lumír Balhar - 1.14.5-1 - Update to 1.14.5 Resolves: rhbz#1927933