Accepting request 969856 from home:bnavigator:branches:KDE:Qt:PyQt
- Update to version 6.6.1 * Python v3.6 is no longer supported. * The .sip file parser (created using flex and bison) has been replaced with a pure Python implementation using PLY. * The latest version of ABI v13 is v13.3.1. * The latest version of ABI v12 is v12.10.1. OBS-URL: https://build.opensuse.org/request/show/969856 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-sip6?expand=0&rev=9
This commit is contained in:
parent
e5deadd393
commit
2bc3c72362
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 13 08:06:26 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to version 6.6.1
|
||||
* Python v3.6 is no longer supported.
|
||||
* The .sip file parser (created using flex and bison) has been
|
||||
replaced with a pure Python implementation using PLY.
|
||||
* The latest version of ABI v13 is v13.3.1.
|
||||
* The latest version of ABI v12 is v12.10.1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 5 20:26:49 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -19,15 +19,16 @@
|
||||
%{?!python_module:%define python_module() python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-sip6
|
||||
Version: 6.5.1
|
||||
Version: 6.6.1
|
||||
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 devel >= 3.6}
|
||||
BuildRequires: %{python_module devel >= 3.7}
|
||||
BuildRequires: %{python_module packaging}
|
||||
BuildRequires: %{python_module ply}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module toml}
|
||||
BuildRequires: c++_compiler
|
||||
@ -47,7 +48,9 @@ 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-devel >= 3.6
|
||||
Requires: python-devel >= 3.7
|
||||
Requires: python-packaging
|
||||
Requires: python-ply
|
||||
Requires: python-setuptools
|
||||
Requires: python-toml
|
||||
Requires(post): update-alternatives
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:204f0240db8999a749d638a987b351861843e69239b811ec3d1881412c3706a6
|
||||
size 1197925
|
3
sip-6.6.1.tar.gz
Normal file
3
sip-6.6.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:696c575c72144122701171f2cc767fe6cc87050ea755a04909152a8508ae10c3
|
||||
size 1134991
|
Loading…
x
Reference in New Issue
Block a user