From 1455a937027abe32069392ebe3950198c70c73bc8395b575023fba3d9fcb73d4 Mon Sep 17 00:00:00 2001 From: Todd R Date: Fri, 9 Nov 2018 17:47:25 +0000 Subject: [PATCH] Accepting request 647644 from home:TheBlackCat:branches:devel:languages:python - Update to Version 1.5.2 * Fix tests * Add support for PySide2.QtOpenGL - Update to Version 1.5.1 * Make PythonQtError inherit from RuntimeError to be easily catchable - Update to Version 1.5 + New features * Add support for QtLocation, QtMultimediaWidgets, QtQml, QtQuick, QtWebChannel, QtWebSockets and QtXmlPatterns. * Raise an error when trying to use the wrong combination of macOS and Qt versions. + Issues Closed * Issue 155 - Add warnings for Qt 5.9 in macOS 10.9 and Qt 5.11 and macOS 10.11 (PR 168) * Issue 153 - Shim PyQt5 ToPyDateTime for compatibility with PySide2 (PR 169) * Issue 123 - Wrap QWebChannel module (PR 157) + Pull Requests Merged * PR 169 - Shim PyQt5 QDateTime.toPyDateTime to QDateTime.toPython for compatibility with PySide2 (153) * PR 168 - Raise error when trying to use the wrong combination of macOS and Qt versions (155) * PR 167 - Migrate to CircleCI 2.0 * PR 163 - Add QtLocation * PR 162 - Update readme to remove funding appeal, harmonize with other readmes and minor fixes * PR 161 - Fix pyside2 wheels install * PR 157 - Add more Qt modules (123) OBS-URL: https://build.opensuse.org/request/show/647644 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-QtPy?expand=0&rev=9 --- QtPy-1.4.2.tar.gz | 3 --- QtPy-1.5.2.tar.gz | 3 +++ python-QtPy.changes | 33 +++++++++++++++++++++++++++++++++ python-QtPy.spec | 4 ++-- 4 files changed, 38 insertions(+), 5 deletions(-) delete mode 100644 QtPy-1.4.2.tar.gz create mode 100644 QtPy-1.5.2.tar.gz diff --git a/QtPy-1.4.2.tar.gz b/QtPy-1.4.2.tar.gz deleted file mode 100644 index 0f9683e..0000000 --- a/QtPy-1.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d1a4343540433a203280f162d43226e4c87489155fe4a9a6f1923ba11362bf9 -size 27471 diff --git a/QtPy-1.5.2.tar.gz b/QtPy-1.5.2.tar.gz new file mode 100644 index 0000000..e6d4b37 --- /dev/null +++ b/QtPy-1.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c690f90586c82c1210bb6fdf5e9ee4d1228809421dc6a349c5afacc27caabcd +size 30387 diff --git a/python-QtPy.changes b/python-QtPy.changes index 28e5283..acc11fd 100644 --- a/python-QtPy.changes +++ b/python-QtPy.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Thu Nov 8 17:02:01 UTC 2018 - Todd R + +- Update to Version 1.5.2 + * Fix tests + * Add support for PySide2.QtOpenGL +- Update to Version 1.5.1 + * Make PythonQtError inherit from RuntimeError to be easily + catchable +- Update to Version 1.5 + + New features + * Add support for QtLocation, QtMultimediaWidgets, QtQml, + QtQuick, QtWebChannel, QtWebSockets and QtXmlPatterns. + * Raise an error when trying to use the wrong combination of + macOS and Qt versions. + + Issues Closed + * Issue 155 - Add warnings for Qt 5.9 in macOS 10.9 and + Qt 5.11 and macOS 10.11 (PR 168) + * Issue 153 - Shim PyQt5 ToPyDateTime for compatibility with + PySide2 (PR 169) + * Issue 123 - Wrap QWebChannel module (PR 157) + + Pull Requests Merged + * PR 169 - Shim PyQt5 QDateTime.toPyDateTime to + QDateTime.toPython for compatibility with PySide2 (153) + * PR 168 - Raise error when trying to use the wrong + combination of macOS and Qt versions (155) + * PR 167 - Migrate to CircleCI 2.0 + * PR 163 - Add QtLocation + * PR 162 - Update readme to remove funding appeal, harmonize + with other readmes and minor fixes + * PR 161 - Fix pyside2 wheels install + * PR 157 - Add more Qt modules (123) + ------------------------------------------------------------------- Thu May 31 15:38:45 UTC 2018 - toddrme2178@gmail.com diff --git a/python-QtPy.spec b/python-QtPy.spec index 42fc8b9..3ffb824 100644 --- a/python-QtPy.spec +++ b/python-QtPy.spec @@ -17,7 +17,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-QtPy -Version: 1.4.2 +Version: 1.5.2 Release: 0 License: MIT Summary: Abstraction layer on top of Qt bindings @@ -32,6 +32,7 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: xvfb-run # SECTION test requirements +BuildRequires: %{python_module mock} BuildRequires: %{python_module pytest} # /SECTION Requires: python-qt5 @@ -77,7 +78,6 @@ xvfb-run --server-args="-screen 0 1920x1080x24" py.test-%{$python_bin_suffix} .. popd %files %{python_files} -%defattr(-,root,root,-) %doc AUTHORS.md CHANGELOG.md README.md %license LICENSE.txt %{python_sitelib}/*