Dominique Leuenberger 2021-10-20 18:23:05 +00:00 committed by Git OBS Bridge
commit 72e7e50f0a
4 changed files with 16 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:40f6df88c00e6aa9ac9a8bc5688f9fe2a4bd56c06cdb0a0b00ce8955ec34ffe5
size 5704150

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9a71e9cac134702467bd93ed9c7a5a47dc4386d93501bdcafb14cd08b3041d40
size 5726601

View File

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

View File

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