15
0
forked from pool/python-QtPy

Accepting request 719505 from home:pgajdos

- version update to 1.9.0
  * Add the FORCE_QT_API environment variable to keep using the Qt
    bindings selected with the QT_API variable and avoid switching
    to the currently imported bindings. This allows to have
    applications that import PySide and PyQt bindings at the same
    time (which is possible if both bindings are compiled for the
    same Qt version).
  * Errors in the Qt3D modules with PySide2 5.12.4+ and Python 2
  * Binding Selection Logic
  * PR: Don't load Qt3D modules for buggy versions of PySide2
  * PR: Add FORCE_QT_API environment variable

OBS-URL: https://build.opensuse.org/request/show/719505
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-QtPy?expand=0&rev=21
This commit is contained in:
Tomáš Chvátal
2019-07-29 08:41:15 +00:00
committed by Git OBS Bridge
parent 796a5b4cde
commit db3baf2222
4 changed files with 19 additions and 4 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Jul 29 07:57:44 UTC 2019 - pgajdos@suse.com
- version update to 1.9.0
* Add the FORCE_QT_API environment variable to keep using the Qt
bindings selected with the QT_API variable and avoid switching
to the currently imported bindings. This allows to have
applications that import PySide and PyQt bindings at the same
time (which is possible if both bindings are compiled for the
same Qt version).
* Errors in the Qt3D modules with PySide2 5.12.4+ and Python 2
* Binding Selection Logic
* PR: Don't load Qt3D modules for buggy versions of PySide2
* PR: Add FORCE_QT_API environment variable
-------------------------------------------------------------------
Mon Jul 22 16:56:02 UTC 2019 - Todd R <toddrme2178@gmail.com>