Accepting request 602302 from home:TheBlackCat:branches:devel:languages:python
- 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 OBS-URL: https://build.opensuse.org/request/show/602302 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-QtPy?expand=0&rev=5
This commit is contained in:
parent
ca6fa6db57
commit
04b8b2bae9
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:08af2525d59f9eb639946d5ed7a72b002103c5b7369c0ef0dd70ad2696845313
|
|
||||||
size 25061
|
|
3
QtPy-1.4.1.tar.gz
Normal file
3
QtPy-1.4.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ea3935b7a4aa25dd2ef0e755687937526ec135d3208898e4afab84c33ed3cc9f
|
||||||
|
size 27368
|
@ -1,3 +1,35 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Mon Aug 28 16:05:01 UTC 2017 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-QtPy
|
# spec file for package python-QtPy
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-QtPy
|
Name: python-QtPy
|
||||||
Version: 1.3.1
|
Version: 1.4.1
|
||||||
Release: 0
|
Release: 0
|
||||||
License: MIT
|
License: MIT
|
||||||
Summary: Abstraction layer on top of Qt bindings
|
Summary: Abstraction layer on top of Qt bindings
|
||||||
|
Loading…
x
Reference in New Issue
Block a user