diff --git a/PyQt5-5.15.6.tar.gz b/PyQt5-5.15.9.tar.gz similarity index 33% rename from PyQt5-5.15.6.tar.gz rename to PyQt5-5.15.9.tar.gz index d90c0747b96c9435ee84d855d075e0d504b6c267..dd04cc28ebc921789b9e346b9ae2945e1ccc0069 100644 Binary files a/PyQt5-5.15.6.tar.gz and b/PyQt5-5.15.9.tar.gz differ diff --git a/python-qt5.spec b/python-qt5.spec index 9a9b2a0fce49817fcc61427ee0bd28befa947774..015ecb4b6cdb50010a228399f032a60eb194da4a 100644 --- a/python-qt5.spec +++ b/python-qt5.spec @@ -8,12 +8,12 @@ %global py3_site_qt5 %{python3_sitearch}/PyQt5 Name: python-qt5 -Version: 5.15.6 -Release: 3 +Version: 5.15.9 +Release: 1 Summary: PyQt5 is a set of Python bindings for Qt5 License: GPLv3 Url: http://www.riverbankcomputing.com/software/pyqt/ -Source0: https://pypi.python.org/packages/source/P/PyQt5/PyQt5-%{version}.tar.gz +Source0: %{pypi_source PyQt5} Source1: macros.pyqt5 Source2: pylupdate5.sh Source3: pyrcc5.sh @@ -111,6 +111,7 @@ Python v3 bindings for Qt5 Webkit. %prep %autosetup -n PyQt5-%{version} -p1 +sed -i 's/@MinimumSipVersion@/4.19.12/g' ./configure.py %build export PATH="%{_qt5_bindir}:$PATH" @@ -239,6 +240,9 @@ popd %doc %{_qt5_datadir}/qsci/api/python/PyQt5.api %changelog +* Thu Sep 05 2024 Ge Wang - 5.15.9-1 +- Update to Pyqt5 5.15.9 + * Thu Aug 24 2023 peijiankang - 5.15.6-3 - Remove fix-qcborcommon.patch