From b68667442d6b4683b81e2cb455d41611ccac7e0c Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 18:18:30 +0200 Subject: [PATCH] Rebuilt for Python 3.11 --- python-cffi.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-cffi.spec b/python-cffi.spec index 40503c8..359603b 100644 --- a/python-cffi.spec +++ b/python-cffi.spec @@ -1,7 +1,7 @@ Name: python-cffi %global general_version 1.15.0 Version: %{general_version}%{?prerel:~%{prerel}} -Release: 5%{?dist} +Release: 6%{?dist} Summary: Foreign Function Interface for Python to call C code License: MIT URL: https://cffi.readthedocs.org/ @@ -73,6 +73,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest c/ testing/ %doc doc/build/html %changelog +* Mon Jun 13 2022 Python Maint - 1.15.0-6 +- Rebuilt for Python 3.11 + * Wed Mar 30 2022 Miro HronĨok - 1.15.0-5 - Fix alignment issue on ppc64le - Fixes: rhbz#2046865