From bae232311a44e6ea48611e456f90197bff40291b34edf12edc41bb4199c0d6bc Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Fri, 26 Jan 2024 08:42:16 +0000 Subject: [PATCH] - Update to 1.15.4 * Added QtMultimediaQuick to the Qt5 bundle. * Removed some plugins from the PyQt5 bundle. * Bundle the QtWebChannelQuick library. OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-pyqt-builder?expand=0&rev=21 --- PyQt-builder-1.15.3.tar.gz | 3 --- PyQt-builder-1.15.4.tar.gz | 3 +++ python-pyqt-builder.changes | 8 ++++++++ python-pyqt-builder.spec | 2 +- support-python3.6.patch | 18 +++++++++--------- 5 files changed, 21 insertions(+), 13 deletions(-) delete mode 100644 PyQt-builder-1.15.3.tar.gz create mode 100644 PyQt-builder-1.15.4.tar.gz 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..102100a 100644 --- a/python-pyqt-builder.spec +++ b/python-pyqt-builder.spec @@ -19,7 +19,7 @@ %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 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,