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 2024-01-15 22:17:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-pyside2 (Old)
and /work/SRC/openSUSE:Factory/.python3-pyside2.new.21961 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-pyside2"
Mon Jan 15 22:17:20 2024 rev:28 rq:1138595 version:5.15.12
Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-pyside2/python3-pyside2.changes
2023-10-31 20:26:38.216005392 +0100
+++
/work/SRC/openSUSE:Factory/.python3-pyside2.new.21961/python3-pyside2.changes
2024-01-15 22:18:51.734035242 +0100
@@ -1,0 +2,12 @@
+Fri Jan 12 09:22:25 UTC 2024 - Antonio Larrosa <[email protected]>
+
+- Disable the QtQml_signal_arguments test in s390x just as it was
+ disabled in ppc64le to fix building in ALP (bsc#1217025)
+
+-------------------------------------------------------------------
+Thu Jan 11 12:34:24 UTC 2024 - Antonio Larrosa <[email protected]>
+
+- Update to 5.15.12
+ * Missing includes for g++ 11.3 have been added.
+
+-------------------------------------------------------------------
Old:
----
pyside-setup-opensource-src-5.15.11.tar.xz
New:
----
pyside-setup-opensource-src-5.15.12.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python3-pyside2.spec ++++++
--- /var/tmp/diff_new_pack.cN6Tb2/_old 2024-01-15 22:18:53.482099485 +0100
+++ /var/tmp/diff_new_pack.cN6Tb2/_new 2024-01-15 22:18:53.498100074 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python3-pyside2
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 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.11
+Version: 5.15.12
Release: 0
Summary: Python bindings for Qt
# Legal:
@@ -227,8 +227,8 @@
# bug_307 fails on armv7l only
ctest_exclude_regex="$ctest_exclude_regex|QtWidget_bug_307"
%endif
-%ifarch ppc64le
-# TODO: investigate/report test failure on PowerPC
+%ifarch ppc64le s390x
+# TODO: investigate/report test failure on PowerPC and s390x
ctest_exclude_regex="$ctest_exclude_regex|QtQml_signal_arguments"
%endif
++++++ pyside-setup-opensource-src-5.15.11.tar.xz ->
pyside-setup-opensource-src-5.15.12.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/pyside-setup-opensource-src-5.15.11/build_scripts/config.py
new/pyside-setup-opensource-src-5.15.12/build_scripts/config.py
--- old/pyside-setup-opensource-src-5.15.11/build_scripts/config.py
2023-10-05 06:29:38.000000000 +0200
+++ new/pyside-setup-opensource-src-5.15.12/build_scripts/config.py
2023-12-18 13:33:59.000000000 +0100
@@ -137,7 +137,7 @@
setup_kwargs['zip_safe'] = False
setup_kwargs['cmdclass'] = cmd_class_dict
setup_kwargs['version'] = package_version
- setup_kwargs['python_requires'] = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*,
!=3.3.*, !=3.4.*, <3.11"
+ setup_kwargs['python_requires'] = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*,
!=3.3.*, !=3.4.*, <3.12"
if quiet:
# Tells distutils / setuptools to be quiet, and only print
warnings or errors.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/pyside-setup-opensource-src-5.15.11/build_scripts/main.py
new/pyside-setup-opensource-src-5.15.12/build_scripts/main.py
--- old/pyside-setup-opensource-src-5.15.11/build_scripts/main.py
2023-10-05 06:29:38.000000000 +0200
+++ new/pyside-setup-opensource-src-5.15.12/build_scripts/main.py
2023-12-18 13:33:59.000000000 +0100
@@ -1244,7 +1244,7 @@
elif self.name == "shiboken2":
self.sphinx_src = self.out_dir
- sphinx_cmd = ["sphinx-build", "-b", "html", "-c", self.sphinx_src,
+ sphinx_cmd = ["sphinx-build", "-b", "html", "-j", "auto", "-c",
self.sphinx_src,
self.doc_dir, self.out_dir]
if run_process(sphinx_cmd) != 0:
raise DistutilsSetupError("Error running CMake for
{}".format(self.doc_dir))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/pyside-setup-opensource-src-5.15.11/coin/dependencies.yaml
new/pyside-setup-opensource-src-5.15.12/coin/dependencies.yaml
--- old/pyside-setup-opensource-src-5.15.11/coin/dependencies.yaml
2023-10-05 06:29:38.000000000 +0200
+++ new/pyside-setup-opensource-src-5.15.12/coin/dependencies.yaml
2023-12-18 13:33:59.000000000 +0100
@@ -1,6 +1,6 @@
product_dependency:
../../qt/tqtc-qt5.git:
- ref: "5bbe0d09c5ec49df334b62ed1b3338bbba5d1981"
+ ref: "6f699275d508af0c5d61c91914ca1e45fec6b7ef"
dependency_source: supermodule
dependencies: [
"../../qt/qt3d",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/pyside-setup-opensource-src-5.15.11/dist/changes-5.15.11
new/pyside-setup-opensource-src-5.15.12/dist/changes-5.15.11
--- old/pyside-setup-opensource-src-5.15.11/dist/changes-5.15.11
2023-10-05 06:29:38.000000000 +0200
+++ new/pyside-setup-opensource-src-5.15.12/dist/changes-5.15.11
2023-12-18 13:33:59.000000000 +0100
@@ -24,3 +24,12 @@
- [PYSIDE-2019] Crashes when using QtDataVisualization's
QValue3DAxisFormatter have been fixed.
- [PYSIDE-2043] Errors when using VSCode's Intellisense have been fixed.
+ - [PYSIDE-2034] Blocking threads in static functions of QMessageBox
+ have been fixed.
+
+****************************************************************************
+* Shiboken2 *
+****************************************************************************
+
+ - [PYSIDE-1960] Crashes in libshiboken related to Python 3.11
+ have been fixed.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/pyside-setup-opensource-src-5.15.11/dist/changes-5.15.12
new/pyside-setup-opensource-src-5.15.12/dist/changes-5.15.12
--- old/pyside-setup-opensource-src-5.15.11/dist/changes-5.15.12
1970-01-01 01:00:00.000000000 +0100
+++ new/pyside-setup-opensource-src-5.15.12/dist/changes-5.15.12
2023-12-18 13:33:59.000000000 +0100
@@ -0,0 +1,24 @@
+Qt for Python 5.5.12 is a bug-fix release.
+
+For more details, refer to the online documentation included in this
+distribution. The documentation is also available online:
+
+https://doc.qt.io/qtforpython/
+
+Some of the changes listed in this file include issue tracking numbers
+corresponding to tasks in the Qt Bug Tracker:
+
+https://bugreports.qt.io/
+
+Each of these identifiers can be entered in the bug tracker to obtain more
+information about a particular change.
+
+****************************************************************************
+* PySide2 *
+****************************************************************************
+
+****************************************************************************
+* Shiboken2 *
+****************************************************************************
+
+ - [PYSIDE-1012] Missing includes for g++ 11.3 have been added.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/pyside-setup-opensource-src-5.15.11/sources/pyside2/doc/modules.rst
new/pyside-setup-opensource-src-5.15.12/sources/pyside2/doc/modules.rst
--- old/pyside-setup-opensource-src-5.15.11/sources/pyside2/doc/modules.rst
2023-10-05 06:29:38.000000000 +0200
+++ new/pyside-setup-opensource-src-5.15.12/sources/pyside2/doc/modules.rst
2023-12-18 13:33:59.000000000 +0100
@@ -1,5 +1,5 @@
-Qt Modules
-===========
+Qt Modules Supported by Qt for Python
+=====================================
.. toctree::
:hidden:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/pyside-setup-opensource-src-5.15.11/sources/pyside2/pyside_version.py
new/pyside-setup-opensource-src-5.15.12/sources/pyside2/pyside_version.py
--- old/pyside-setup-opensource-src-5.15.11/sources/pyside2/pyside_version.py
2023-10-05 06:29:38.000000000 +0200
+++ new/pyside-setup-opensource-src-5.15.12/sources/pyside2/pyside_version.py
2023-12-18 13:33:59.000000000 +0100
@@ -39,7 +39,7 @@
major_version = "5"
minor_version = "15"
-patch_version = "11"
+patch_version = "12"
# For example: "a", "b", "rc"
# (which means "alpha", "beta", "release candidate").
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/pyside-setup-opensource-src-5.15.11/sources/shiboken2/ApiExtractor/clangparser/compilersupport.cpp
new/pyside-setup-opensource-src-5.15.12/sources/shiboken2/ApiExtractor/clangparser/compilersupport.cpp
---
old/pyside-setup-opensource-src-5.15.11/sources/shiboken2/ApiExtractor/clangparser/compilersupport.cpp
2023-10-05 06:29:38.000000000 +0200
+++
new/pyside-setup-opensource-src-5.15.12/sources/shiboken2/ApiExtractor/clangparser/compilersupport.cpp
2023-12-18 13:33:59.000000000 +0100
@@ -345,17 +345,13 @@
appendClangBuiltinIncludes(&headerPaths);
# endif // NEED_CLANG_BUILTIN_INCLUDES
- // Append the c++ include paths since Clang is unable to find <list> etc
- // on RHEL 7 with g++ 6.3 or CentOS 7.2.
- // A fix for this has been added to Clang 5.0, so, the code can be removed
- // once Clang 5.0 is the minimum version.
- if (needsGppInternalHeaders()) {
- const HeaderPaths gppPaths =
gppInternalIncludePaths(compilerFromCMake(QStringLiteral("g++")));
- for (const HeaderPath &h : gppPaths) {
- if (h.path.contains("c++")
- || h.path.contains("sysroot")) { // centOS
- headerPaths.append(h);
- }
+ // Append the c++ include paths since Clang is unable to find
+ // <type_traits> etc (g++ 11.3).
+ const HeaderPaths gppPaths =
gppInternalIncludePaths(compilerFromCMake(QStringLiteral("g++")));
+ for (const HeaderPath &h : gppPaths) {
+ if (h.path.contains("c++")
+ || h.path.contains("sysroot")) { // centOS
+ headerPaths.append(h);
}
}
#else
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/pyside-setup-opensource-src-5.15.11/sources/shiboken2/shiboken_version.py
new/pyside-setup-opensource-src-5.15.12/sources/shiboken2/shiboken_version.py
---
old/pyside-setup-opensource-src-5.15.11/sources/shiboken2/shiboken_version.py
2023-10-05 06:29:38.000000000 +0200
+++
new/pyside-setup-opensource-src-5.15.12/sources/shiboken2/shiboken_version.py
2023-12-18 13:33:59.000000000 +0100
@@ -39,7 +39,7 @@
major_version = "5"
minor_version = "15"
-patch_version = "11"
+patch_version = "12"
# For example: "a", "b", "rc"
# (which means "alpha", "beta", "release candidate").