forked from pool/python-PyQt6
Accepting request 1083083 from KDE:Qt:PyQt
update OBS-URL: https://build.opensuse.org/request/show/1083083 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyQt6?expand=0&rev=14
This commit is contained in:
commit
c3a7a6d7cd
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:740244f608fe15ee1d89695c43f31a14caeca41c4f02ac36c86dfba4a5d5813d
|
||||
size 1025595
|
3
PyQt6-6.5.0.tar.gz
Normal file
3
PyQt6-6.5.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b97cb4be9b2c8997904ea668cf3b0a4ae5822196f7792590d05ecde6216a9fbc
|
||||
size 1033399
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 24 19:48:32 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to 6.5.0
|
||||
* Added support for Qt v6.5 including the QtSpatialAudio module.
|
||||
* Bug fixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 9 10:16:13 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define mname PyQt6
|
||||
%define pyqt_build_for_qt6 1
|
||||
Name: python-%{mname}
|
||||
Version: 6.4.2
|
||||
Version: 6.5.0
|
||||
Release: 0
|
||||
Summary: Python bindings for Qt 6
|
||||
License: GPL-3.0-only OR SUSE-GPL-2.0-with-FLOSS-exception OR NonFree
|
||||
@ -62,17 +62,22 @@ BuildRequires: cmake(Qt6PdfWidgets)
|
||||
BuildRequires: cmake(Qt6Qml)
|
||||
BuildRequires: cmake(Qt6Quick)
|
||||
BuildRequires: cmake(Qt6QuickWidgets)
|
||||
BuildRequires: cmake(Qt6RemoteObjects)
|
||||
BuildRequires: cmake(Qt6Sensors)
|
||||
BuildRequires: cmake(Qt6SerialPort)
|
||||
BuildRequires: cmake(Qt6Svg)
|
||||
BuildRequires: cmake(Qt6WebChannel)
|
||||
BuildRequires: cmake(Qt6WebSockets)
|
||||
%if 0%{?suse_version} >= 1550
|
||||
BuildRequires: cmake(Qt6TextToSpeech)
|
||||
%if %{?suse_version} >= 1550
|
||||
BuildRequires: cmake(Qt6Quick3D)
|
||||
BuildRequires: cmake(Qt6Quick3DRuntimeRender)
|
||||
%endif
|
||||
BuildRequires: cmake(Qt6RemoteObjects)
|
||||
BuildRequires: cmake(Qt6Sensors)
|
||||
BuildRequires: cmake(Qt6SerialPort)
|
||||
%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 155000
|
||||
BuildRequires: cmake(Qt6SpatialAudio)
|
||||
%endif
|
||||
BuildRequires: cmake(Qt6Svg)
|
||||
%if %{?suse_version} >= 1550
|
||||
BuildRequires: cmake(Qt6TextToSpeech)
|
||||
%endif
|
||||
BuildRequires: cmake(Qt6WebChannel)
|
||||
BuildRequires: cmake(Qt6WebSockets)
|
||||
%requires_ge python-PyQt6-sip
|
||||
%requires_ge python-dbus-python
|
||||
Provides: python-qt6 = %{version}-%{release}
|
||||
|
Loading…
x
Reference in New Issue
Block a user