Accepting request 984547 from KDE:Qt:PyQt

- Update to ABI version 13.4.0
  * The array type is now accessible from the sip module.

OBS-URL: https://build.opensuse.org/request/show/984547
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyQt6-sip?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2022-06-23 08:23:27 +00:00 committed by Git OBS Bridge
commit 89d324fdf2
4 changed files with 11 additions and 8 deletions

View File

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

3
PyQt6_sip-13.4.0.tar.gz Normal file
View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jun 20 21:27:09 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update to ABI version 13.4.0
* The array type is now accessible from the sip module.
-------------------------------------------------------------------
Wed Apr 13 08:31:18 UTC 2022 - Ben Greiner <code@bnavigator.de>

View File

@ -16,17 +16,14 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-PyQt6-sip
Version: 13.3.1
Version: 13.4.0
Release: 0
Summary: The sip module support for PyQt6
License: GPL-2.0-only OR GPL-3.0-only OR SUSE-SIP
URL: https://www.riverbankcomputing.com/software/sip/
Source0: https://files.pythonhosted.org/packages/source/P/PyQt6-sip/PyQt6_sip-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module devel >= 3.7}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros