From 27ad29c535c54d1566e348e80ad1f72c19dc534acaf0569249e00f65ef7cf3c1 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Mon, 4 Oct 2021 21:35:27 +0000 Subject: [PATCH] Accepting request 922899 from home:bnavigator:branches:KDE:Qt:PyQt - Update to version 1.11.0 * Added support for bundling Qt v6.2. * Added support for PyQt6-WebEngine to pyqt-bundle. OBS-URL: https://build.opensuse.org/request/show/922899 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-pyqt-builder?expand=0&rev=3 --- PyQt-builder-1.10.3.tar.gz | 3 --- PyQt-builder-1.11.0.tar.gz | 3 +++ python-pyqt-builder.changes | 7 +++++++ python-pyqt-builder.spec | 7 ++++--- 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 PyQt-builder-1.10.3.tar.gz create mode 100644 PyQt-builder-1.11.0.tar.gz diff --git a/PyQt-builder-1.10.3.tar.gz b/PyQt-builder-1.10.3.tar.gz deleted file mode 100644 index 314fd30..0000000 --- a/PyQt-builder-1.10.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ade47445b7d8c08eb96e91ebda5f8b3494b3e7a9da2be343b9d0704419cb5c7 -size 5725537 diff --git a/PyQt-builder-1.11.0.tar.gz b/PyQt-builder-1.11.0.tar.gz new file mode 100644 index 0000000..8b889ea --- /dev/null +++ b/PyQt-builder-1.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40f6df88c00e6aa9ac9a8bc5688f9fe2a4bd56c06cdb0a0b00ce8955ec34ffe5 +size 5704150 diff --git a/python-pyqt-builder.changes b/python-pyqt-builder.changes index 5c440d0..835be7c 100644 --- a/python-pyqt-builder.changes +++ b/python-pyqt-builder.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Oct 3 12:33:30 UTC 2021 - Ben Greiner + +- Update to version 1.11.0 + * Added support for bundling Qt v6.2. + * Added support for PyQt6-WebEngine to pyqt-bundle. + ------------------------------------------------------------------- Thu Aug 19 09:32:37 UTC 2021 - Ben Greiner diff --git a/python-pyqt-builder.spec b/python-pyqt-builder.spec index 0920e48..9d97494 100644 --- a/python-pyqt-builder.spec +++ b/python-pyqt-builder.spec @@ -17,10 +17,10 @@ %define mname pyqt-builder -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-%{mname} -Version: 1.10.3 +Version: 1.11.0 Release: 0 Summary: The PEP 517 compliant PyQt build system License: GPL-2.0-only OR GPL-3.0-only OR SUSE-SIP @@ -30,13 +30,14 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-sip-devel >= 5.5 -Requires: python-wheel +Requires: python-packaging Requires(post): update-alternatives Requires(postun):update-alternatives Provides: python-PyQt-builder = %{version}-%{release} BuildArch: noarch # SECTION Test Requirements BuildRequires: %{python_module sip-devel >= 5.5} +BuildRequires: %{python_module packaging} # /SECTION %python_subpackages