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 2022-04-20 16:54:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PyQt6-sip (Old)
and /work/SRC/openSUSE:Factory/.python-PyQt6-sip.new.1941 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-PyQt6-sip"
Wed Apr 20 16:54:51 2022 rev:4 rq:970705 version:13.3.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-PyQt6-sip/python-PyQt6-sip.changes
2022-02-06 23:55:36.626283393 +0100
+++
/work/SRC/openSUSE:Factory/.python-PyQt6-sip.new.1941/python-PyQt6-sip.changes
2022-04-20 16:54:54.262487100 +0200
@@ -1,0 +2,6 @@
+Wed Apr 13 08:31:18 UTC 2022 - Ben Greiner <[email protected]>
+
+- Update to ABI version 13.3.1
+- Support for Python 3.6 has been dropped
+
+-------------------------------------------------------------------
Old:
----
PyQt6_sip-13.2.1.tar.gz
New:
----
PyQt6_sip-13.3.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-PyQt6-sip.spec ++++++
--- /var/tmp/diff_new_pack.ELSYn0/_old 2022-04-20 16:54:54.826487627 +0200
+++ /var/tmp/diff_new_pack.ELSYn0/_new 2022-04-20 16:54:54.834487634 +0200
@@ -19,13 +19,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-PyQt6-sip
-Version: 13.2.1
+Version: 13.3.1
Release: 0
Summary: The sip module support for PyQt6
License: GPL-2.0-only OR GPL-3.0-only OR SUSE-SIP
URL: https://www.riverbankcomputing.com/software/sip/
Source0:
https://files.pythonhosted.org/packages/source/P/PyQt6-sip/PyQt6_sip-%{version}.tar.gz
-BuildRequires: %{python_module base >= 3.6}
+BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
++++++ PyQt6_sip-13.2.1.tar.gz -> PyQt6_sip-13.3.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/PyQt6_sip-13.2.1/PKG-INFO
new/PyQt6_sip-13.3.1/PKG-INFO
--- old/PyQt6_sip-13.2.1/PKG-INFO 2022-02-01 14:33:36.685600500 +0100
+++ new/PyQt6_sip-13.3.1/PKG-INFO 2022-04-13 12:09:34.935679000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: PyQt6_sip
-Version: 13.2.1
+Version: 13.3.1
Summary: The sip module support for PyQt6
Home-page: https://www.riverbankcomputing.com/software/sip/
Author: Riverbank Computing Limited
@@ -9,7 +9,7 @@
Platform: X11
Platform: macOS
Platform: Windows
-Requires-Python: >=3.6
+Requires-Python: >=3.7
License-File: LICENSE
License-File: LICENSE-GPL3
License-File: LICENSE-GPL2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/PyQt6_sip-13.2.1/PyQt6_sip.egg-info/PKG-INFO
new/PyQt6_sip-13.3.1/PyQt6_sip.egg-info/PKG-INFO
--- old/PyQt6_sip-13.2.1/PyQt6_sip.egg-info/PKG-INFO 2022-02-01
14:33:36.000000000 +0100
+++ new/PyQt6_sip-13.3.1/PyQt6_sip.egg-info/PKG-INFO 2022-04-13
12:09:34.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: PyQt6-sip
-Version: 13.2.1
+Version: 13.3.1
Summary: The sip module support for PyQt6
Home-page: https://www.riverbankcomputing.com/software/sip/
Author: Riverbank Computing Limited
@@ -9,7 +9,7 @@
Platform: X11
Platform: macOS
Platform: Windows
-Requires-Python: >=3.6
+Requires-Python: >=3.7
License-File: LICENSE
License-File: LICENSE-GPL3
License-File: LICENSE-GPL2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/PyQt6_sip-13.2.1/setup.py
new/PyQt6_sip-13.3.1/setup.py
--- old/PyQt6_sip-13.2.1/setup.py 2022-02-01 14:33:36.000000000 +0100
+++ new/PyQt6_sip-13.3.1/setup.py 2022-04-13 12:09:34.000000000 +0200
@@ -1,4 +1,4 @@
-# Copyright (c) 2020, Riverbank Computing Limited
+# Copyright (c) 2022, Riverbank Computing Limited
# All rights reserved.
#
# This copy of SIP is licensed for use under the terms of the SIP License
@@ -38,8 +38,8 @@
# Do the setup.
setup(
name='PyQt6_sip',
- version='13.2.1',
+ version='13.3.1',
license='SIP',
- python_requires='>=3.6',
+ python_requires='>=3.7',
ext_modules=[module]
)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/PyQt6_sip-13.2.1/sip.h new/PyQt6_sip-13.3.1/sip.h
--- old/PyQt6_sip-13.2.1/sip.h 2022-02-01 14:33:36.000000000 +0100
+++ new/PyQt6_sip-13.3.1/sip.h 2022-04-13 12:09:34.000000000 +0200
@@ -24,8 +24,8 @@
#include <Python.h>
/* Sanity check on the Python version. */
-#if PY_VERSION_HEX < 0x03060000
-#error "This version of PyQt6.sip requires Python v3.6 or later"
+#if PY_VERSION_HEX < 0x03070000
+#error "This version of PyQt6.sip requires Python v3.7 or later"
#endif
@@ -45,22 +45,28 @@
/* The version of the ABI. */
#define SIP_ABI_MAJOR_VERSION 13
-#define SIP_ABI_MINOR_VERSION 2
+#define SIP_ABI_MINOR_VERSION 3
#define SIP_MODULE_PATCH_VERSION 1
/*
- * The changes to this version of the ABI.
+ * The change history of the ABI.
+ *
+ * v13.3
+ * - Python v3.7 or later is required.
*
* v13.2
* - Added support for SIP_ENUM_UINT_ENUM to represent IntEnums with unsigned
* members.
+ *
+ * v13.1
+ * - Added sipNextExceptionHandler().
*/
/* The version of the code generator. */
-#define SIP_VERSION 0x60501
-#define SIP_VERSION_STR "6.5.1"
+#define SIP_VERSION 0x60601
+#define SIP_VERSION_STR "6.6.1"
/* 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.2.1/siplib.c
new/PyQt6_sip-13.3.1/siplib.c
--- old/PyQt6_sip-13.2.1/siplib.c 2022-02-01 14:33:36.000000000 +0100
+++ new/PyQt6_sip-13.3.1/siplib.c 2022-04-13 12:09:34.000000000 +0200
@@ -19,7 +19,6 @@
#include <Python.h>
#include <datetime.h>
-#include <frameobject.h>
#include <assert.h>
#include <stdio.h>