Accepting request 1007749 from KDE:Qt:PyQt

Update to 6.4.0

OBS-URL: https://build.opensuse.org/request/show/1007749
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyQt6?expand=0&rev=11
This commit is contained in:
Richard Brown 2022-10-04 18:37:37 +00:00 committed by Git OBS Bridge
commit 02a6c76861
4 changed files with 19 additions and 4 deletions

View File

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

3
PyQt6-6.4.0.tar.gz Normal file
View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Oct 2 22:45:01 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update to version 6.4.0
* Added support for Qt v6.4 including the QtPdf, QtPdfWidgets and
QtTextToSpeech modules.
* Added QAction.menu() and QAction.setMenu().
* Bug fixes.
-------------------------------------------------------------------
Mon Jun 20 21:35:19 UTC 2022 - Ben Greiner <code@bnavigator.de>

View File

@ -20,7 +20,7 @@
%define mname PyQt6
%define pyqt_build_for_qt6 1
Name: python-%{mname}
Version: 6.3.1
Version: 6.4.0
Release: 0
Summary: Python bindings for Qt 6
License: GPL-3.0-only OR SUSE-GPL-2.0-with-FLOSS-exception OR NonFree
@ -51,6 +51,11 @@ BuildRequires: cmake(Qt6Multimedia)
BuildRequires: cmake(Qt6MultimediaWidgets)
BuildRequires: cmake(Qt6Nfc)
BuildRequires: cmake(Qt6Positioning)
%ifarch aarch64 x86_64 riscv64
# qt6-pdf-devel is built in qt6-webengine with ExclusiveArch
BuildRequires: cmake(Qt6Pdf)
BuildRequires: cmake(Qt6PdfWidgets)
%endif
BuildRequires: cmake(Qt6Qml)
BuildRequires: cmake(Qt6Quick)
BuildRequires: cmake(Qt6QuickWidgets)
@ -58,6 +63,7 @@ BuildRequires: cmake(Qt6RemoteObjects)
BuildRequires: cmake(Qt6Sensors)
BuildRequires: cmake(Qt6SerialPort)
BuildRequires: cmake(Qt6Svg)
BuildRequires: cmake(Qt6TextToSpeech)
BuildRequires: cmake(Qt6WebChannel)
BuildRequires: cmake(Qt6WebSockets)
%if 0%{?suse_version} >= 1550