15
0
forked from pool/python-QtPy

Accepting request 519186 from home:TheBlackCat:branches:devel:languages:python

- Update to Version 1.3.1
  + Bugs fixed
    * Spurious cache files in PyPI tarball
    * Importing qtpy should not raise exceptions
    * No cache files included in the release tarball
    * Remove Quantified Code badge because the service doesn't exist anymore
    * Warn if QHeaderView deprecated methods are used
- Update to Version 1.3
  + New features
    * Add support for PySide2
    * Add support for QtMultimedia
    * Add support for PyQt 4.6
  + Bugs fixed
    * Typo in readme title
    * Update Readme for 1.3 release
    * Add tests for untested modules
    * Missing: QtOpenGL Module
    * QDesktopServices split into QDesktopServices and QStandardPaths
    * qInstallMessageHandler <-> qInstallMsgHandler
    * Feature Request: PySide2 support
    * Fix typo in Readme.
    * Add compatibility for the rename of qInstallMsgHandler to qInstallMessageHandler
    * Update Readme to reflect that we actually use the PySide2 layout
    * Update Readme to mention that we now support PySide2.
    * Add tests for Qtdesigner, QtNetwork, QtPrintSupport, QtSvg and QtTest.
    * Follow QStandardPaths location in Qt5 for PyQt4/PySide
    * Add a coveragerc file
    * Add support for PyQt 4.6
    * Add a new QtOpenGL module
    * Add PySide2 support

OBS-URL: https://build.opensuse.org/request/show/519186
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-QtPy?expand=0&rev=3
This commit is contained in:
Todd R
2017-08-28 16:40:48 +00:00
committed by Git OBS Bridge
parent 87784bd0e8
commit ca6fa6db57
4 changed files with 51 additions and 8 deletions

View File

@@ -1,3 +1,37 @@
-------------------------------------------------------------------
Mon Aug 28 16:05:01 UTC 2017 - toddrme2178@gmail.com
- Update to Version 1.3.1
+ Bugs fixed
* Spurious cache files in PyPI tarball
* Importing qtpy should not raise exceptions
* No cache files included in the release tarball
* Remove Quantified Code badge because the service doesn't exist anymore
* Warn if QHeaderView deprecated methods are used
- Update to Version 1.3
+ New features
* Add support for PySide2
* Add support for QtMultimedia
* Add support for PyQt 4.6
+ Bugs fixed
* Typo in readme title
* Update Readme for 1.3 release
* Add tests for untested modules
* Missing: QtOpenGL Module
* QDesktopServices split into QDesktopServices and QStandardPaths
* qInstallMessageHandler <-> qInstallMsgHandler
* Feature Request: PySide2 support
* Fix typo in Readme.
* Add compatibility for the rename of qInstallMsgHandler to qInstallMessageHandler
* Update Readme to reflect that we actually use the PySide2 layout
* Update Readme to mention that we now support PySide2.
* Add tests for Qtdesigner, QtNetwork, QtPrintSupport, QtSvg and QtTest.
* Follow QStandardPaths location in Qt5 for PyQt4/PySide
* Add a coveragerc file
* Add support for PyQt 4.6
* Add a new QtOpenGL module
* Add PySide2 support
-------------------------------------------------------------------
Fri Apr 28 01:58:21 UTC 2017 - toddrme2178@gmail.com