From c967b08bc01574beebe1379d07ba3e180875476fed838da7c577fe7476f2f15c Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sat, 2 Jun 2018 10:12:48 +0000 Subject: [PATCH] Accepting request 613325 from devel:languages:python:pytest OBS-URL: https://build.opensuse.org/request/show/613325 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-qt?expand=0&rev=3 --- pytest-qt-2.3.1.tar.gz | 3 --- pytest-qt-2.4.0.tar.gz | 3 +++ python-pytest-qt.changes | 6 ++++++ python-pytest-qt.spec | 7 +++++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 pytest-qt-2.3.1.tar.gz create mode 100644 pytest-qt-2.4.0.tar.gz diff --git a/pytest-qt-2.3.1.tar.gz b/pytest-qt-2.3.1.tar.gz deleted file mode 100644 index 91ed296..0000000 --- a/pytest-qt-2.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:47cc12b645d2bb9f597e2df6c8934fbc57bd932a7616247bed9b8407d57e340b -size 108383 diff --git a/pytest-qt-2.4.0.tar.gz b/pytest-qt-2.4.0.tar.gz new file mode 100644 index 0000000..9c24f62 --- /dev/null +++ b/pytest-qt-2.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ea4d36e4783de227494cca75bd2d2850e96629cd70b24f435a616fe59d55166 +size 110499 diff --git a/python-pytest-qt.changes b/python-pytest-qt.changes index 76cd00a..e2a1ee5 100644 --- a/python-pytest-qt.changes +++ b/python-pytest-qt.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu May 31 16:01:42 UTC 2018 - toddrme2178@gmail.com + +- Update to 2.3.2 + * Use new pytest 3.6 marker API when possible. + ------------------------------------------------------------------- Sun May 13 08:24:32 UTC 2018 - tchvatal@suse.com diff --git a/python-pytest-qt.spec b/python-pytest-qt.spec index 3508149..e472988 100644 --- a/python-pytest-qt.spec +++ b/python-pytest-qt.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pytest-qt -Version: 2.3.1 +Version: 2.4.0 Release: 0 Summary: Pytest support for PyQt and PySide applications License: MIT @@ -61,7 +61,10 @@ dos2unix LICENSE %check export PYTEST_QT_API=pyqt5 -%python_expand PYTHONPATH="%{buildroot}%{$python_sitelib}" xvfb-run --server-args="-screen 0 1920x1080x24" py.test-%{py_ver} -v +export PYTHONDONTWRITEBYTECODE=1 +%{python_expand export PYTHONPATH="%{buildroot}%{$python_sitelib}" +xvfb-run --server-args="-screen 0 1920x1080x24" py.test-%{$python_bin_suffix} -v +} %files %{python_files} %license LICENSE