15
0
forked from pool/python-QtPy
Files
python-QtPy/python-QtPy.changes
Todd R 8c586d9356 Accepting request 613347 from home:TheBlackCat:branches:devel:languages:python
- Update to version 1.4.2
  + Issues Closed
    * Issue 150 - PySide2-5.11 alpha2 compatibility (PR 151)
    * Issue 144 - ValueError: API 'QString' has already been set to version 1 at line 141 in init.py file. (PR 152)
  + Pull Requests Merged
    * PR 152 - PR: Catch ValueError when trying to set sip API (144)
    * PR 151 - PR: Add a preventive change for PySide-5.11a2 (150)
    * PR 149 - PR: Use Qt official wheels to run tests for PySide2
    * PR 148 - PR: Remove internal conda recipe

OBS-URL: https://build.opensuse.org/request/show/613347
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-QtPy?expand=0&rev=7
2018-05-31 19:33:23 +00:00

130 lines
5.0 KiB
Plaintext

-------------------------------------------------------------------
Thu May 31 15:38:45 UTC 2018 - toddrme2178@gmail.com
- Update to version 1.4.2
+ Issues Closed
* Issue 150 - PySide2-5.11 alpha2 compatibility (PR 151)
* Issue 144 - ValueError: API 'QString' has already been set to version 1 at line 141 in init.py file. (PR 152)
+ Pull Requests Merged
* PR 152 - PR: Catch ValueError when trying to set sip API (144)
* PR 151 - PR: Add a preventive change for PySide-5.11a2 (150)
* PR 149 - PR: Use Qt official wheels to run tests for PySide2
* PR 148 - PR: Remove internal conda recipe
-------------------------------------------------------------------
Sat Apr 28 19:47:37 UTC 2018 - toddrme2178@gmail.com
- Update to Version 1.4.1
+ New features
* Show a warning when QT_API is changed automatically by qtpy.
+ Issues Closed
* Raise a warning if QT_API value is changed automatically
* On OSX qtpy applications are forcing discrete graphics
+ Pull Requests Merged
* Add better compatibility with PySide2
* Add a warning if API is changed automatically
* Avoid using PyQt5.Qt, which imports unneeded stuff and forces
discrete GPU on OSX
- Update to Version 1.4 (2018-03-11)
+ New features
* Add support for QtHelp
* Add support for QtSql
* Use already imported bindings
+ Issues Closed
* If one binding has already been imported,
then qtpy should just use it
* Add Wrapper for QtSql
* Methods missing from QStandardPaths when QT_API=pyqt4
* Add Wrapper for QtHelp
+ Pull Requests Merged
* Pin PyQt5 to 5.9.2 in CircleCI because 5.10 is generating segfaults
* If a Qt binding is already imported, then use it.
* Add QtSql wrapper (incl. test)
* Changes to QDesktop split
* Add QtHelp Wrapper
-------------------------------------------------------------------
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