Accepting request 1007753 from KDE:Qt:PyQt

- Update to version 6.4.0
  *  Added support for Qt v6.4.

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

View File

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

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Oct 3 17:51:51 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update to version 6.4.0
* Added support for Qt v6.4.
-------------------------------------------------------------------
Tue Jun 21 10:15:28 UTC 2022 - Ben Greiner <code@bnavigator.de>

View File

@ -20,7 +20,7 @@
%define muname PyQt6_WebEngine
%define pyqt_build_for_qt6 1
Name: python-%{mname}
Version: 6.3.1
Version: 6.4.0
Release: 0
Summary: Python bindings for the Qt WebEngine framework
License: GPL-3.0-only
@ -41,8 +41,8 @@ BuildRequires: cmake(Qt6WebEngineQuick)
BuildRequires: cmake(Qt6WebEngineWidgets)
%requires_ge python-PyQt6
Provides: python-qtwebengine-qt6 = %{version}-%{release}
# No 32-bit builds of QtWebengine >= 6.3.0 anymore
ExcludeArch: %{ix86} %{arm}
# Mirror with qt6-webengine
ExclusiveArch: aarch64 x86_64 riscv64
%python_subpackages
%description