15
0
forked from pool/python-QtPy

Accepting request 918889 from home:bnavigator:branches:devel:languages:python

- Update to 1.11.1
  * Wrap pysideuic and pyside2uic imports since they could be
    unavailable
  * qtpy/tests/test_uic.py: skip if pyside2uic not installed
- Release 1.11.0
  * Add QtWebEngineWidgets.QWebEngineProfile for PyQt5 and PySide2
  * Rename QtDatavisualization to use uppercase v
  * Add support for QStyleOptionFrameV3 from PyQt4
  * Add QtWinExtras module
  * Add support for QtSerialPort add-on
  * Add support for the QtPositioning module
  * Add loadUiType implementation for PySide2
- Drop patch merged upstream gh#spyder-ide/QtPy#228
  * 0001-Add-QtDatavisualization-alias-to-QtDataVisualization.patch

OBS-URL: https://build.opensuse.org/request/show/918889
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-QtPy?expand=0&rev=32
This commit is contained in:
2021-09-14 12:28:12 +00:00
committed by Git OBS Bridge
parent 0b6e8b567d
commit 9334e0d0a6
5 changed files with 22 additions and 31 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue Sep 14 11:06:30 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to 1.11.1
* Wrap pysideuic and pyside2uic imports since they could be
unavailable
* qtpy/tests/test_uic.py: skip if pyside2uic not installed
- Release 1.11.0
* Add QtWebEngineWidgets.QWebEngineProfile for PyQt5 and PySide2
* Rename QtDatavisualization to use uppercase v
* Add support for QStyleOptionFrameV3 from PyQt4
* Add QtWinExtras module
* Add support for QtSerialPort add-on
* Add support for the QtPositioning module
* Add loadUiType implementation for PySide2
- Drop patch merged upstream gh#spyder-ide/QtPy#228
* 0001-Add-QtDatavisualization-alias-to-QtDataVisualization.patch
-------------------------------------------------------------------
Tue Aug 17 14:37:49 UTC 2021 - Ben Greiner <code@bnavigator.de>