Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python3-pyside2 for openSUSE:Factory
checked in at 2023-01-14 00:03:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-pyside2 (Old)
and /work/SRC/openSUSE:Factory/.python3-pyside2.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-pyside2"
Sat Jan 14 00:03:37 2023 rev:20 rq:1058282 version:5.15.8
Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-pyside2/python3-pyside2.changes
2022-08-09 15:29:35.945838918 +0200
+++
/work/SRC/openSUSE:Factory/.python3-pyside2.new.32243/python3-pyside2.changes
2023-01-14 00:04:23.366120393 +0100
@@ -1,0 +2,10 @@
+Wed Jan 11 11:18:52 UTC 2023 - Christophe Marin <[email protected]>
+
+- Update to 5.15.8.
+ * Check the changes-5.15.8 file for the full list of changes
+- Drop patch, merged upstream:
+ * 0001-Backport-LLVM-13-fix-from-shiboken6.patch
+- Add patch to fix build with recent Python versions:
+ * 0001-Fix-build-with-Python-3.10.patch
+
+-------------------------------------------------------------------
Old:
----
0001-Backport-LLVM-13-fix-from-shiboken6.patch
pyside-setup-opensource-src-5.15.5.tar.xz
New:
----
0001-Fix-build-with-Python-3.10.patch
pyside-setup-opensource-src-5.15.8.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python3-pyside2.spec ++++++
--- /var/tmp/diff_new_pack.PLX3yv/_old 2023-01-14 00:04:24.058124423 +0100
+++ /var/tmp/diff_new_pack.PLX3yv/_new 2023-01-14 00:04:24.062124447 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python3-pyside2
#
-# 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
@@ -22,7 +22,7 @@
%global __requires_exclude qmlimport\\((Charts|TextBalloonPlugin)
Name: python3-pyside2
-Version: 5.15.5
+Version: 5.15.8
Release: 0
Summary: Python bindings for Qt
# Legal:
@@ -40,9 +40,9 @@
# PATCH-FIX-UPSTREAM
Patch2: 0001-cmake-Don-t-assume-qhelpgenerator-is-in-PATH.patch
# PATCH-FIX-UPSTREAM
-Patch3: 0001-Backport-LLVM-13-fix-from-shiboken6.patch
-# PATCH-FIX-UPSTREAM
-Patch4: 0001-Backport-Fix-GLES-builds.patch
+Patch3: 0001-Backport-Fix-GLES-builds.patch
+# PATCH-FIX-UPSTREAM PYSIDE-1775
+Patch4: 0001-Fix-build-with-Python-3.10.patch
# Provide the PyPI names
Provides: python3-PySide2 = %{version}-%{release}
Provides: python3-shiboken2 = %{version}-%{release}
++++++ 0001-Fix-build-with-Python-3.10.patch ++++++
>From 9cc26aab3244b3022bcb5be338602f2e02e0b3d6 Mon Sep 17 00:00:00 2001
From: Christophe Marin <[email protected]>
Date: Fri, 13 Jan 2023 10:41:28 +0100
Subject: [PATCH] Fix build with Python 3.10
Patch picked from ArchLinux
Also see https://bugreports.qt.io/browse/PYSIDE-1775
---
sources/shiboken2/libshiboken/pep384impl.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sources/shiboken2/libshiboken/pep384impl.cpp
b/sources/shiboken2/libshiboken/pep384impl.cpp
index 66df0fd..a723303 100644
--- a/sources/shiboken2/libshiboken/pep384impl.cpp
+++ b/sources/shiboken2/libshiboken/pep384impl.cpp
@@ -751,7 +751,7 @@ _Pep_PrivateMangle(PyObject *self, PyObject *name)
#endif // IS_PY2
Shiboken::AutoDecRef privateobj(PyObject_GetAttr(
reinterpret_cast<PyObject *>(Py_TYPE(self)),
Shiboken::PyMagicName::name()));
-#ifndef Py_LIMITED_API
+#if !defined(Py_LIMITED_API) && PY_VERSION_HEX < 0x03010000
return _Py_Mangle(privateobj, name);
#else
// PYSIDE-1436: _Py_Mangle is no longer exposed; implement it always.
--
2.39.0
++++++ pyside-setup-opensource-src-5.15.5.tar.xz ->
pyside-setup-opensource-src-5.15.8.tar.xz ++++++
++++ 2358 lines of diff (skipped)