forked from pool/python-QtPy
Accepting request 647644 from home:TheBlackCat:branches:devel:languages:python
- Update to Version 1.5.2
* Fix tests
* Add support for PySide2.QtOpenGL
- Update to Version 1.5.1
* Make PythonQtError inherit from RuntimeError to be easily
catchable
- Update to Version 1.5
+ New features
* Add support for QtLocation, QtMultimediaWidgets, QtQml,
QtQuick, QtWebChannel, QtWebSockets and QtXmlPatterns.
* Raise an error when trying to use the wrong combination of
macOS and Qt versions.
+ Issues Closed
* Issue 155 - Add warnings for Qt 5.9 in macOS 10.9 and
Qt 5.11 and macOS 10.11 (PR 168)
* Issue 153 - Shim PyQt5 ToPyDateTime for compatibility with
PySide2 (PR 169)
* Issue 123 - Wrap QWebChannel module (PR 157)
+ Pull Requests Merged
* PR 169 - Shim PyQt5 QDateTime.toPyDateTime to
QDateTime.toPython for compatibility with PySide2 (153)
* PR 168 - Raise error when trying to use the wrong
combination of macOS and Qt versions (155)
* PR 167 - Migrate to CircleCI 2.0
* PR 163 - Add QtLocation
* PR 162 - Update readme to remove funding appeal, harmonize
with other readmes and minor fixes
* PR 161 - Fix pyside2 wheels install
* PR 157 - Add more Qt modules (123)
OBS-URL: https://build.opensuse.org/request/show/647644
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-QtPy?expand=0&rev=9
This commit is contained in:
@@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 8 17:02:01 UTC 2018 - Todd R <toddrme2178@gmail.com>
|
||||
|
||||
- Update to Version 1.5.2
|
||||
* Fix tests
|
||||
* Add support for PySide2.QtOpenGL
|
||||
- Update to Version 1.5.1
|
||||
* Make PythonQtError inherit from RuntimeError to be easily
|
||||
catchable
|
||||
- Update to Version 1.5
|
||||
+ New features
|
||||
* Add support for QtLocation, QtMultimediaWidgets, QtQml,
|
||||
QtQuick, QtWebChannel, QtWebSockets and QtXmlPatterns.
|
||||
* Raise an error when trying to use the wrong combination of
|
||||
macOS and Qt versions.
|
||||
+ Issues Closed
|
||||
* Issue 155 - Add warnings for Qt 5.9 in macOS 10.9 and
|
||||
Qt 5.11 and macOS 10.11 (PR 168)
|
||||
* Issue 153 - Shim PyQt5 ToPyDateTime for compatibility with
|
||||
PySide2 (PR 169)
|
||||
* Issue 123 - Wrap QWebChannel module (PR 157)
|
||||
+ Pull Requests Merged
|
||||
* PR 169 - Shim PyQt5 QDateTime.toPyDateTime to
|
||||
QDateTime.toPython for compatibility with PySide2 (153)
|
||||
* PR 168 - Raise error when trying to use the wrong
|
||||
combination of macOS and Qt versions (155)
|
||||
* PR 167 - Migrate to CircleCI 2.0
|
||||
* PR 163 - Add QtLocation
|
||||
* PR 162 - Update readme to remove funding appeal, harmonize
|
||||
with other readmes and minor fixes
|
||||
* PR 161 - Fix pyside2 wheels install
|
||||
* PR 157 - Add more Qt modules (123)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 31 15:38:45 UTC 2018 - toddrme2178@gmail.com
|
||||
|
||||
|
||||
Reference in New Issue
Block a user