Richard Brown 2021-03-05 12:44:27 +00:00 committed by Git OBS Bridge
commit 615a0a75b5
4 changed files with 13 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:30b5fd3d1bdafeae3131070ebdc55481cf72c6a05a1b73ea2b420678bed2650c
size 5703119

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:54520b4d40d6e6d1307f9cebab4730ae78e01873c88866aa1e5192c24801005a
size 5703103

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Feb 25 11:07:12 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to version 1.9.0
* Added support for PyQtNetworkAuth.
* Added support for creating Qt5 wheels.
* The default minimum glibc version for Qt6 is now v2.28.
-------------------------------------------------------------------
Fri Feb 19 19:56:34 UTC 2021 - Ben Greiner <code@bnavigator.de>

View File

@ -20,7 +20,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-%{mname}
Version: 1.8.0
Version: 1.9.0
Release: 0
Summary: The PEP 517 compliant PyQt build system
License: GPL-2.0-only OR GPL-3.0-only OR SUSE-SIP
@ -33,7 +33,7 @@ Requires: python-sip-devel >= 5.5
Requires: python-wheel
Requires(post): update-alternatives
Requires(postun): update-alternatives
Provides: python-PyQt-builder = %{version}
Provides: python-PyQt-builder = %{version}-%{release}
BuildArch: noarch
# SECTION Test Requirements
BuildRequires: %{python_module sip-devel >= 5.5}