diff --git a/QtPy-1.3.1.tar.gz b/QtPy-1.3.1.tar.gz deleted file mode 100644 index 51eb613..0000000 --- a/QtPy-1.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08af2525d59f9eb639946d5ed7a72b002103c5b7369c0ef0dd70ad2696845313 -size 25061 diff --git a/QtPy-1.4.1.tar.gz b/QtPy-1.4.1.tar.gz new file mode 100644 index 0000000..1711f0e --- /dev/null +++ b/QtPy-1.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea3935b7a4aa25dd2ef0e755687937526ec135d3208898e4afab84c33ed3cc9f +size 27368 diff --git a/python-QtPy.changes b/python-QtPy.changes index 511c954..9b3b792 100644 --- a/python-QtPy.changes +++ b/python-QtPy.changes @@ -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 diff --git a/python-QtPy.spec b/python-QtPy.spec index 91a201f..e733a11 100644 --- a/python-QtPy.spec +++ b/python-QtPy.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-QtPy -Version: 1.3.1 +Version: 1.4.1 Release: 0 License: MIT Summary: Abstraction layer on top of Qt bindings