Accepting request 926281 from KDE:Qt:PyQt
OBS-URL: https://build.opensuse.org/request/show/926281 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyqt-builder?expand=0&rev=9
This commit is contained in:
commit
72e7e50f0a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:40f6df88c00e6aa9ac9a8bc5688f9fe2a4bd56c06cdb0a0b00ce8955ec34ffe5
|
||||
size 5704150
|
3
PyQt-builder-1.12.1.tar.gz
Normal file
3
PyQt-builder-1.12.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9a71e9cac134702467bd93ed9c7a5a47dc4386d93501bdcafb14cd08b3041d40
|
||||
size 5726601
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 16 16:00:52 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to version 1.12.1
|
||||
* Build universal2 wheels for Qt v6.2 and later when using
|
||||
Python v3.10 and later.
|
||||
* Added the '--arch' command line option to pyqt-bundle to
|
||||
specify a particular architecture (x86_64 or arm64) to
|
||||
bundle on macOS.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 3 12:33:30 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%{?!python_module:%define python_module() python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-%{mname}
|
||||
Version: 1.11.0
|
||||
Version: 1.12.1
|
||||
Release: 0
|
||||
Summary: The PEP 517 compliant PyQt build system
|
||||
License: GPL-2.0-only OR GPL-3.0-only OR SUSE-SIP
|
||||
@ -29,14 +29,14 @@ Source0: https://files.pythonhosted.org/packages/source/P/PyQt-builder/Py
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-sip-devel >= 5.5
|
||||
Requires: python-sip-devel >= 6.3
|
||||
Requires: python-packaging
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
Provides: python-PyQt-builder = %{version}-%{release}
|
||||
BuildArch: noarch
|
||||
# SECTION Test Requirements
|
||||
BuildRequires: %{python_module sip-devel >= 5.5}
|
||||
BuildRequires: %{python_module sip-devel >= 6.3}
|
||||
BuildRequires: %{python_module packaging}
|
||||
# /SECTION
|
||||
%python_subpackages
|
||||
|
Loading…
Reference in New Issue
Block a user