diff --git a/PyQt-builder-1.15.3.tar.gz b/PyQt-builder-1.15.3.tar.gz deleted file mode 100644 index e09336c..0000000 --- a/PyQt-builder-1.15.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b33e99edcb77d4a63a38605f4457a04cff4e254c771ed529ebc9589906ccdb1 -size 3909851 diff --git a/PyQt-builder-1.15.4.tar.gz b/PyQt-builder-1.15.4.tar.gz new file mode 100644 index 0000000..0ea364c --- /dev/null +++ b/PyQt-builder-1.15.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39f8c75db17d9ce17cb6bbf3df1650b5cebc1ea4e5bd73843d21cc96612b2ae1 +size 3766458 diff --git a/python-pyqt-builder.changes b/python-pyqt-builder.changes index 5f469fa..5b0b37e 100644 --- a/python-pyqt-builder.changes +++ b/python-pyqt-builder.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Jan 25 20:05:00 UTC 2024 - Ben Greiner + +- Update to 1.15.4 + * Added QtMultimediaQuick to the Qt5 bundle. + * Removed some plugins from the PyQt5 bundle. + * Bundle the QtWebChannelQuick library. + ------------------------------------------------------------------- Sun Oct 15 13:48:37 UTC 2023 - Ben Greiner diff --git a/python-pyqt-builder.spec b/python-pyqt-builder.spec index 8ad843c..287d988 100644 --- a/python-pyqt-builder.spec +++ b/python-pyqt-builder.spec @@ -19,13 +19,13 @@ %define mname pyqt-builder %{?sle15_python_module_pythons} Name: python-%{mname} -Version: 1.15.3 +Version: 1.15.4 Release: 0 Summary: The PEP 517 compliant PyQt build system License: GPL-2.0-only OR GPL-3.0-only OR SUSE-SIP URL: https://www.riverbankcomputing.com/software/pyqt-builder Source0: https://files.pythonhosted.org/packages/source/P/PyQt-builder/PyQt-builder-%{version}.tar.gz -# PATCH-FEATURE-SUSE support-python3.6.patch alarrosa@suse.com +# PATCH-FEATURE-SUSE support-python3.6.patch alarrosa@suse.com -- The PyQt5 packages have the SLE15 python module macro, but it is disable in some maintance projects Patch0: support-python3.6.patch BuildRequires: %{python_module base >= 3.6} BuildRequires: %{python_module pip} diff --git a/support-python3.6.patch b/support-python3.6.patch index 0ef8f48..8d34d27 100644 --- a/support-python3.6.patch +++ b/support-python3.6.patch @@ -1,7 +1,7 @@ -Index: PyQt-builder-1.15.3/PKG-INFO +Index: PyQt-builder-1.15.4/PKG-INFO =================================================================== ---- PyQt-builder-1.15.3.orig/PKG-INFO -+++ PyQt-builder-1.15.3/PKG-INFO +--- PyQt-builder-1.15.4.orig/PKG-INFO ++++ PyQt-builder-1.15.4/PKG-INFO @@ -9,7 +9,7 @@ License: SIP Platform: X11 Platform: macOS @@ -11,10 +11,10 @@ Index: PyQt-builder-1.15.3/PKG-INFO License-File: LICENSE License-File: LICENSE-GPL2 License-File: LICENSE-GPL3 -Index: PyQt-builder-1.15.3/PyQt_builder.egg-info/PKG-INFO +Index: PyQt-builder-1.15.4/PyQt_builder.egg-info/PKG-INFO =================================================================== ---- PyQt-builder-1.15.3.orig/PyQt_builder.egg-info/PKG-INFO -+++ PyQt-builder-1.15.3/PyQt_builder.egg-info/PKG-INFO +--- PyQt-builder-1.15.4.orig/PyQt_builder.egg-info/PKG-INFO ++++ PyQt-builder-1.15.4/PyQt_builder.egg-info/PKG-INFO @@ -9,7 +9,7 @@ License: SIP Platform: X11 Platform: macOS @@ -24,10 +24,10 @@ Index: PyQt-builder-1.15.3/PyQt_builder.egg-info/PKG-INFO License-File: LICENSE License-File: LICENSE-GPL2 License-File: LICENSE-GPL3 -Index: PyQt-builder-1.15.3/setup.py +Index: PyQt-builder-1.15.4/setup.py =================================================================== ---- PyQt-builder-1.15.3.orig/setup.py -+++ PyQt-builder-1.15.3/setup.py +--- PyQt-builder-1.15.4.orig/setup.py ++++ PyQt-builder-1.15.4/setup.py @@ -48,7 +48,7 @@ setup( name='PyQt-builder', version=version,