forked from pool/python-PyQt6
Accepting request 985022 from KDE:Qt:PyQt
OBS-URL: https://build.opensuse.org/request/show/985022 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyQt6?expand=0&rev=10
This commit is contained in:
commit
4d7dafe3be
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4fd85dcb15ea4e734b6e4e216fe9a6246779761edaf2cf7c0cce1a2303a8d31b
|
|
||||||
size 1014435
|
|
3
PyQt6-6.3.1.tar.gz
Normal file
3
PyQt6-6.3.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8cc6e21dbaf7047d1fc897e396ccd9710a12f2ef976563dad65f06017d2c9757
|
||||||
|
size 1015220
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 20 21:35:19 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Update to version 6.3.1
|
||||||
|
* Added qRegisterResourceData() and qUnregisterResourceData() to
|
||||||
|
QtCore to help in supporting legacy resource files from PyQt5.
|
||||||
|
* Requires v13.4 of the sip module which adds support for enums
|
||||||
|
with missing members and the sip.array support.
|
||||||
|
* Reverted the Qt.GestureType related changes made in v6.2.3 as
|
||||||
|
they are no longer necessary with the support for missing enum
|
||||||
|
members.
|
||||||
|
* The QEvent constructor that takes an int argument is now
|
||||||
|
deprecated.
|
||||||
|
* Refactored the draw methods of QPainter to accept sip.array
|
||||||
|
objects of appropriate types. Such arrays, once initialised,
|
||||||
|
can be used very efficiently as they do not require repeated
|
||||||
|
conversion from the usual Python collection types.
|
||||||
|
* Added resize() to QPolygon, QPolygonF and QXmlStreamAttributes.
|
||||||
|
* Bug fixes.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 13 08:12:05 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
Wed Apr 13 08:12:05 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -16,13 +16,11 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python3-%{**}}
|
|
||||||
%define plainpython python
|
%define plainpython python
|
||||||
%define skip_python2 1
|
|
||||||
%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.3.0
|
Version: 6.3.1
|
||||||
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
|
||||||
@ -33,7 +31,7 @@ Source: https://files.pythonhosted.org/packages/source/P/PyQt6/PyQt6-%{v
|
|||||||
Patch0: disable-rpaths.diff
|
Patch0: disable-rpaths.diff
|
||||||
# PATCH-FIX-OPENSUSE - install binary dbus mainloop integration in arch dependent directory
|
# PATCH-FIX-OPENSUSE - install binary dbus mainloop integration in arch dependent directory
|
||||||
Patch1: 0001-Use-a-noarch-wrapper-for-dbus-mainloop-integration.patch
|
Patch1: 0001-Use-a-noarch-wrapper-for-dbus-mainloop-integration.patch
|
||||||
BuildRequires: %{python_module PyQt6-sip}
|
BuildRequires: %{python_module PyQt6-sip >= 13.4}
|
||||||
BuildRequires: %{python_module dbus-python-devel >= 0.8}
|
BuildRequires: %{python_module dbus-python-devel >= 0.8}
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module pyqt-builder >= 1.11}
|
BuildRequires: %{python_module pyqt-builder >= 1.11}
|
||||||
@ -66,7 +64,7 @@ BuildRequires: cmake(Qt6WebSockets)
|
|||||||
BuildRequires: cmake(Qt6Quick3D)
|
BuildRequires: cmake(Qt6Quick3D)
|
||||||
BuildRequires: cmake(Qt6Quick3DRuntimeRender)
|
BuildRequires: cmake(Qt6Quick3DRuntimeRender)
|
||||||
%endif
|
%endif
|
||||||
Requires: python-PyQt6-sip
|
%requires_ge python-PyQt6-sip
|
||||||
%requires_ge python-dbus-python
|
%requires_ge python-dbus-python
|
||||||
Provides: python-qt6 = %{version}-%{release}
|
Provides: python-qt6 = %{version}-%{release}
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
Loading…
x
Reference in New Issue
Block a user