From cf0cbbb5f03480f8fdef9cd69e35af53e3258a78a232b51f905788c8d324dc99 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Tue, 21 Jun 2022 16:05:12 +0000 Subject: [PATCH] Accepting request 984169 from home:bnavigator:branches:KDE:Qt:PyQt - Update to ABI version 12.11.0 OBS-URL: https://build.opensuse.org/request/show/984169 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-qt5-sip?expand=0&rev=3 --- PyQt5_sip-12.10.1.tar.gz | 3 --- PyQt5_sip-12.11.0.tar.gz | 3 +++ python-qt5-sip.changes | 5 +++++ python-qt5-sip.spec | 7 ++----- 4 files changed, 10 insertions(+), 8 deletions(-) delete mode 100644 PyQt5_sip-12.10.1.tar.gz create mode 100644 PyQt5_sip-12.11.0.tar.gz diff --git a/PyQt5_sip-12.10.1.tar.gz b/PyQt5_sip-12.10.1.tar.gz deleted file mode 100644 index ad4ce41..0000000 --- a/PyQt5_sip-12.10.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:97e008795c453488f51a5c97dbff29cda7841afb1ca842c9e819d8e6cc0ae724 -size 121271 diff --git a/PyQt5_sip-12.11.0.tar.gz b/PyQt5_sip-12.11.0.tar.gz new file mode 100644 index 0000000..a206c49 --- /dev/null +++ b/PyQt5_sip-12.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4710fd85b57edef716cc55fae45bfd5bfac6fc7ba91036f1dcc3f331ca0eb39 +size 122792 diff --git a/python-qt5-sip.changes b/python-qt5-sip.changes index bd0595b..73c6a27 100644 --- a/python-qt5-sip.changes +++ b/python-qt5-sip.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 20 21:29:16 UTC 2022 - Ben Greiner + +- Update to ABI version 12.11.0 + ------------------------------------------------------------------- Wed Apr 13 08:33:33 UTC 2022 - Ben Greiner diff --git a/python-qt5-sip.spec b/python-qt5-sip.spec index 407de8a..db6d1e4 100644 --- a/python-qt5-sip.spec +++ b/python-qt5-sip.spec @@ -16,18 +16,15 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 Name: python-qt5-sip -Version: 12.10.1 +Version: 12.11.0 Release: 0 License: GPL-2.0-only OR GPL-3.0-only OR SUSE-SIP Summary: The sip module support for PyQt5 URL: https://www.riverbankcomputing.com/software/sip/ Group: Development/Languages/Python Source0: https://files.pythonhosted.org/packages/source/P/PyQt5-sip/PyQt5_sip-%{version}.tar.gz -BuildRequires: %pythons >= 3.7 -BuildRequires: %{python_module devel} +BuildRequires: %{python_module devel >= 3.7} BuildRequires: %{python_module setuptools >= 30.3} BuildRequires: fdupes BuildRequires: python-rpm-macros