Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python3-pyside6 for
openSUSE:Leap:16.0 checked in at 2025-07-21 15:30:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:16.0/python3-pyside6 (Old)
and /work/SRC/openSUSE:Leap:16.0/.python3-pyside6.new.8875 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-pyside6"
Mon Jul 21 15:30:00 2025 rev:3 rq:1294747 version:6.9.0
Changes:
--------
--- /work/SRC/openSUSE:Leap:16.0/python3-pyside6/python3-pyside6.changes
2025-04-23 10:14:24.858746561 +0200
+++
/work/SRC/openSUSE:Leap:16.0/.python3-pyside6.new.8875/python3-pyside6.changes
2025-07-21 15:30:01.671239564 +0200
@@ -1,0 +2,10 @@
+Wed May 7 07:44:43 UTC 2025 - Christophe Marin <[email protected]>
+
+- Disable more failing test on x86_64 and riscv
+
+-------------------------------------------------------------------
+Thu Apr 24 10:40:36 UTC 2025 - Antonio Larrosa <[email protected]>
+
+- Exclude a number of tests that segfault in ppc64le
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python3-pyside6.spec ++++++
--- /var/tmp/diff_new_pack.eMqimt/_old 2025-07-21 15:30:02.007253552 +0200
+++ /var/tmp/diff_new_pack.eMqimt/_new 2025-07-21 15:30:02.011253718 +0200
@@ -311,7 +311,7 @@
%define xvfb_command xvfb-run -s "-screen 0 1600x1200x16 -ac +extension GLX
+render -noreset" \\
%define excluded_tests 1
-# Excluded tests (last update: 2025-04-04)
+# Excluded tests (last update: 2025-05-07)
# QtWebEngineWidgets_pyside-474-qtwebengineview fails with
'ContextResult::kTransientFailure: Failed to send
GpuControl.CreateCommandBuffer'
# QtGui_qpen_test times out
# QtMultimediaWidgets_qmultimediawidgets aborts
@@ -334,6 +334,15 @@
%ifarch riscv64
ctest_exclude_regex+="|QtWebEngineCore_web_engine_custom_scheme|QtQml_qquickitem_grabToImage"
%endif
+%ifarch ppc64le
+# Tests started segfaulting after an unknown change that happened ~ april 10
+ctest_exclude_regex+="|QtQml_bug_825_old|QtQml_bug_825|QtQml_bug_847|QtQml_qqmlnetwork_test|QtQml_registertype|QtQml_registersingletontype|QtQml_qqmlincubator_incubateWhile|QtQml_qquickitem_grabToImage|quicktestmainwithsetup_tst_quicktestmainwithsetup|QtDataVisualization_datavisualization_test"
+%endif
+%ifarch x86_64 riscv64
+# QtWebengine failures caused by fixes for AMD graphics (cf. sr#1274939)
+ctest_exclude_regex+="|QtWebEngineCore_web_engine_custom_scheme|QtWebEngineCore_qwebenginecookiestore_test"
+%endif
+
# qemu linux-user emulation is always multi-threaded, sandbox refuses to start
%if 0%{?qemu_user_space_build}
ctest_exclude_regex+="|QtWebEngineCore_web_engine_custom_scheme|QtWebEngineCore_qwebenginecookiestore_test|QtWebEngineWidgets_pyside-474-qtwebengineview"