From f9ab00e85f29ddaf39fce0f9226f66f892f5483222c5ee555e643ef851cd0e53 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Tue, 21 Jun 2022 16:03:42 +0000 Subject: [PATCH] Accepting request 984173 from home:bnavigator:branches:KDE:Qt:PyQt - Update to version 1.13.0 * The default ABI versions are now v12.11 and v13.4 so that wrapped classes can be used by sip.array. * Removed support for bundling version of Qt older than v5.15. * Removed support for Python v3.6. OBS-URL: https://build.opensuse.org/request/show/984173 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-pyqt-builder?expand=0&rev=6 --- PyQt-builder-1.12.2.tar.gz | 3 --- PyQt-builder-1.13.0.tar.gz | 3 +++ python-pyqt-builder.changes | 9 +++++++++ python-pyqt-builder.spec | 5 ++--- 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 PyQt-builder-1.12.2.tar.gz create mode 100644 PyQt-builder-1.13.0.tar.gz diff --git a/PyQt-builder-1.12.2.tar.gz b/PyQt-builder-1.12.2.tar.gz deleted file mode 100644 index 75f42a4..0000000 --- a/PyQt-builder-1.12.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f62bb688d70e0afd88c413a8d994bda824e6cebd12b612902d1945c5a67edcd7 -size 5727071 diff --git a/PyQt-builder-1.13.0.tar.gz b/PyQt-builder-1.13.0.tar.gz new file mode 100644 index 0000000..9078a97 --- /dev/null +++ b/PyQt-builder-1.13.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4877580c38ceb5320e129b381d083b0a8601c68166d8b99707f08fa0a1689eef +size 3906564 diff --git a/python-pyqt-builder.changes b/python-pyqt-builder.changes index d35846f..02e8dc4 100644 --- a/python-pyqt-builder.changes +++ b/python-pyqt-builder.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Jun 20 21:19:02 UTC 2022 - Ben Greiner + +- Update to version 1.13.0 + * The default ABI versions are now v12.11 and v13.4 so that + wrapped classes can be used by sip.array. + * Removed support for bundling version of Qt older than v5.15. + * Removed support for Python v3.6. + ------------------------------------------------------------------- Fri Oct 29 15:02:35 UTC 2021 - Ben Greiner diff --git a/python-pyqt-builder.spec b/python-pyqt-builder.spec index 78bcff3..54dd1be 100644 --- a/python-pyqt-builder.spec +++ b/python-pyqt-builder.spec @@ -17,16 +17,15 @@ %define mname pyqt-builder -%{?!python_module:%define python_module() python3-%{**}} -%define skip_python2 1 Name: python-%{mname} -Version: 1.12.2 +Version: 1.13.0 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 BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module base >= 3.7} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-sip-devel >= 6.3