Accepting request 1099716 from home:mcalabkova:branches:devel:languages:python:numeric

- 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.

OBS-URL: https://build.opensuse.org/request/show/1099716
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6?expand=0&rev=23
This commit is contained in:
Benjamin Greiner 2023-07-20 14:41:14 +00:00 committed by Git OBS Bridge
parent c1980c6bbc
commit b5100a6344
4 changed files with 16 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b97cb4be9b2c8997904ea668cf3b0a4ae5822196f7792590d05ecde6216a9fbc
size 1033399

BIN
PyQt6-6.5.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Jul 20 10:57:34 UTC 2023 - Markéta Machová <mmachova@suse.com>
- 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 <ecsos@opensuse.org>

View File

@ -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