diff --git a/PyQt6-6.5.3.tar.gz b/PyQt6-6.5.3.tar.gz deleted file mode 100644 index a467338..0000000 --- a/PyQt6-6.5.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bcbbf9511b038b4924298ca10999aa36eb37a0a38d0638f895f9bba6025c0a77 -size 1039271 diff --git a/PyQt6-6.6.0.tar.gz b/PyQt6-6.6.0.tar.gz new file mode 100644 index 0000000..a05a777 --- /dev/null +++ b/PyQt6-6.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d41512d66044c2df9c5f515a56a922170d68a37b3406ffddc8b4adc57181b576 +size 1043298 diff --git a/pyqt6-fix-build-with-qt-6.6.0.patch b/pyqt6-fix-build-with-qt-6.6.0.patch deleted file mode 100644 index 4909be6..0000000 --- a/pyqt6-fix-build-with-qt-6.6.0.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ru PyQt6-6.5.2.orig/sip/QtSql/qsqlresult.sip PyQt6-6.5.2/sip/QtSql/qsqlresult.sip ---- PyQt6-6.5.2.orig/sip/QtSql/qsqlresult.sip 2023-10-11 16:46:02.317332289 +0200 -+++ PyQt6-6.5.2/sip/QtSql/qsqlresult.sip 2023-10-11 17:26:17.722706788 +0200 -@@ -63,7 +63,7 @@ - QSql::ParamType bindValueType(const QString &placeholder) const; - QSql::ParamType bindValueType(int pos) const; - int boundValueCount() const; -- QList &boundValues() const; -+ QVariantList boundValues() const; - QString executedQuery() const; - QString boundValueName(int pos) const; - void clear(); diff --git a/python-PyQt6.changes b/python-PyQt6.changes index 2520422..66f29c0 100644 --- a/python-PyQt6.changes +++ b/python-PyQt6.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Oct 30 11:14:53 UTC 2023 - Markéta Machová + +- Update to 6.6.0 + * This adds support for Qt v6.6. +- Drop no longer needed pyqt6-fix-build-with-qt-6.6.0.patch + ------------------------------------------------------------------- Wed Oct 18 00:34:21 UTC 2023 - llyyr diff --git a/python-PyQt6.spec b/python-PyQt6.spec index 3028f49..7d9d13f 100644 --- a/python-PyQt6.spec +++ b/python-PyQt6.spec @@ -21,7 +21,7 @@ %define pyqt_build_for_qt6 1 %{?sle15_python_module_pythons} Name: python-%{mname} -Version: 6.5.3 +Version: 6.6.0 Release: 0 Summary: Python bindings for Qt 6 License: GPL-3.0-only OR SUSE-GPL-2.0-with-FLOSS-exception OR NonFree @@ -32,8 +32,6 @@ Source: https://files.pythonhosted.org/packages/source/P/PyQt6/PyQt6-%{v Patch0: disable-rpaths.diff # PATCH-FIX-OPENSUSE - install binary dbus mainloop integration in arch dependent directory Patch1: 0001-Use-a-noarch-wrapper-for-dbus-mainloop-integration.patch -# PATCH-FIX-OPENSUSE - fix build with Qt 6.6.0 -Patch2: pyqt6-fix-build-with-qt-6.6.0.patch BuildRequires: %{python_module PyQt6-sip >= 13.6} BuildRequires: %{python_module dbus-python-devel >= 0.8} BuildRequires: %{python_module devel}