diff --git a/PyQt6-6.7.0.tar.gz b/PyQt6-6.7.0.tar.gz deleted file mode 100644 index 3764224..0000000 --- a/PyQt6-6.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d31b2c59dc378ee26e16586d9469842483588142fc377280aad22aaf2fa6235 -size 1050408 diff --git a/PyQt6-6.8.0.tar.gz b/PyQt6-6.8.0.tar.gz new file mode 100644 index 0000000..ca1c816 --- /dev/null +++ b/PyQt6-6.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d8628de4c2a050f0b74462e4c9cb97f839bf6ffabbca91711722ffb281570d9 +size 1061357 diff --git a/python-PyQt6.changes b/python-PyQt6.changes index 44d1a82..1651720 100644 --- a/python-PyQt6.changes +++ b/python-PyQt6.changes @@ -1,3 +1,44 @@ +------------------------------------------------------------------- +Wed Jan 8 15:33:06 UTC 2025 - Ben Greiner + +- Update to 6.8.0 + * Added support for Qt v6.8 (excluding any technical previews). + * Python enums are now handled correctly by Qt Designer (requires + Qt v6.8.1 or later). + * Implemented QtAudio as a synonym for QAudio. + * Added QWindow.setVulkanInstance(), QWindow.vulkanInstance(), + QVulkanExtension, QVulkanInstance and QVulkanLayer. + * Bug fixes. +- Should fix boo#1234295 + +------------------------------------------------------------------- +Fri Nov 8 08:57:02 UTC 2024 - Ben Greiner + +- Fix requires_eq replacement gh#openSUSE/python-rpm-macros#185 + +------------------------------------------------------------------- +Tue Nov 5 08:20:32 UTC 2024 - Dominique Leuenberger + +- Avoid using requires_eq, which after the last modifications + conflicts with python singlespec (order of expansion). + +------------------------------------------------------------------- +Wed Oct 16 15:48:52 UTC 2024 - Ben Greiner + +- Change version to 6.8.0~dev2410061818 + * Mark development version for correct order before release +- Changes from 6.7.1 + * SIP v6.8.6 and PyQt6-sip v13.8 are now required for Python + v3.13 support and for Linux on ARM. + +------------------------------------------------------------------- +Wed Oct 16 08:11:34 UTC 2024 - Fabian Vogt + +- Update to 6.8.0.dev2410061818: + * Added support for Qt v6.8 (excluding any technical previews). + * Implemented QtAudio as a synonym for QAudio. + * Bug fixes. + ------------------------------------------------------------------- Tue Sep 10 14:40:49 UTC 2024 - Antonio Larrosa diff --git a/python-PyQt6.spec b/python-PyQt6.spec index 5433698..0dc2295 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.7.0 +Version: 6.8.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,11 +32,11 @@ 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 -BuildRequires: %{python_module PyQt6-sip >= 13.6} +BuildRequires: %{python_module PyQt6-sip >= 13.8} BuildRequires: %{python_module dbus-python-devel >= 0.8} -BuildRequires: %{python_module devel >= 3.6.1} -BuildRequires: %{python_module pyqt-builder >= 1.15} -BuildRequires: %{python_module sip-devel >= 6.5} +BuildRequires: %{python_module devel >= 3.9} +BuildRequires: %{python_module pyqt-builder >= 1.17} +BuildRequires: %{python_module sip-devel >= 6.9} BuildRequires: dbus-1-devel BuildRequires: dos2unix BuildRequires: fdupes @@ -89,8 +89,8 @@ BuildRequires: cmake(Qt6WebChannel) BuildRequires: cmake(Qt6WebSockets) BuildRequires: cmake(Qt6Widgets) BuildRequires: cmake(Qt6Xml) -%requires_ge python-PyQt6-sip -%requires_ge python-dbus-python +Requires: python-PyQt6-sip >= %(rpm -q --whatprovides python-PyQt6-sip --qf "%%{version}") +Requires: python-dbus-python >= %(rpm -q --whatprovides python-dbus-python --qf "%%{version}") Provides: python-qt6 = %{version}-%{release} %python_subpackages