- Update to 5.14.1
* [PYSIDE-841] Add example for Threads and Signals
* [PYSIDE-1135] qApp: Ensure QtCore import when embedded QApplication subclass is used
* [PYSIDE-1158] Let qApp be noApp instead of pretending to be None
* [PYSIDE-1164] qApp: make sure to create the right instance when embedding
* [PYSIDE-1165] designer: patch rpath for unix
* [PYSIDE-1192] libpyside: Set default signal name only if previously assigned
* [PYSIDE-1201] docs: Fix pre overlap and improve reading
* [PYSIDE-1205] libpyside: avoid freeing char*
* [PYSIDE-1207] Fix ownership of QTextDocument::createObject
* [PYSIDE-1191] shiboken: Introduce "until" version attribute as opposite of "since"
OBS-URL: https://build.opensuse.org/request/show/779430
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt5/python3-pyside2?expand=0&rev=38
- Remove "CFLAGS=-I/usr/include/linux" export, otherwise pthreads.h
includes linux/time.h instead of time.h. As a result CMake no longer
finds a valid pthreads.h and aborts.
- Drop "docs", which included building and installing instructions only,
as done upstream. See https://doc.qt.io/qtforpython/ and
https://wiki.qt.io/Qt_for_Python/Tutorial for developer documentation.
- Update to 5.13.0
* Add bindings for 5.13
* Support the qApp macro in "scriptable application"
* Doc: Add QML Integration tutorial
* Docs: Add Expenses tool tutorial
* Regenerate all example forms using the python-extended rcc of 5.14
* Fix type name for lookup of QFlags<> converters
Check the changes-* files for older changes.
OBS-URL: https://build.opensuse.org/request/show/712916
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt5/python3-pyside2?expand=0&rev=27