From 3f7e2587e71c0d380a8873502823011f16a8bb7fc5bf5e17c2796d4cc9c0ccf3 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Mon, 5 Jul 2021 17:54:06 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-pyqt-builder?expand=0&rev=1 --- PyQt-builder-1.10.3.tar.gz | 3 +++ PyQt-builder-1.9.1.tar.gz | 3 --- python-pyqt-builder.changes | 22 ++++++++++++++++++++++ python-pyqt-builder.spec | 18 +++++++++--------- 4 files changed, 34 insertions(+), 12 deletions(-) create mode 100644 PyQt-builder-1.10.3.tar.gz delete mode 100644 PyQt-builder-1.9.1.tar.gz diff --git a/PyQt-builder-1.10.3.tar.gz b/PyQt-builder-1.10.3.tar.gz new file mode 100644 index 0000000..314fd30 --- /dev/null +++ b/PyQt-builder-1.10.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ade47445b7d8c08eb96e91ebda5f8b3494b3e7a9da2be343b9d0704419cb5c7 +size 5725537 diff --git a/PyQt-builder-1.9.1.tar.gz b/PyQt-builder-1.9.1.tar.gz deleted file mode 100644 index 5f4b262..0000000 --- a/PyQt-builder-1.9.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d669fe8fa434a3e47abde3b40d924d91932e8e19d88b20c778a3e1c77621ebc -size 5703222 diff --git a/python-pyqt-builder.changes b/python-pyqt-builder.changes index b3986ef..9195eec 100644 --- a/python-pyqt-builder.changes +++ b/python-pyqt-builder.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Sun Jul 4 13:42:44 UTC 2021 - Ben Greiner + +- Update to version 1.10.3 + * minor bug fixes for Qt v6.1.2 + +------------------------------------------------------------------- +Tue Jun 15 13:03:25 UTC 2021 - Ben Greiner + +- Update to version 1.10.1 + * The default sip module ABI version is now the minimum required + by current PyQt versions rather than the latest available from + SIP. + +------------------------------------------------------------------- +Thu May 13 18:20:52 UTC 2021 - Ben Greiner + +- Update to version 1.10.0 + * Added support for bundling Qt v6.1. + * Added support for PyQt6-Charts to pyqt-bundle. + * Added support for PyQt6-DataVisualization to pyqt-bundle. + ------------------------------------------------------------------- Thu Mar 11 19:48:31 UTC 2021 - Ben Greiner diff --git a/python-pyqt-builder.spec b/python-pyqt-builder.spec index 3eec5b2..39c4fc2 100644 --- a/python-pyqt-builder.spec +++ b/python-pyqt-builder.spec @@ -1,5 +1,5 @@ # -# spec file for package python-pyqt-builder +# spec file # # Copyright (c) 2021 SUSE LLC # @@ -20,11 +20,11 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-%{mname} -Version: 1.9.1 +Version: 1.10.3 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 +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: fdupes @@ -32,7 +32,7 @@ BuildRequires: python-rpm-macros Requires: python-sip-devel >= 5.5 Requires: python-wheel Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives Provides: python-PyQt-builder = %{version}-%{release} BuildArch: noarch # SECTION Test Requirements @@ -41,12 +41,12 @@ BuildRequires: %{python_module sip-devel >= 5.5} %python_subpackages %description -PyQt-builder is the PEP 517 compliant build system for PyQt and projects that -extend PyQt. It extends the sip build system and uses Qt’s qmake to perform the +PyQt-builder is the PEP 517 compliant build system for PyQt and projects that +extend PyQt. It extends the sip build system and uses Qt’s qmake to perform the actual compilation and installation of extension modules. -Projects that use PyQt-builder provide an appropriate pyproject.toml file and an -optional project.py script. Any PEP 517 compliant frontend, for example +Projects that use PyQt-builder provide an appropriate pyproject.toml file and an +optional project.py script. Any PEP 517 compliant frontend, for example sip-install or pip can then be used to build and install the project. %prep @@ -62,7 +62,7 @@ sip-install or pip can then be used to build and install the project. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%{python_expand # no real unit tests; check import and bundle entry point +%{python_expand # no real unit tests; check import and bundle entry point export PYTHONPATH=%{buildroot}%{$python_sitelib} $python -c 'import pyqtbuild' %{buildroot}%{_bindir}/pyqt-bundle-%{$python_bin_suffix} -V