diff --git a/fix-pytest-qt.patch b/fix-pytest-qt.patch index 7ad1976..0701c59 100644 --- a/fix-pytest-qt.patch +++ b/fix-pytest-qt.patch @@ -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) diff --git a/pyside-setup-everywhere-src-6.8.1.1.tar.xz b/pyside-setup-everywhere-src-6.8.1.1.tar.xz deleted file mode 100644 index e1d13f6..0000000 --- a/pyside-setup-everywhere-src-6.8.1.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e1f198f0a9f6f0e694e3b44406166834e27cffa3f23c5a439c934e5c4faba468 -size 16023376 diff --git a/pyside-setup-everywhere-src-6.8.2.tar.xz b/pyside-setup-everywhere-src-6.8.2.tar.xz new file mode 100644 index 0000000..a6357ea --- /dev/null +++ b/pyside-setup-everywhere-src-6.8.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8422e9aa403f4119e3192853e9b0cfa09e57e3e0a1a3393e7fdf394179c112f8 +size 16609596 diff --git a/python3-pyside6.changes b/python3-pyside6.changes index 4debc4f..eb91dfc 100644 --- a/python3-pyside6.changes +++ b/python3-pyside6.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jan 31 12:40:44 UTC 2025 - Christophe Marin + +- 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 diff --git a/python3-pyside6.spec b/python3-pyside6.spec index 2b64263..38eeed2 100644 --- a/python3-pyside6.spec +++ b/python3-pyside6.spec @@ -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