Accepting request 935719 from KDE:Qt:PyQt

update

OBS-URL: https://build.opensuse.org/request/show/935719
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyQt6?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2021-12-09 18:45:26 +00:00 committed by Git OBS Bridge
commit 945293b414
4 changed files with 15 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Dec 3 14:36:02 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to version 6.2.2
* Added the missing QBluetoothUuid constructors.
* Added the missing QMediaPlayer loop-related methods.
* Bug fixes.
-------------------------------------------------------------------
Wed Nov 3 14:26:50 UTC 2021 - Ben Greiner <code@bnavigator.de>

View File

@ -17,11 +17,12 @@
%{?!python_module:%define python_module() python3-%{**}}
%define plainpython python
%define skip_python2 1
%define mname PyQt6
%define pyqt_build_for_qt6 1
Name: python-%{mname}
Version: 6.2.1
Version: 6.2.2
Release: 0
Summary: Python bindings for Qt 6
License: GPL-3.0-only OR SUSE-GPL-2.0-with-FLOSS-exception OR NonFree
@ -36,7 +37,7 @@ BuildRequires: %{python_module PyQt6-sip}
BuildRequires: %{python_module dbus-python-devel >= 0.8}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module pyqt-builder >= 1.11}
BuildRequires: %{python_module sip-devel >= 6.4}
BuildRequires: %{python_module sip-devel >= 6.5}
BuildRequires: dbus-1-devel
BuildRequires: dos2unix
BuildRequires: fdupes
@ -97,6 +98,7 @@ Requires: cmake(Qt6SerialPort)
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)