From db3baf22224e7aa2e07a94556d64628d9b91dc11d600cd4de19ef319b41d264c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 29 Jul 2019 08:41:15 +0000 Subject: [PATCH] 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 --- QtPy-1.8.0.tar.gz | 3 --- QtPy-1.9.0.tar.gz | 3 +++ python-QtPy.changes | 15 +++++++++++++++ python-QtPy.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 QtPy-1.8.0.tar.gz create mode 100644 QtPy-1.9.0.tar.gz diff --git a/QtPy-1.8.0.tar.gz b/QtPy-1.8.0.tar.gz deleted file mode 100644 index 8056df0..0000000 --- a/QtPy-1.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb66998a9049d276c75f26fc31554666504a7c1732cc3edd42a434c1fed01c92 -size 34803 diff --git a/QtPy-1.9.0.tar.gz b/QtPy-1.9.0.tar.gz new file mode 100644 index 0000000..252a10e --- /dev/null +++ b/QtPy-1.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2db72c44b55d0fe1407be8fba35c838ad0d6d3bb81f23007886dc1fc0f459c8d +size 35522 diff --git a/python-QtPy.changes b/python-QtPy.changes index 48fe3dd..b58ca3c 100644 --- a/python-QtPy.changes +++ b/python-QtPy.changes @@ -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 diff --git a/python-QtPy.spec b/python-QtPy.spec index 198e1a0..e87f8ce 100644 --- a/python-QtPy.spec +++ b/python-QtPy.spec @@ -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