Accepting request 1117882 from home:bnavigator:branches:KDE:Qt:PyQt
- Update to 6.7.12 * The latest version of ABI v13 is v13.6.0. * The latest version of ABI v12 is v12.13.0. * Added sipPyTypeDictRef() to the v12 and v13 ABIs. sipPyTypeDict() is now deprecated and must not be used with Python v3.12 and later. * Classes will automatically support being iterated over if they implement '__getitem__()' or 'operator[]' and have a method annotated with '__len__'. * Bug fixes. OBS-URL: https://build.opensuse.org/request/show/1117882 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-sip6?expand=0&rev=37
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 15 13:42:16 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to 6.7.12
|
||||
* The latest version of ABI v13 is v13.6.0.
|
||||
* The latest version of ABI v12 is v12.13.0.
|
||||
* Added sipPyTypeDictRef() to the v12 and v13 ABIs.
|
||||
sipPyTypeDict() is now deprecated and must not be used with
|
||||
Python v3.12 and later.
|
||||
* Classes will automatically support being iterated over if they
|
||||
implement '__getitem__()' or 'operator[]' and have a method
|
||||
annotated with '__len__'.
|
||||
* Bug fixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 27 09:01:01 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-sip6
|
||||
Version: 6.7.11
|
||||
Version: 6.7.12
|
||||
Release: 0
|
||||
Summary: A Python bindings generator for C/C++ libraries
|
||||
License: GPL-2.0-only OR GPL-3.0-only OR SUSE-SIP
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f0dc3287a0b172e5664931c87847750d47e4fdcda4fe362b514af8edd655b469
|
||||
size 1165368
|
BIN
sip-6.7.12.tar.gz
(Stored with Git LFS)
Normal file
BIN
sip-6.7.12.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,7 +1,7 @@
|
||||
Index: sip-6.7.9/PKG-INFO
|
||||
Index: sip-6.7.12/PKG-INFO
|
||||
===================================================================
|
||||
--- sip-6.7.9.orig/PKG-INFO
|
||||
+++ sip-6.7.9/PKG-INFO
|
||||
--- sip-6.7.12.orig/PKG-INFO
|
||||
+++ sip-6.7.12/PKG-INFO
|
||||
@@ -9,7 +9,7 @@ License: SIP
|
||||
Platform: X11
|
||||
Platform: macOS
|
||||
@@ -9,12 +9,12 @@ Index: sip-6.7.9/PKG-INFO
|
||||
-Requires-Python: >=3.7
|
||||
+Requires-Python: >=3.6
|
||||
License-File: LICENSE
|
||||
License-File: LICENSE-GPL3
|
||||
License-File: LICENSE-GPL2
|
||||
Index: sip-6.7.9/setup.py
|
||||
License-File: LICENSE-GPL3
|
||||
Index: sip-6.7.12/setup.py
|
||||
===================================================================
|
||||
--- sip-6.7.9.orig/setup.py
|
||||
+++ sip-6.7.9/setup.py
|
||||
--- sip-6.7.12.orig/setup.py
|
||||
+++ sip-6.7.12/setup.py
|
||||
@@ -50,7 +50,7 @@ setup(
|
||||
name='sip',
|
||||
version=version,
|
||||
@@ -24,20 +24,20 @@ Index: sip-6.7.9/setup.py
|
||||
install_requires=['packaging', 'ply', 'setuptools',
|
||||
'tomli;python_version<"3.11"'],
|
||||
packages=find_packages(),
|
||||
Index: sip-6.7.9/sipbuild/py_versions.py
|
||||
Index: sip-6.7.12/sipbuild/py_versions.py
|
||||
===================================================================
|
||||
--- sip-6.7.9.orig/sipbuild/py_versions.py
|
||||
+++ sip-6.7.9/sipbuild/py_versions.py
|
||||
--- sip-6.7.12.orig/sipbuild/py_versions.py
|
||||
+++ sip-6.7.12/sipbuild/py_versions.py
|
||||
@@ -22,4 +22,4 @@
|
||||
|
||||
|
||||
# The oldest supported minor version of Python v3.
|
||||
-OLDEST_SUPPORTED_MINOR = 7
|
||||
+OLDEST_SUPPORTED_MINOR = 6
|
||||
Index: sip-6.7.9/sipbuild/module/source/12/setup.py.in
|
||||
Index: sip-6.7.12/sipbuild/module/source/12/setup.py.in
|
||||
===================================================================
|
||||
--- sip-6.7.9.orig/sipbuild/module/source/12/setup.py.in
|
||||
+++ sip-6.7.9/sipbuild/module/source/12/setup.py.in
|
||||
--- sip-6.7.12.orig/sipbuild/module/source/12/setup.py.in
|
||||
+++ sip-6.7.12/sipbuild/module/source/12/setup.py.in
|
||||
@@ -40,6 +40,6 @@ setup(
|
||||
name='@SIP_MODULE_PROJECT_NAME@',
|
||||
version='@SIP_MODULE_VERSION@',
|
||||
@@ -46,10 +46,10 @@ Index: sip-6.7.9/sipbuild/module/source/12/setup.py.in
|
||||
+ python_requires='>=3.6',
|
||||
ext_modules=[module]
|
||||
)
|
||||
Index: sip-6.7.9/sipbuild/module/source/12/sip.h.in
|
||||
Index: sip-6.7.12/sipbuild/module/source/12/sip.h.in
|
||||
===================================================================
|
||||
--- sip-6.7.9.orig/sipbuild/module/source/12/sip.h.in
|
||||
+++ sip-6.7.9/sipbuild/module/source/12/sip.h.in
|
||||
--- sip-6.7.12.orig/sipbuild/module/source/12/sip.h.in
|
||||
+++ sip-6.7.12/sipbuild/module/source/12/sip.h.in
|
||||
@@ -24,8 +24,8 @@
|
||||
#include <Python.h>
|
||||
|
||||
@@ -61,10 +61,10 @@ Index: sip-6.7.9/sipbuild/module/source/12/sip.h.in
|
||||
#endif
|
||||
|
||||
|
||||
Index: sip-6.7.9/sipbuild/module/source/13/setup.py.in
|
||||
Index: sip-6.7.12/sipbuild/module/source/13/setup.py.in
|
||||
===================================================================
|
||||
--- sip-6.7.9.orig/sipbuild/module/source/13/setup.py.in
|
||||
+++ sip-6.7.9/sipbuild/module/source/13/setup.py.in
|
||||
--- sip-6.7.12.orig/sipbuild/module/source/13/setup.py.in
|
||||
+++ sip-6.7.12/sipbuild/module/source/13/setup.py.in
|
||||
@@ -40,6 +40,6 @@ setup(
|
||||
name='@SIP_MODULE_PROJECT_NAME@',
|
||||
version='@SIP_MODULE_VERSION@',
|
||||
@@ -73,10 +73,10 @@ Index: sip-6.7.9/sipbuild/module/source/13/setup.py.in
|
||||
+ python_requires='>=3.6',
|
||||
ext_modules=[module]
|
||||
)
|
||||
Index: sip-6.7.9/sipbuild/module/source/13/sip.h.in
|
||||
Index: sip-6.7.12/sipbuild/module/source/13/sip.h.in
|
||||
===================================================================
|
||||
--- sip-6.7.9.orig/sipbuild/module/source/13/sip.h.in
|
||||
+++ sip-6.7.9/sipbuild/module/source/13/sip.h.in
|
||||
--- sip-6.7.12.orig/sipbuild/module/source/13/sip.h.in
|
||||
+++ sip-6.7.12/sipbuild/module/source/13/sip.h.in
|
||||
@@ -24,8 +24,8 @@
|
||||
#include <Python.h>
|
||||
|
||||
|
Reference in New Issue
Block a user