Dominique Leuenberger 2022-04-15 22:14:22 +00:00 committed by Git OBS Bridge
commit db379685c6
4 changed files with 20 additions and 12 deletions

View File

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

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

View File

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

View File

@ -22,7 +22,7 @@
%define mname PyQt6
%define pyqt_build_for_qt6 1
Name: python-%{mname}
Version: 6.2.3
Version: 6.3.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,10 +62,10 @@ BuildRequires: cmake(Qt6SerialPort)
BuildRequires: cmake(Qt6Svg)
BuildRequires: cmake(Qt6WebChannel)
BuildRequires: cmake(Qt6WebSockets)
# SECTION not packaged for 6.2 yet
# BuildRequires: cmake(Qt6Quick3D)
# BuildRequires: cmake(Qt6Quick3DRuntimeRender)
# /SECTION
%if 0%{?suse_version} >= 1550
BuildRequires: cmake(Qt6Quick3D)
BuildRequires: cmake(Qt6Quick3DRuntimeRender)
%endif
Requires: python-PyQt6-sip
%requires_ge python-dbus-python
Provides: python-qt6 = %{version}-%{release}
@ -99,10 +99,10 @@ Requires: cmake(Qt6Svg)
Requires: cmake(Qt6WebChannel)
Requires: cmake(Qt6WebSockets)
Requires: %plainpython(abi) = %{python_version}
# SECTION not packaged for 6.2 yet
# Requires: cmake(Qt6Quick3D)
# Requires: cmake(Qt6Quick3DRuntimeRender)
# / SECTION
%if 0%{?suse_version} >= 1550
Requires: cmake(Qt6Quick3D)
Requires: cmake(Qt6Quick3DRuntimeRender)
%endif
Requires(post): update-alternatives
Requires(postun):update-alternatives
# If and which version of sip is required depends on the project trying