Accepting request 922899 from home:bnavigator:branches:KDE:Qt:PyQt
- Update to version 1.11.0 * Added support for bundling Qt v6.2. * Added support for PyQt6-WebEngine to pyqt-bundle. OBS-URL: https://build.opensuse.org/request/show/922899 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-pyqt-builder?expand=0&rev=3
This commit is contained in:
parent
a9fdf3512a
commit
27ad29c535
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6ade47445b7d8c08eb96e91ebda5f8b3494b3e7a9da2be343b9d0704419cb5c7
|
|
||||||
size 5725537
|
|
3
PyQt-builder-1.11.0.tar.gz
Normal file
3
PyQt-builder-1.11.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:40f6df88c00e6aa9ac9a8bc5688f9fe2a4bd56c06cdb0a0b00ce8955ec34ffe5
|
||||||
|
size 5704150
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 3 12:33:30 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Update to version 1.11.0
|
||||||
|
* Added support for bundling Qt v6.2.
|
||||||
|
* Added support for PyQt6-WebEngine to pyqt-bundle.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 19 09:32:37 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
Thu Aug 19 09:32:37 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -17,10 +17,10 @@
|
|||||||
|
|
||||||
|
|
||||||
%define mname pyqt-builder
|
%define mname pyqt-builder
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-%{mname}
|
Name: python-%{mname}
|
||||||
Version: 1.10.3
|
Version: 1.11.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The PEP 517 compliant PyQt build system
|
Summary: The PEP 517 compliant PyQt build system
|
||||||
License: GPL-2.0-only OR GPL-3.0-only OR SUSE-SIP
|
License: GPL-2.0-only OR GPL-3.0-only OR SUSE-SIP
|
||||||
@ -30,13 +30,14 @@ BuildRequires: %{python_module setuptools}
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-sip-devel >= 5.5
|
Requires: python-sip-devel >= 5.5
|
||||||
Requires: python-wheel
|
Requires: python-packaging
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun):update-alternatives
|
Requires(postun):update-alternatives
|
||||||
Provides: python-PyQt-builder = %{version}-%{release}
|
Provides: python-PyQt-builder = %{version}-%{release}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# SECTION Test Requirements
|
# SECTION Test Requirements
|
||||||
BuildRequires: %{python_module sip-devel >= 5.5}
|
BuildRequires: %{python_module sip-devel >= 5.5}
|
||||||
|
BuildRequires: %{python_module packaging}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user