From 2020066c47c6fdac3b02cfce0d01f39b7b7f06e84ffa61f8e3f0c0401f3bb048 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Fri, 26 Feb 2021 15:11:59 +0000 Subject: [PATCH] Accepting request 875437 from home:bnavigator:pyqt - Update to version 1.9.0 * Added support for PyQtNetworkAuth. * Added support for creating Qt5 wheels. * The default minimum glibc version for Qt6 is now v2.28. OBS-URL: https://build.opensuse.org/request/show/875437 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt5/python-pyqt-builder?expand=0&rev=8 --- PyQt-builder-1.8.0.tar.gz | 3 --- PyQt-builder-1.9.0.tar.gz | 3 +++ python-pyqt-builder.changes | 8 ++++++++ python-pyqt-builder.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 PyQt-builder-1.8.0.tar.gz create mode 100644 PyQt-builder-1.9.0.tar.gz diff --git a/PyQt-builder-1.8.0.tar.gz b/PyQt-builder-1.8.0.tar.gz deleted file mode 100644 index 708a36d..0000000 --- a/PyQt-builder-1.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30b5fd3d1bdafeae3131070ebdc55481cf72c6a05a1b73ea2b420678bed2650c -size 5703119 diff --git a/PyQt-builder-1.9.0.tar.gz b/PyQt-builder-1.9.0.tar.gz new file mode 100644 index 0000000..25644ba --- /dev/null +++ b/PyQt-builder-1.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54520b4d40d6e6d1307f9cebab4730ae78e01873c88866aa1e5192c24801005a +size 5703103 diff --git a/python-pyqt-builder.changes b/python-pyqt-builder.changes index 80c3360..b04d768 100644 --- a/python-pyqt-builder.changes +++ b/python-pyqt-builder.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Feb 25 11:07:12 UTC 2021 - Ben Greiner + +- Update to version 1.9.0 + * Added support for PyQtNetworkAuth. + * Added support for creating Qt5 wheels. + * The default minimum glibc version for Qt6 is now v2.28. + ------------------------------------------------------------------- Fri Feb 19 19:56:34 UTC 2021 - Ben Greiner diff --git a/python-pyqt-builder.spec b/python-pyqt-builder.spec index 05f92db..8e30d1c 100644 --- a/python-pyqt-builder.spec +++ b/python-pyqt-builder.spec @@ -20,7 +20,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-%{mname} -Version: 1.8.0 +Version: 1.9.0 Release: 0 Summary: The PEP 517 compliant PyQt build system License: GPL-2.0-only OR GPL-3.0-only OR SUSE-SIP @@ -33,7 +33,7 @@ Requires: python-sip-devel >= 5.5 Requires: python-wheel Requires(post): update-alternatives Requires(postun): update-alternatives -Provides: python-PyQt-builder = %{version} +Provides: python-PyQt-builder = %{version}-%{release} BuildArch: noarch # SECTION Test Requirements BuildRequires: %{python_module sip-devel >= 5.5}