Accepting request 922898 from home:bnavigator:branches:KDE:Qt:PyQt
- Update to version 6.2.0 * The interpreter tag in the name of a wheel now specifies a minimum Python version (rather than each supported Python version) when the limited API is used. * The /PyQtNoQMetaObject/ annotation can now be applied to namespaces. * sip-build, sip-install and sip-wheel now support the --disabled-feature command line option. * Added support for Python v3.10. * Added the setuptools builder which is the default for Python v3.10 and later. * The ABI version, wherever specified, is now a minimum version with a default minor version of 0. OBS-URL: https://build.opensuse.org/request/show/922898 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-sip6?expand=0&rev=4
This commit is contained in:
parent
4d40f62226
commit
2f33770de1
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 3 12:33:30 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to version 6.2.0
|
||||
* The interpreter tag in the name of a wheel now specifies
|
||||
a minimum Python version (rather than each supported
|
||||
Python version) when the limited API is used.
|
||||
* The /PyQtNoQMetaObject/ annotation can now be applied to
|
||||
namespaces.
|
||||
* sip-build, sip-install and sip-wheel now support the
|
||||
--disabled-feature command line option.
|
||||
* Added support for Python v3.10.
|
||||
* Added the setuptools builder which is the default for
|
||||
Python v3.10 and later.
|
||||
* The ABI version, wherever specified, is now a minimum
|
||||
version with a default minor version of 0.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 13 16:00:47 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -19,15 +19,14 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-sip6
|
||||
Version: 6.1.1
|
||||
Version: 6.2.0
|
||||
Release: 0
|
||||
Summary: A Python bindings generator for C/C++ libraries
|
||||
License: GPL-2.0-only OR GPL-3.0-only OR SUSE-SIP
|
||||
Group: Development/Libraries/Python
|
||||
URL: https://www.riverbankcomputing.com/software/sip
|
||||
Source0: https://files.pythonhosted.org/packages/source/s/sip/sip-%{version}.tar.gz
|
||||
BuildRequires: %{python_module base >= 3.6}
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module devel >= 3.6}
|
||||
BuildRequires: %{python_module packaging}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module toml}
|
||||
@ -48,8 +47,7 @@ to generate wxPython, the Python bindings for wxWidgets.
|
||||
Summary: A Python bindings generator for C/C++ libraries
|
||||
Group: Development/Libraries/Python
|
||||
Requires: c++_compiler
|
||||
Requires: python-base >= 3.6
|
||||
Requires: python-devel
|
||||
Requires: python-devel >= 3.6
|
||||
Requires: python-setuptools
|
||||
Requires: python-toml
|
||||
Requires(post): update-alternatives
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:52d25af2fcd764c4e15cc9cd1350bdb0e63f52dfa2aa3c5e7679af7fde9f7e20
|
||||
size 1441692
|
3
sip-6.2.0.tar.gz
Normal file
3
sip-6.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:34d2270b4ed8d7f8e55cc4ba821d718ee40d9bb2449c6b5cf8a10139d5c121ac
|
||||
size 1181661
|
Loading…
x
Reference in New Issue
Block a user