Accepting request 719516 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/719516 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-QtPy?expand=0&rev=11
This commit is contained in:
commit
c3dc64a2d2
@ -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
3
QtPy-1.9.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2db72c44b55d0fe1407be8fba35c838ad0d6d3bb81f23007886dc1fc0f459c8d
|
||||
size 35522
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user