diff --git a/PyQt6-6.2.1.tar.gz b/PyQt6-6.2.1.tar.gz deleted file mode 100644 index 0fb6e1f..0000000 --- a/PyQt6-6.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d603a5c8effccc9174b3f43834256401a61ea40f2338306ca22fb6a1e870b89c -size 1009983 diff --git a/PyQt6-6.2.2.tar.gz b/PyQt6-6.2.2.tar.gz new file mode 100644 index 0000000..6e2b2b0 --- /dev/null +++ b/PyQt6-6.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9325a0f51c08e37340d916d2723daf9a25c844dac99d71d6c5aacb4f6ee00171 +size 1010995 diff --git a/python-PyQt6.changes b/python-PyQt6.changes index bf6816d..c33ff6f 100644 --- a/python-PyQt6.changes +++ b/python-PyQt6.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Dec 3 14:36:02 UTC 2021 - Ben Greiner + +- Update to version 6.2.2 + * Added the missing QBluetoothUuid constructors. + * Added the missing QMediaPlayer loop-related methods. + * Bug fixes. + ------------------------------------------------------------------- Wed Nov 3 14:26:50 UTC 2021 - Ben Greiner diff --git a/python-PyQt6.spec b/python-PyQt6.spec index 00d89d4..07dbbcd 100644 --- a/python-PyQt6.spec +++ b/python-PyQt6.spec @@ -17,11 +17,12 @@ %{?!python_module:%define python_module() python3-%{**}} +%define plainpython python %define skip_python2 1 %define mname PyQt6 %define pyqt_build_for_qt6 1 Name: python-%{mname} -Version: 6.2.1 +Version: 6.2.2 Release: 0 Summary: Python bindings for Qt 6 License: GPL-3.0-only OR SUSE-GPL-2.0-with-FLOSS-exception OR NonFree @@ -36,7 +37,7 @@ BuildRequires: %{python_module PyQt6-sip} BuildRequires: %{python_module dbus-python-devel >= 0.8} BuildRequires: %{python_module devel} BuildRequires: %{python_module pyqt-builder >= 1.11} -BuildRequires: %{python_module sip-devel >= 6.4} +BuildRequires: %{python_module sip-devel >= 6.5} BuildRequires: dbus-1-devel BuildRequires: dos2unix BuildRequires: fdupes @@ -97,6 +98,7 @@ Requires: cmake(Qt6SerialPort) Requires: cmake(Qt6Svg) Requires: cmake(Qt6WebChannel) Requires: cmake(Qt6WebSockets) +Requires: %plainpython(abi) = %{python_version} # SECTION not packaged for 6.2 yet # Requires: cmake(Qt6Quick3D) # Requires: cmake(Qt6Quick3DRuntimeRender)