Accepting request 1242038 from KDE:Qt6

Qt 6.8.2 + pyside (forwarded request 1241751 from krop)

OBS-URL: https://build.opensuse.org/request/show/1242038
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python3-pyside6?expand=0&rev=40
This commit is contained in:
Ana Guerrero 2025-02-03 20:42:54 +00:00 committed by Git OBS Bridge
commit e2130bd859
5 changed files with 14 additions and 8 deletions

View File

@ -27,11 +27,11 @@ without the first one being processed yet.
Submitted to upstream in https://codereview.qt-project.org/c/pyside/pyside-setup/+/567559
diff --git a/sources/pyside6/libpyside/pysidesignal.cpp b/sources/pyside6/libpyside/pysidesignal.cpp
index 13d95fa..228f1e3 100644
index 1e9cd28..7ccf38a 100644
--- a/sources/pyside6/libpyside/pysidesignal.cpp
+++ b/sources/pyside6/libpyside/pysidesignal.cpp
@@ -715,7 +715,7 @@ static PyObject *signalInstanceDisconnect(PyObject *self, PyObject *args)
Shiboken::AutoDecRef pyMethod(PyObject_GetAttr(source->d->source,
@@ -721,7 +721,7 @@ static PyObject *signalInstanceDisconnect(PyObject *self, PyObject *args)
Shiboken::AutoDecRef pyMethod(PyObject_GetAttr(source->d->shared->source,
PySide::PySideName::qtDisconnect()));
PyObject *result = PyObject_CallObject(pyMethod, tupleArgs);
- if (result != Py_True)

BIN
pyside-setup-everywhere-src-6.8.1.1.tar.xz (Stored with Git LFS)

Binary file not shown.

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8422e9aa403f4119e3192853e9b0cfa09e57e3e0a1a3393e7fdf394179c112f8
size 16609596

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jan 31 12:40:44 UTC 2025 - Christophe Marin <christophe@krop.fr>
- Update to 6.8.2. Check the installed changes-6.8.2 file for the
full list of changes
-------------------------------------------------------------------
Tue Jan 14 09:31:54 UTC 2025 - Christophe Marin <christophe@krop.fr>

View File

@ -17,7 +17,7 @@
%define tar_name pyside-setup-everywhere-src
%define tar_version 6.8.1.1
%define tar_version 6.8.2
%global flavor @BUILD_FLAVOR@%{nil}
%if "%flavor" == ""
@ -43,7 +43,7 @@ ExclusiveArch: donotbuild
%endif
Name: %{mypython}-%{pyside_flavor}
Version: 6.8.1
Version: 6.8.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