1
0

Accepting request 970250 from home:bnavigator:branches:KDE:Qt:PyQt

- Update to ABI version 12.10.1
- Support for Python 3.6 has been dropped

OBS-URL: https://build.opensuse.org/request/show/970250
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-qt5-sip?expand=0&rev=2
This commit is contained in:
2022-04-19 08:33:43 +00:00
committed by Git OBS Bridge
parent 7899fa81b7
commit 030943a49d
7 changed files with 11 additions and 1080 deletions

View File

@@ -19,17 +19,14 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-qt5-sip
Version: 12.9.0
Version: 12.10.1
Release: 0
License: GPL-2.0-only OR GPL-3.0-only OR SUSE-SIP
Summary: The sip module support for PyQt5
URL: https://www.riverbankcomputing.com/software/sip/
Group: Development/Languages/Python
Source0: https://files.pythonhosted.org/packages/source/P/PyQt5-sip/PyQt5_sip-%{version}.tar.gz
Source1: https://www.riverbankcomputing.com/hg/sip/raw-file/tip/LICENSE
Source2: https://www.riverbankcomputing.com/hg/sip/raw-file/tip/LICENSE-GPL2
Source3: https://www.riverbankcomputing.com/hg/sip/raw-file/tip/LICENSE-GPL3
BuildRequires: %pythons > 3.5
BuildRequires: %pythons >= 3.7
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools >= 30.3}
BuildRequires: fdupes
@@ -49,7 +46,6 @@ create wxPython, the Python bindings for the wxWidget toolkit.
%prep
%setup -q -n PyQt5_sip-%{version}
cp %{SOURCE1} %{SOURCE2} %{SOURCE3} .
%build
%python_build