From c7942dbcb4d7035f98cc9d161b03ba7547f0a582bc325b30833d34436cbb0cbd Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Mon, 22 Feb 2021 11:25:29 +0000 Subject: [PATCH] Accepting request 874293 from home:bnavigator:pyqt - Update to version 1.8.0 * Added the (as yet undocumented) pyqt-qt-wheel utility. * chrpath and install_name_tool are no longer required when bundling Qt v5.15 or later. - Changes in v1.7.0 * Added support for PyQt6, PyQt6-3D and PyQt6-NetworkAuth to pyqt-bundle. OBS-URL: https://build.opensuse.org/request/show/874293 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt5/python-pyqt-builder?expand=0&rev=6 --- PyQt-builder-1.6.0.tar.gz | 3 --- PyQt-builder-1.8.0.tar.gz | 3 +++ python-pyqt-builder.changes | 11 +++++++++++ python-pyqt-builder.spec | 11 ++++++----- 4 files changed, 20 insertions(+), 8 deletions(-) delete mode 100644 PyQt-builder-1.6.0.tar.gz create mode 100644 PyQt-builder-1.8.0.tar.gz diff --git a/PyQt-builder-1.6.0.tar.gz b/PyQt-builder-1.6.0.tar.gz deleted file mode 100644 index b803447..0000000 --- a/PyQt-builder-1.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb80f01407718bfc68f78e276f2543fcfc5b5900b1187c1fd1f2ff51a6f2a13c -size 5685616 diff --git a/PyQt-builder-1.8.0.tar.gz b/PyQt-builder-1.8.0.tar.gz new file mode 100644 index 0000000..708a36d --- /dev/null +++ b/PyQt-builder-1.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30b5fd3d1bdafeae3131070ebdc55481cf72c6a05a1b73ea2b420678bed2650c +size 5703119 diff --git a/python-pyqt-builder.changes b/python-pyqt-builder.changes index 034c335..80c3360 100644 --- a/python-pyqt-builder.changes +++ b/python-pyqt-builder.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Feb 19 19:56:34 UTC 2021 - Ben Greiner + +- Update to version 1.8.0 + * Added the (as yet undocumented) pyqt-qt-wheel utility. + * chrpath and install_name_tool are no longer required when + bundling Qt v5.15 or later. +- Changes in v1.7.0 + * Added support for PyQt6, PyQt6-3D and PyQt6-NetworkAuth to + pyqt-bundle. + ------------------------------------------------------------------- Tue Nov 24 14:54:26 UTC 2020 - Benjamin Greiner diff --git a/python-pyqt-builder.spec b/python-pyqt-builder.spec index cda3bb3..05f92db 100644 --- a/python-pyqt-builder.spec +++ b/python-pyqt-builder.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyqt-builder # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,18 +20,17 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-%{mname} -Version: 1.6.0 +Version: 1.8.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 Source0: https://files.pythonhosted.org/packages/source/P/PyQt-builder/PyQt-builder-%{version}.tar.gz BuildRequires: %{python_module setuptools} -BuildRequires: %{pythons >= 3.5} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python >= 3.5 Requires: python-sip-devel >= 5.5 +Requires: python-wheel Requires(post): update-alternatives Requires(postun): update-alternatives Provides: python-PyQt-builder = %{version} @@ -59,6 +58,7 @@ sip-install or pip can then be used to build and install the project. %install %python_install %python_clone -a %{buildroot}%{_bindir}/pyqt-bundle +%python_clone -a %{buildroot}%{_bindir}/pyqt-qt-wheel %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -69,7 +69,7 @@ $python -c 'import pyqtbuild' } %post -%python_install_alternative pyqt-bundle +%python_install_alternative pyqt-bundle pyqt-qt-wheel %postun %python_uninstall_alternative pyqt-bundle @@ -78,6 +78,7 @@ $python -c 'import pyqtbuild' %license LICENSE* %doc README NEWS ChangeLog %python_alternative %{_bindir}/pyqt-bundle +%python_alternative %{_bindir}/pyqt-qt-wheel %{python_sitelib}/pyqtbuild %{python_sitelib}/PyQt_builder-%{version}*-info