From 125469be17a9852d9be0451f6cb6113acb3bb900e6b7df5116eefa394506d916 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 31 Jan 2019 09:14:12 +0000 Subject: [PATCH] - Update to 3.2.2: * Fix Off-by-one error in modeltester (#249). Thanks @ext-jmmugnes for the PR. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-qt?expand=0&rev=6 --- pytest-qt-3.2.1.tar.gz | 3 --- pytest-qt-3.2.2.tar.gz | 3 +++ python-pytest-qt.changes | 6 ++++++ python-pytest-qt.spec | 8 +++++--- 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 pytest-qt-3.2.1.tar.gz create mode 100644 pytest-qt-3.2.2.tar.gz diff --git a/pytest-qt-3.2.1.tar.gz b/pytest-qt-3.2.1.tar.gz deleted file mode 100644 index cf0acfd..0000000 --- a/pytest-qt-3.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c94dc1ca0f3e12651a9a3eddea9e55130b6e246a9714acb4baeeeb5be8a5cffb -size 114557 diff --git a/pytest-qt-3.2.2.tar.gz b/pytest-qt-3.2.2.tar.gz new file mode 100644 index 0000000..68a6c87 --- /dev/null +++ b/pytest-qt-3.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6ecf4b38088ae1092cbd5beeaf714516d1f81f8938626a2eac546206cdfe7fa +size 114618 diff --git a/python-pytest-qt.changes b/python-pytest-qt.changes index 5e008f2..cc162d9 100644 --- a/python-pytest-qt.changes +++ b/python-pytest-qt.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jan 31 09:05:27 UTC 2019 - Tomáš Chvátal + +- Update to 3.2.2: + * Fix Off-by-one error in modeltester (#249). Thanks @ext-jmmugnes for the PR. + ------------------------------------------------------------------- Fri Dec 7 19:04:18 UTC 2018 - Todd R diff --git a/python-pytest-qt.spec b/python-pytest-qt.spec index f616374..cfc7ab2 100644 --- a/python-pytest-qt.spec +++ b/python-pytest-qt.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-qt # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pytest-qt -Version: 3.2.1 +Version: 3.2.2 Release: 0 Summary: Pytest support for PyQt and PySide applications License: MIT @@ -62,8 +62,10 @@ dos2unix LICENSE %check export PYTEST_QT_API=pyqt5 export PYTHONDONTWRITEBYTECODE=1 +# skip test_qt_api_ini_config_with_envvar as it needs the qt4 and pyside/etc +# same applies for test_qt_api_ini_config %{python_expand export PYTHONPATH="%{buildroot}%{$python_sitelib}" -xvfb-run --server-args="-screen 0 1920x1080x24" py.test-%{$python_bin_suffix} -v +xvfb-run --server-args="-screen 0 1920x1080x24" py.test-%{$python_bin_suffix} -k 'not test_qt_api_ini_config_with_envvar and not test_qt_api_ini_config' } %files %{python_files}