1
0

Accepting request 970780 from KDE:Qt:6.3

Qt 6.3.0

OBS-URL: https://build.opensuse.org/request/show/970780
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt6/python3-pyside6?expand=0&rev=9
This commit is contained in:
2022-04-19 12:13:03 +00:00
committed by Git OBS Bridge
parent d357076c30
commit e0500ddd81
6 changed files with 135 additions and 19 deletions

View File

@@ -1,3 +1,33 @@
-------------------------------------------------------------------
Sun Apr 17 13:25:54 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- Add patch to fix build:
* 0001-Work-around-build-issue-in-pyside-6.3.patch
- Rebase patch:
* 0001-Don-t-install-CMake-files-into-versioned-directories.patch
-------------------------------------------------------------------
Tue Apr 12 10:26:46 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 6.3.0. Check the installed changes-6.3.0 file for the
complete list of changes.
* The QtNfc module has been added.
* New QML tools have been added: pyside6-metaobjectdump,
pyside6-qmltyperegistrar and pyside6-qmllint.
* Several class decorators have been added for QML: QmlAttached,
QmlExtended, QmlForeign, QmlNamedElement, QmlSingleton and
QmlUncreatable.
* class QPyQmlPropertyValueSource for implementing QML value
property sources has been added.
* QML code has been split out from libpyside into a new library
libpysideqml. libpyside thus no longer depends on QtQml and
pyside.h no longer includes QML headers. pyside.h has been
split into smaller headers.
* A context manager for override cursors has been added. It is
now possible to write code like: with
QApplication.setOverrideCursor(Qt.WaitCursor):...
- Don't build QtWebEngine bindings on 32 bits archs.
-------------------------------------------------------------------
Wed Mar 23 11:37:45 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>