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 2025-01-15 17:42:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-pyside6 (Old)
 and      /work/SRC/openSUSE:Factory/.python3-pyside6.new.1881 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-pyside6"

Wed Jan 15 17:42:44 2025 rev:39 rq:1237713 version:6.8.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-pyside6/python3-pyside6.changes  
2024-11-14 16:09:23.096521203 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-pyside6.new.1881/python3-pyside6.changes    
    2025-01-15 17:42:49.751761281 +0100
@@ -1,0 +2,10 @@
+Tue Jan 14 09:31:54 UTC 2025 - Christophe Marin <christo...@krop.fr>
+
+- Update to 6.8.1.1. Check the installed changes-6.8.1 file for the
+  full list of changes
+- Drop patches, merged upstream:
+  * 0001-PySide6-Documentation-Name-the-.rst-doc-files-accord.patch
+  * 0001-build-Install-module-doc-snippet-files.patch
+- Drop 0001-signature-Fix-pointers-to-signature-bytes-with-the-h.patch
+
+-------------------------------------------------------------------

Old:
----
  0001-PySide6-Documentation-Name-the-.rst-doc-files-accord.patch
  0001-build-Install-module-doc-snippet-files.patch
  0001-signature-Fix-pointers-to-signature-bytes-with-the-h.patch
  pyside-setup-everywhere-src-6.8.0.tar.xz

New:
----
  pyside-setup-everywhere-src-6.8.1.1.tar.xz

BETA DEBUG BEGIN:
  Old:- Drop patches, merged upstream:
  * 0001-PySide6-Documentation-Name-the-.rst-doc-files-accord.patch
  * 0001-build-Install-module-doc-snippet-files.patch
  Old:  * 0001-PySide6-Documentation-Name-the-.rst-doc-files-accord.patch
  * 0001-build-Install-module-doc-snippet-files.patch
- Drop 0001-signature-Fix-pointers-to-signature-bytes-with-the-h.patch
  Old:  * 0001-build-Install-module-doc-snippet-files.patch
- Drop 0001-signature-Fix-pointers-to-signature-bytes-with-the-h.patch
BETA DEBUG END:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python3-pyside6.spec ++++++
--- /var/tmp/diff_new_pack.W6XFMG/_old  2025-01-15 17:42:51.027814115 +0100
+++ /var/tmp/diff_new_pack.W6XFMG/_new  2025-01-15 17:42:51.031814281 +0100
@@ -17,7 +17,7 @@
 
 
 %define tar_name pyside-setup-everywhere-src
-%define short_version 6.8.0
+%define tar_version 6.8.1.1
 
 %global flavor @BUILD_FLAVOR@%{nil}
 %if "%flavor" == ""
@@ -43,21 +43,16 @@
 %endif
 
 Name:           %{mypython}-%{pyside_flavor}
-Version:        6.8.0.2
+Version:        6.8.1
 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
 URL:            https://www.qt.io
-Source:         
https://download.qt.io/official_releases/QtForPython/pyside6/PySide6-%{version}-src/%{tar_name}-%{short_version}.tar.xz
+Source:         
https://download.qt.io/official_releases/QtForPython/pyside6/PySide6-%{version}-src/%{tar_name}-%{tar_version}.tar.xz
 # PATCH-FIX-OPENSUSE
 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
-Patch2:         0001-signature-Fix-pointers-to-signature-bytes-with-the-h.patch
-# PATCH-FIX-UPSTREAM
-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
@@ -76,10 +71,7 @@
 # /SECTION
 %if "%{pyside_flavor}" == "pyside6"
 # For the registry_existence test
-%if 0%{?suse_version} > 1500 || 0%{?sle_version} > 150500
-# Not available in 15.5
 BuildRequires:  %{mypython}-distro
-%endif
 BuildRequires:  %{mypython}-shiboken6-devel = %{version}
 # SECTION test_dependencies
 BuildRequires:  Mesa-dri
@@ -169,7 +161,7 @@
 Python bindings for the Qt cross-platform application and UI framework
 
 %prep
-%autosetup -p1 -n %{tar_name}-%{short_version}
+%autosetup -p1 -n %{tar_name}-%{version}
 
 # Restore 6.6.1 RPATH value. rpmlint will complain otherwise
 sed -i 's#${base}/../shiboken6/##' sources/pyside6/CMakeLists.txt
@@ -270,10 +262,6 @@
 %ifarch aarch64
 
ctest_exclude_regex="$ctest_exclude_regex|registry_existence_test|QtWebEngineCore_web_engine_custom_scheme|QtWebEngineCore_qwebenginecookiestore_test|pysidetest_new_inherited_functions_test|QtWidgets_bug_668|QtWidgets_bug_728"
 %endif
-# python311-distro is unavailable in 15.5, skip registry_existence_test
-%if 0%{?sle_version} == 150500
-ctest_exclude_regex="$ctest_exclude_regex|registry_existence_test"
-%endif
 %endif
 
 pushd sources/%{pyside_flavor}

++++++ pyside-setup-everywhere-src-6.8.0.tar.xz -> 
pyside-setup-everywhere-src-6.8.1.1.tar.xz ++++++
/work/SRC/openSUSE:Factory/python3-pyside6/pyside-setup-everywhere-src-6.8.0.tar.xz
 
/work/SRC/openSUSE:Factory/.python3-pyside6.new.1881/pyside-setup-everywhere-src-6.8.1.1.tar.xz
 differ: char 27, line 1

Reply via email to