Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python3-pyside6 for openSUSE:Factory checked in at 2024-11-09 20:54:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python3-pyside6 (Old) and /work/SRC/openSUSE:Factory/.python3-pyside6.new.2017 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-pyside6" Sat Nov 9 20:54:42 2024 rev:37 rq:1222739 version:6.8.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python3-pyside6/python3-pyside6.changes 2024-10-27 11:27:05.306914674 +0100 +++ /work/SRC/openSUSE:Factory/.python3-pyside6.new.2017/python3-pyside6.changes 2024-11-09 20:58:07.585809990 +0100 @@ -1,0 +2,7 @@ +Fri Nov 8 09:58:04 UTC 2024 - Nico Krapp <nico.kr...@suse.com> + +- Update to 6.8.0.2 +- Drop patch, merged upstream: + * 0001-Lazy-Init-Support-Lazy-Subtypes-amended.patch + +------------------------------------------------------------------- Old: ---- 0001-Lazy-Init-Support-Lazy-Subtypes-amended.patch pyside-setup-everywhere-src-6.8.tar.xz New: ---- pyside-setup-everywhere-src-6.8.0.tar.xz BETA DEBUG BEGIN: Old:- Drop patch, merged upstream: * 0001-Lazy-Init-Support-Lazy-Subtypes-amended.patch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python3-pyside6.spec ++++++ --- /var/tmp/diff_new_pack.DDd9Mo/_old 2024-11-09 20:58:08.309840107 +0100 +++ /var/tmp/diff_new_pack.DDd9Mo/_new 2024-11-09 20:58:08.309840107 +0100 @@ -17,7 +17,7 @@ %define tar_name pyside-setup-everywhere-src -%define short_version 6.8 +%define short_version 6.8.0 %global flavor @BUILD_FLAVOR@%{nil} %if "%flavor" == "" @@ -43,7 +43,7 @@ %endif Name: %{mypython}-%{pyside_flavor} -Version: 6.8.0 +Version: 6.8.0.2 Release: 0 Summary: Python bindings for Qt 6 License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later) AND GPL-2.0-only AND GPL-3.0-only WITH Qt-GPL-exception-1.0 @@ -53,13 +53,11 @@ Patch0: 0001-Always-link-to-python-libraries.patch # PATCH-FIX-UPSTREAM https://codereview.qt-project.org/c/pyside/pyside-setup/+/567559 Patch1: fix-pytest-qt.patch -# PATCH-FIX-UPSTREAM https://bugreports.qt.io/browse/PYSIDE-2888 -Patch2: 0001-Lazy-Init-Support-Lazy-Subtypes-amended.patch # PATCH-FIX-UPSTREAM -Patch3: 0001-signature-Fix-pointers-to-signature-bytes-with-the-h.patch +Patch2: 0001-signature-Fix-pointers-to-signature-bytes-with-the-h.patch # PATCH-FIX-UPSTREAM -Patch4: 0001-PySide6-Documentation-Name-the-.rst-doc-files-accord.patch -Patch5: 0001-build-Install-module-doc-snippet-files.patch +Patch3: 0001-PySide6-Documentation-Name-the-.rst-doc-files-accord.patch +Patch4: 0001-build-Install-module-doc-snippet-files.patch # SECTION common_dependencies BuildRequires: clang-devel BuildRequires: %{mypython}-Sphinx ++++++ 0001-build-Install-module-doc-snippet-files.patch ++++++ --- /var/tmp/diff_new_pack.DDd9Mo/_old 2024-11-09 20:58:08.333841106 +0100 +++ /var/tmp/diff_new_pack.DDd9Mo/_new 2024-11-09 20:58:08.337841272 +0100 @@ -18,11 +18,11 @@ sources/pyside6/cmake/Macros/PySideModules.cmake | 9 +++++++++ 4 files changed, 19 insertions(+), 8 deletions(-) -diff --git a/build_scripts/platforms/unix.py b/build_scripts/platforms/unix.py -index 2de089f32..4f57467cb 100644 ---- a/build_scripts/platforms/unix.py -+++ b/build_scripts/platforms/unix.py -@@ -199,10 +199,10 @@ def prepare_packages_posix(pyside_build, _vars, cross_build=False): +Index: pyside-setup-everywhere-src-6.8.0/build_scripts/platforms/unix.py +=================================================================== +--- pyside-setup-everywhere-src-6.8.0.orig/build_scripts/platforms/unix.py ++++ pyside-setup-everywhere-src-6.8.0/build_scripts/platforms/unix.py +@@ -199,10 +199,10 @@ def prepare_packages_posix(pyside_build, # <install>/share/{st_package_name}/glue/* -> # <setup>/{st_package_name}/glue @@ -37,11 +37,11 @@ if not is_android: # <source>/pyside6/{st_package_name}/support/* -> -diff --git a/build_scripts/platforms/windows_desktop.py b/build_scripts/platforms/windows_desktop.py -index 2d2ff7db0..401930203 100644 ---- a/build_scripts/platforms/windows_desktop.py -+++ b/build_scripts/platforms/windows_desktop.py -@@ -153,10 +153,9 @@ def prepare_packages_win32(pyside_build, _vars): +Index: pyside-setup-everywhere-src-6.8.0/build_scripts/platforms/windows_desktop.py +=================================================================== +--- pyside-setup-everywhere-src-6.8.0.orig/build_scripts/platforms/windows_desktop.py ++++ pyside-setup-everywhere-src-6.8.0/build_scripts/platforms/windows_desktop.py +@@ -153,10 +153,9 @@ def prepare_packages_win32(pyside_build, # <install>/share/{st_package_name}/glue/* -> # <setup>/{st_package_name}/glue @@ -55,10 +55,10 @@ # <source>/pyside6/{st_package_name}/support/* -> # <setup>/{st_package_name}/support/* -diff --git a/build_scripts/wheel_files.py b/build_scripts/wheel_files.py -index 66e1f4182..9584949da 100644 ---- a/build_scripts/wheel_files.py -+++ b/build_scripts/wheel_files.py +Index: pyside-setup-everywhere-src-6.8.0/build_scripts/wheel_files.py +=================================================================== +--- pyside-setup-everywhere-src-6.8.0.orig/build_scripts/wheel_files.py ++++ pyside-setup-everywhere-src-6.8.0/build_scripts/wheel_files.py @@ -59,6 +59,7 @@ class ModuleData: typesystems: list[str] = field(default_factory=list) include: list[str] = field(default_factory=list) @@ -83,10 +83,10 @@ def macos_pyside_wrappers_lib(self, s): if s.startswith("Qt"): -diff --git a/sources/pyside6/cmake/Macros/PySideModules.cmake b/sources/pyside6/cmake/Macros/PySideModules.cmake -index 6e03323dd..57ff5582f 100644 ---- a/sources/pyside6/cmake/Macros/PySideModules.cmake -+++ b/sources/pyside6/cmake/Macros/PySideModules.cmake +Index: pyside-setup-everywhere-src-6.8.0/sources/pyside6/cmake/Macros/PySideModules.cmake +=================================================================== +--- pyside-setup-everywhere-src-6.8.0.orig/sources/pyside6/cmake/Macros/PySideModules.cmake ++++ pyside-setup-everywhere-src-6.8.0/sources/pyside6/cmake/Macros/PySideModules.cmake @@ -176,6 +176,14 @@ macro(create_pyside_module) set(${module_NAME}_glue_dependency ${${module_NAME}_glue}) endif() @@ -110,7 +110,4 @@ WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} COMMENT "Running generator for ${module_NAME}...") --- -2.47.0 - ++++++ pyside-setup-everywhere-src-6.8.tar.xz -> pyside-setup-everywhere-src-6.8.0.tar.xz ++++++ /work/SRC/openSUSE:Factory/python3-pyside6/pyside-setup-everywhere-src-6.8.tar.xz /work/SRC/openSUSE:Factory/.python3-pyside6.new.2017/pyside-setup-everywhere-src-6.8.0.tar.xz differ: char 27, line 1