From 43dac5b9ca83564bac44fcec78af1f51566f049691d71df84cf5f614dc66a71d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 23 May 2019 10:44:03 +0000 Subject: [PATCH] Accepting request 704979 from home:pgajdos - version update to 1.7.1 * Skip testing PyQt4 and PySide in Python 3.5 * Trivial maintenance tweaks * Avoid deprecated "from collections import MutableMapping" OBS-URL: https://build.opensuse.org/request/show/704979 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-QtPy?expand=0&rev=17 --- QtPy-1.7.0.tar.gz | 3 --- QtPy-1.7.1.tar.gz | 3 +++ python-QtPy.changes | 8 ++++++++ python-QtPy.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 QtPy-1.7.0.tar.gz create mode 100644 QtPy-1.7.1.tar.gz diff --git a/QtPy-1.7.0.tar.gz b/QtPy-1.7.0.tar.gz deleted file mode 100644 index b5c4518..0000000 --- a/QtPy-1.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4c540f1761e794ea26c8dabadabf0173d72e4d1d53c8679aeb31a9e953b4f3e -size 31489 diff --git a/QtPy-1.7.1.tar.gz b/QtPy-1.7.1.tar.gz new file mode 100644 index 0000000..cb7d750 --- /dev/null +++ b/QtPy-1.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e97275750934b3a1f4d8e263f5b889ae817ed36f26867ab0ce52be731ab1ed9e +size 31494 diff --git a/python-QtPy.changes b/python-QtPy.changes index 6dc4888..b97444f 100644 --- a/python-QtPy.changes +++ b/python-QtPy.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu May 23 10:34:57 UTC 2019 - pgajdos@suse.com + +- version update to 1.7.1 + * Skip testing PyQt4 and PySide in Python 3.5 + * Trivial maintenance tweaks + * Avoid deprecated "from collections import MutableMapping" + ------------------------------------------------------------------- Tue Mar 19 14:33:21 UTC 2019 - Tomáš Chvátal diff --git a/python-QtPy.spec b/python-QtPy.spec index ddb349b..590cca5 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.7.0 +Version: 1.7.1 Release: 0 Summary: Abstraction layer on top of Qt bindings License: MIT