From ebdaf09ea86d4150538548727ee5cd4b64636fbac68333b46116a361a696770c Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Tue, 24 Nov 2020 20:14:55 +0000 Subject: [PATCH] Accepting request 850575 from home:bnavigator:branches:KDE:Qt5 - Update to version 1.6.0 * Appropriate defaults are now provided for the 'abi-version' and 'sip-module' options. * Added the 'jobs' builder option and corresponding '--jobs' command line option to sip-build, sip-install and sip-wheel. - Update License tag OBS-URL: https://build.opensuse.org/request/show/850575 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt5/python-pyqt-builder?expand=0&rev=4 --- PyQt-builder-1.5.0.tar.gz | 3 --- PyQt-builder-1.6.0.tar.gz | 3 +++ python-pyqt-builder.changes | 10 ++++++++++ python-pyqt-builder.spec | 13 ++++++------- 4 files changed, 19 insertions(+), 10 deletions(-) delete mode 100644 PyQt-builder-1.5.0.tar.gz create mode 100644 PyQt-builder-1.6.0.tar.gz diff --git a/PyQt-builder-1.5.0.tar.gz b/PyQt-builder-1.5.0.tar.gz deleted file mode 100644 index d0ba30a..0000000 --- a/PyQt-builder-1.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:11bbe26e8e3d5ffec6d2ef2f50596b1670eb2d8b49aee0f859821922d8282841 -size 5473948 diff --git a/PyQt-builder-1.6.0.tar.gz b/PyQt-builder-1.6.0.tar.gz new file mode 100644 index 0000000..b803447 --- /dev/null +++ b/PyQt-builder-1.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb80f01407718bfc68f78e276f2543fcfc5b5900b1187c1fd1f2ff51a6f2a13c +size 5685616 diff --git a/python-pyqt-builder.changes b/python-pyqt-builder.changes index 71e0a60..034c335 100644 --- a/python-pyqt-builder.changes +++ b/python-pyqt-builder.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Nov 24 14:54:26 UTC 2020 - Benjamin Greiner + +- Update to version 1.6.0 + * Appropriate defaults are now provided for the 'abi-version' and + 'sip-module' options. + * Added the 'jobs' builder option and corresponding '--jobs' + command line option to sip-build, sip-install and sip-wheel. +- Update License tag + ------------------------------------------------------------------- Sun Aug 30 17:28:02 UTC 2020 - Benjamin Greiner diff --git a/python-pyqt-builder.spec b/python-pyqt-builder.spec index 7fa64da..cda3bb3 100644 --- a/python-pyqt-builder.spec +++ b/python-pyqt-builder.spec @@ -15,14 +15,15 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + %define mname pyqt-builder %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-%{mname} -Version: 1.5.0 +Version: 1.6.0 Release: 0 Summary: The PEP 517 compliant PyQt build system -License: BSD-2-Clause +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} @@ -30,13 +31,13 @@ BuildRequires: %{pythons >= 3.5} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python >= 3.5 -Requires: python-sip-devel >= 5.3 +Requires: python-sip-devel >= 5.5 Requires(post): update-alternatives Requires(postun): update-alternatives Provides: python-PyQt-builder = %{version} BuildArch: noarch # SECTION Test Requirements -BuildRequires: %{python_module sip-devel >= 5.3} +BuildRequires: %{python_module sip-devel >= 5.5} # /SECTION %python_subpackages @@ -51,7 +52,6 @@ sip-install or pip can then be used to build and install the project. %prep %setup -q -n PyQt-builder-%{version} -head -n 25 pyqtbuild/__init__.py | sed -E 's/^# ?//' > LICENSE %build %python_build @@ -68,7 +68,6 @@ $python -c 'import pyqtbuild' %{buildroot}%{_bindir}/pyqt-bundle-%{$python_bin_suffix} -V } - %post %python_install_alternative pyqt-bundle @@ -76,7 +75,7 @@ $python -c 'import pyqtbuild' %python_uninstall_alternative pyqt-bundle %files %python_files -%license LICENSE +%license LICENSE* %doc README NEWS ChangeLog %python_alternative %{_bindir}/pyqt-bundle %{python_sitelib}/pyqtbuild