Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-sip6 for openSUSE:Factory checked in at 2023-10-16 22:33:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-sip6 (Old) and /work/SRC/openSUSE:Factory/.python-sip6.new.20540 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sip6" Mon Oct 16 22:33:09 2023 rev:17 rq:1117890 version:6.7.12 Changes: -------- --- /work/SRC/openSUSE:Factory/python-sip6/python-sip6.changes 2023-09-29 21:13:49.206281735 +0200 +++ /work/SRC/openSUSE:Factory/.python-sip6.new.20540/python-sip6.changes 2023-10-16 22:33:17.768496338 +0200 @@ -1,0 +2,14 @@ +Sun Oct 15 13:42:16 UTC 2023 - Ben Greiner <[email protected]> + +- 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. + +------------------------------------------------------------------- Old: ---- sip-6.7.11.tar.gz New: ---- sip-6.7.12.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-sip6.spec ++++++ --- /var/tmp/diff_new_pack.T3Q238/_old 2023-10-16 22:33:19.856571655 +0200 +++ /var/tmp/diff_new_pack.T3Q238/_new 2023-10-16 22:33:19.856571655 +0200 @@ -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 ++++++ sip-6.7.11.tar.gz -> sip-6.7.12.tar.gz ++++++ ++++ 5419 lines of diff (skipped) ++++++ support-python3.6.patch ++++++ --- /var/tmp/diff_new_pack.T3Q238/_old 2023-10-16 22:33:20.136581755 +0200 +++ /var/tmp/diff_new_pack.T3Q238/_new 2023-10-16 22:33:20.140581900 +0200 @@ -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 @@ -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 @@ 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 @@ + 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 @@ #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 @@ + 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>
