diff --git a/PyQt6-6.5.0.tar.gz b/PyQt6-6.5.0.tar.gz deleted file mode 100644 index 1891626..0000000 --- a/PyQt6-6.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b97cb4be9b2c8997904ea668cf3b0a4ae5822196f7792590d05ecde6216a9fbc -size 1033399 diff --git a/PyQt6-6.5.1.tar.gz b/PyQt6-6.5.1.tar.gz new file mode 100644 index 0000000..a21413d --- /dev/null +++ b/PyQt6-6.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e166a0568c27bcc8db00271a5043936226690b6a4a74ce0a5caeb408040a97c3 +size 1036776 diff --git a/python-PyQt6.changes b/python-PyQt6.changes index a6f7989..2380164 100644 --- a/python-PyQt6.changes +++ b/python-PyQt6.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Jul 20 10:57:34 UTC 2023 - Markéta Machová + +- Update to 6.5.1 + * Added support for QPermission and related classes and methods. + * Added the max_workers argument to uic.compileUiDir() to specify + the maximum number of worker processes to use when compiling + the .ui files in a directory. + * pyuic6 will now compile all the .ui files in a directory if the + name of the directory is passed instead of a .ui file. + * Added the --max-workers command line option to pyuic6. + ------------------------------------------------------------------- Sat Jun 10 10:48:35 UTC 2023 - ecsos diff --git a/python-PyQt6.spec b/python-PyQt6.spec index 7ab9ef2..4293646 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.0 +Version: 6.5.1 Release: 0 Summary: Python bindings for Qt 6 License: GPL-3.0-only OR SUSE-GPL-2.0-with-FLOSS-exception OR NonFree