15
0
forked from pool/python-QtPy
Files
python-QtPy/python-QtPy.changes
Todd R ca6fa6db57 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
2017-08-28 16:40:48 +00:00

85 lines
3.2 KiB
Plaintext

-------------------------------------------------------------------
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
- Implement single-spec version.
-------------------------------------------------------------------
Thu Feb 16 09:13:41 UTC 2017 - joerg.lorenzen@ki.tng.de
- Update to version 1.2.1
- Bugs fixed:
Pull requests
+ PR 98 - PR: Don't use Travis to test macOS because it slows
down the entire spyder-ide organization
+ PR 97 - PR: Update Appveyor badge in Readme because of moving
to an org account
+ PR 94 - PR: Include test suite in sdist
- Version 1.2
- New features:
+ Add support for QtMultimedia
+ Use relative imports so its vendored more easily
- Bugs fixed:
Issues
+ Issue 83 - Include core doc files in PyPi releases
+ Issue 78 - Request for a new bugfix release
+ Issue 75 - Missing copyright headers
+ Issue 67 - uic.loadUiType is missing
+ Issue 64 - QHeaderView.setSectionResizeMode
+ Issue 49 - QtMultimedia support
Pull requests
+ PR 93 - Restore uic full namespace for PyQt5 and PyQt4
+ PR 92 - Add missing copyright header in _patch/qheaderview.py
+ PR 91 - Use star imports in QtSvg again instead of direct
ones (reverts PR #55)
+ PR 88 - PR: Add manifest
+ PR 74 - Move QStringListModel to QtCore
+ PR 71 - PR: Use relative imports so its vendored more easily
+ PR 65 - Introduce renamed methods of QHeaderView in PyQt4 and
PySide
+ PR 59 - Don't install qtpy as a conda package in CircleCI
+ PR 58 - Remove reference to how qtpy is pronounced in README
+ PR 55 - PR: Add explicit imports to QtSvg module
+ PR 50 - Add support for QtMultimedia
- Removed source file LICENSE.txt, fixed upstream.
-------------------------------------------------------------------
Thu Oct 13 18:58:01 UTC 2016 - toddrme2178@gmail.com
- Initial version