From 805fb3767f0714232b44d4f75640bc51df9c06cd Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 15:18:08 +0200 Subject: [PATCH] Rebuilt for Python 3.11 --- python-pyqt5-sip.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pyqt5-sip.spec b/python-pyqt5-sip.spec index dc0e668..796a1a8 100644 --- a/python-pyqt5-sip.spec +++ b/python-pyqt5-sip.spec @@ -6,7 +6,7 @@ Name: python-%{pkg_name} Version: 12.9.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: The sip module support for PyQt5 License: GPLv2 or GPLv3 @@ -48,6 +48,9 @@ Provides: python3-pyqt5-sip-api(%{_sip_api_major})%{?_isa} = %{_sip_api} %{python3_sitearch}/PyQt5/ %changelog +* Mon Jun 13 2022 Python Maint - 12.9.1-3 +- Rebuilt for Python 3.11 + * Sat Mar 12 2022 Scott Talbert - 12.9.1-2 - Fix FTBFS with Python 3.11.0a6 (#2062145)