Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-PyQt6-sip for openSUSE:Factory checked in at 2023-02-10 14:34:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-PyQt6-sip (Old) and /work/SRC/openSUSE:Factory/.python-PyQt6-sip.new.1848 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-PyQt6-sip" Fri Feb 10 14:34:25 2023 rev:6 rq:1064076 version:13.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-PyQt6-sip/python-PyQt6-sip.changes 2022-06-23 10:23:47.823709130 +0200 +++ /work/SRC/openSUSE:Factory/.python-PyQt6-sip.new.1848/python-PyQt6-sip.changes 2023-02-10 14:34:27.537611701 +0100 @@ -1,0 +2,6 @@ +Sun Jan 29 19:42:14 UTC 2023 - Ben Greiner <c...@bnavigator.de> + +- Upate to ABI version 13.4.1 + * am_send, wt_reserve + +------------------------------------------------------------------- Old: ---- PyQt6_sip-13.4.0.tar.gz New: ---- PyQt6_sip-13.4.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-PyQt6-sip.spec ++++++ --- /var/tmp/diff_new_pack.qUPAz5/_old 2023-02-10 14:34:27.985614378 +0100 +++ /var/tmp/diff_new_pack.qUPAz5/_new 2023-02-10 14:34:27.989614402 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-PyQt6-sip # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-PyQt6-sip -Version: 13.4.0 +Version: 13.4.1 Release: 0 Summary: The sip module support for PyQt6 License: GPL-2.0-only OR GPL-3.0-only OR SUSE-SIP ++++++ PyQt6_sip-13.4.0.tar.gz -> PyQt6_sip-13.4.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_sip-13.4.0/PKG-INFO new/PyQt6_sip-13.4.1/PKG-INFO --- old/PyQt6_sip-13.4.0/PKG-INFO 2022-06-17 16:27:21.582670200 +0200 +++ new/PyQt6_sip-13.4.1/PKG-INFO 2023-01-15 18:39:25.174612000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: PyQt6_sip -Version: 13.4.0 +Version: 13.4.1 Summary: The sip module support for PyQt6 Home-page: https://www.riverbankcomputing.com/software/sip/ Author: Riverbank Computing Limited diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_sip-13.4.0/PyQt6_sip.egg-info/PKG-INFO new/PyQt6_sip-13.4.1/PyQt6_sip.egg-info/PKG-INFO --- old/PyQt6_sip-13.4.0/PyQt6_sip.egg-info/PKG-INFO 2022-06-17 16:27:21.000000000 +0200 +++ new/PyQt6_sip-13.4.1/PyQt6_sip.egg-info/PKG-INFO 2023-01-15 18:39:25.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: PyQt6-sip -Version: 13.4.0 +Version: 13.4.1 Summary: The sip module support for PyQt6 Home-page: https://www.riverbankcomputing.com/software/sip/ Author: Riverbank Computing Limited diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_sip-13.4.0/setup.cfg new/PyQt6_sip-13.4.1/setup.cfg --- old/PyQt6_sip-13.4.0/setup.cfg 2022-06-17 16:27:21.583011900 +0200 +++ new/PyQt6_sip-13.4.1/setup.cfg 2023-01-15 18:39:25.175080000 +0100 @@ -6,9 +6,6 @@ url = https://www.riverbankcomputing.com/software/sip/ platforms = X11, macOS, Windows -[options.package_data] -pyqt6.sip = py.types sip.pyi - [egg_info] tag_build = tag_date = 0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_sip-13.4.0/setup.py new/PyQt6_sip-13.4.1/setup.py --- old/PyQt6_sip-13.4.0/setup.py 2022-06-17 16:27:21.000000000 +0200 +++ new/PyQt6_sip-13.4.1/setup.py 2023-01-15 18:39:25.000000000 +0100 @@ -38,7 +38,7 @@ # Do the setup. setup( name='PyQt6_sip', - version='13.4.0', + version='13.4.1', license='SIP', python_requires='>=3.7', ext_modules=[module] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_sip-13.4.0/sip.h new/PyQt6_sip-13.4.1/sip.h --- old/PyQt6_sip-13.4.0/sip.h 2022-06-17 16:27:21.000000000 +0200 +++ new/PyQt6_sip-13.4.1/sip.h 2023-01-15 18:39:25.000000000 +0100 @@ -46,7 +46,7 @@ /* The version of the ABI. */ #define SIP_ABI_MAJOR_VERSION 13 #define SIP_ABI_MINOR_VERSION 4 -#define SIP_MODULE_PATCH_VERSION 0 +#define SIP_MODULE_PATCH_VERSION 1 /* @@ -71,8 +71,8 @@ /* The version of the code generator. */ -#define SIP_VERSION 0x60602 -#define SIP_VERSION_STR "6.6.2" +#define SIP_VERSION 0x60706 +#define SIP_VERSION_STR "6.7.6" /* These are all dependent on the user-specified name of the sip module. */ #define _SIP_MODULE_FQ_NAME "PyQt6.sip" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PyQt6_sip-13.4.0/sip_core.c new/PyQt6_sip-13.4.1/sip_core.c --- old/PyQt6_sip-13.4.0/sip_core.c 2022-06-17 16:27:21.000000000 +0200 +++ new/PyQt6_sip-13.4.1/sip_core.c 2023-01-15 18:39:25.000000000 +0100 @@ -179,6 +179,9 @@ 0, /* am_await */ 0, /* am_aiter */ 0, /* am_anext */ +#if PY_VERSION_HEX >= 0x030a0000 + 0, /* am_send */ +#endif }, { 0, /* nb_add */ @@ -255,6 +258,7 @@ 0, /* wt_td */ 0, /* wt_iextend */ 0, /* wt_user_data */ + 0, /* wt_reserved */ }; @@ -4918,7 +4922,7 @@ p = va_arg(va, void **); if (flags & FMT_AP_TRANSFER) - xfer = (isstatic ? arg : self); + xfer = ((isstatic || self == NULL) ? arg : self); else if (flags & FMT_AP_TRANSFER_BACK) xfer = Py_None; else @@ -9626,6 +9630,9 @@ 0, /* am_await */ 0, /* am_aiter */ 0, /* am_anext */ +#if PY_VERSION_HEX >= 0x030a0000 + 0, /* am_send */ +#endif }, { 0, /* nb_add */ @@ -9702,6 +9709,7 @@ 0, /* wt_td */ 0, /* wt_iextend */ 0, /* wt_user_data */ + 0, /* wt_reserved */ };