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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eb66998a9049d276c75f26fc31554666504a7c1732cc3edd42a434c1fed01c92
size 34803

3
QtPy-1.9.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2db72c44b55d0fe1407be8fba35c838ad0d6d3bb81f23007886dc1fc0f459c8d
size 35522

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>

View File

@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-QtPy
Version: 1.8.0
Version: 1.9.0
Release: 0
Summary: Abstraction layer on top of Qt bindings
License: MIT