Benjamin Greiner 2021-07-05 17:54:06 +00:00 committed by Git OBS Bridge
parent 347b1f0775
commit 3f7e2587e7
4 changed files with 34 additions and 12 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6ade47445b7d8c08eb96e91ebda5f8b3494b3e7a9da2be343b9d0704419cb5c7
size 5725537

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8d669fe8fa434a3e47abde3b40d924d91932e8e19d88b20c778a3e1c77621ebc
size 5703222

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Sun Jul 4 13:42:44 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to version 1.10.3
* minor bug fixes for Qt v6.1.2
-------------------------------------------------------------------
Tue Jun 15 13:03:25 UTC 2021 - Ben Greiner <code@bnavigator.de>
- 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 <code@bnavigator.de>
- 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 <code@bnavigator.de>

View File

@ -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 Qts 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 Qts 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