Accepting request 951798 from KDE:Qt:PyQt
update OBS-URL: https://build.opensuse.org/request/show/951798 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyQt6?expand=0&rev=8
This commit is contained in:
commit
ce0cd238fa
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9325a0f51c08e37340d916d2723daf9a25c844dac99d71d6c5aacb4f6ee00171
|
|
||||||
size 1010995
|
|
3
PyQt6-6.2.3.tar.gz
Normal file
3
PyQt6-6.2.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a9bfcac198fe4b703706f809bb686c7cef5f60a7c802fc145c6b57929c7a6a34
|
||||||
|
size 1011695
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 5 20:32:11 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Update to version 6.2.3
|
||||||
|
* All Qt.GestureType callable arguments will also accept an int.
|
||||||
|
All callables that return a Qt::GestureType in C++ will return
|
||||||
|
an int (which can be compared with a Qt.GestureType member).
|
||||||
|
* Bug fixes.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 3 14:36:02 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
Fri Dec 3 14:36:02 UTC 2021 - 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.2
|
Version: 6.2.3
|
||||||
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,7 +62,7 @@ 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 https://github.com/assimp/assimp/issues/3948
|
# SECTION not packaged for 6.2 yet
|
||||||
# BuildRequires: cmake(Qt6Quick3D)
|
# BuildRequires: cmake(Qt6Quick3D)
|
||||||
# BuildRequires: cmake(Qt6Quick3DRuntimeRender)
|
# BuildRequires: cmake(Qt6Quick3DRuntimeRender)
|
||||||
# /SECTION
|
# /SECTION
|
||||||
|
Loading…
x
Reference in New Issue
Block a user