Accepting request 970213 from KDE:Qt:PyQt
OBS-URL: https://build.opensuse.org/request/show/970213 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyQt6?expand=0&rev=9
This commit is contained in:
commit
db379685c6
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a9bfcac198fe4b703706f809bb686c7cef5f60a7c802fc145c6b57929c7a6a34
|
|
||||||
size 1011695
|
|
3
PyQt6-6.3.0.tar.gz
Normal file
3
PyQt6-6.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4fd85dcb15ea4e734b6e4e216fe9a6246779761edaf2cf7c0cce1a2303a8d31b
|
||||||
|
size 1014435
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 13 08:12:05 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Update to version 6.3.0
|
||||||
|
* Added support for Qt v6.3.
|
||||||
|
* Bug fixes.
|
||||||
|
- Enable Quick3D for Tumbleweed
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Feb 5 20:32:11 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
Sat Feb 5 20:32:11 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
%define mname PyQt6
|
%define mname PyQt6
|
||||||
%define pyqt_build_for_qt6 1
|
%define pyqt_build_for_qt6 1
|
||||||
Name: python-%{mname}
|
Name: python-%{mname}
|
||||||
Version: 6.2.3
|
Version: 6.3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python bindings for Qt 6
|
Summary: Python bindings for Qt 6
|
||||||
License: GPL-3.0-only OR SUSE-GPL-2.0-with-FLOSS-exception OR NonFree
|
License: GPL-3.0-only OR SUSE-GPL-2.0-with-FLOSS-exception OR NonFree
|
||||||
@ -62,10 +62,10 @@ BuildRequires: cmake(Qt6SerialPort)
|
|||||||
BuildRequires: cmake(Qt6Svg)
|
BuildRequires: cmake(Qt6Svg)
|
||||||
BuildRequires: cmake(Qt6WebChannel)
|
BuildRequires: cmake(Qt6WebChannel)
|
||||||
BuildRequires: cmake(Qt6WebSockets)
|
BuildRequires: cmake(Qt6WebSockets)
|
||||||
# SECTION not packaged for 6.2 yet
|
%if 0%{?suse_version} >= 1550
|
||||||
# BuildRequires: cmake(Qt6Quick3D)
|
BuildRequires: cmake(Qt6Quick3D)
|
||||||
# BuildRequires: cmake(Qt6Quick3DRuntimeRender)
|
BuildRequires: cmake(Qt6Quick3DRuntimeRender)
|
||||||
# /SECTION
|
%endif
|
||||||
Requires: python-PyQt6-sip
|
Requires: python-PyQt6-sip
|
||||||
%requires_ge python-dbus-python
|
%requires_ge python-dbus-python
|
||||||
Provides: python-qt6 = %{version}-%{release}
|
Provides: python-qt6 = %{version}-%{release}
|
||||||
@ -99,10 +99,10 @@ Requires: cmake(Qt6Svg)
|
|||||||
Requires: cmake(Qt6WebChannel)
|
Requires: cmake(Qt6WebChannel)
|
||||||
Requires: cmake(Qt6WebSockets)
|
Requires: cmake(Qt6WebSockets)
|
||||||
Requires: %plainpython(abi) = %{python_version}
|
Requires: %plainpython(abi) = %{python_version}
|
||||||
# SECTION not packaged for 6.2 yet
|
%if 0%{?suse_version} >= 1550
|
||||||
# Requires: cmake(Qt6Quick3D)
|
Requires: cmake(Qt6Quick3D)
|
||||||
# Requires: cmake(Qt6Quick3DRuntimeRender)
|
Requires: cmake(Qt6Quick3DRuntimeRender)
|
||||||
# / SECTION
|
%endif
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun):update-alternatives
|
Requires(postun):update-alternatives
|
||||||
# If and which version of sip is required depends on the project trying
|
# If and which version of sip is required depends on the project trying
|
||||||
|
Loading…
x
Reference in New Issue
Block a user