From a14ca138c6d7b4b55f34e9a7a409d8480650ce37684537fac8173c110a09f067 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 28 Mar 2019 13:33:06 +0000 Subject: [PATCH] - Update to 7.0: * Drop support for pytest version 3.8 and 3.9. * Add support for pytest version 4.2 and 4.3. * Fixed #83 issue about ignored pytest_runtest_logfinish hooks OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-rerunfailures?expand=0&rev=7 --- pytest-rerunfailures-6.0.tar.gz | 3 --- pytest-rerunfailures-7.0.tar.gz | 3 +++ python-pytest-rerunfailures.changes | 8 ++++++++ python-pytest-rerunfailures.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 pytest-rerunfailures-6.0.tar.gz create mode 100644 pytest-rerunfailures-7.0.tar.gz diff --git a/pytest-rerunfailures-6.0.tar.gz b/pytest-rerunfailures-6.0.tar.gz deleted file mode 100644 index 9bf1825..0000000 --- a/pytest-rerunfailures-6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:978349ae00687504fd0f9d0970c37199ccd89cbdb0cb8c4ed7ee417ede582b40 -size 12278 diff --git a/pytest-rerunfailures-7.0.tar.gz b/pytest-rerunfailures-7.0.tar.gz new file mode 100644 index 0000000..87eac0c --- /dev/null +++ b/pytest-rerunfailures-7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3c9cf31339bf87b048c09dadb633a81156fa4899527fffc55cde105d04ed5fd +size 12755 diff --git a/python-pytest-rerunfailures.changes b/python-pytest-rerunfailures.changes index 57306a0..f7fc349 100644 --- a/python-pytest-rerunfailures.changes +++ b/python-pytest-rerunfailures.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Mar 28 13:28:50 UTC 2019 - Tomáš Chvátal + +- Update to 7.0: + * Drop support for pytest version 3.8 and 3.9. + * Add support for pytest version 4.2 and 4.3. + * Fixed #83 issue about ignored pytest_runtest_logfinish hooks + ------------------------------------------------------------------- Fri Feb 15 09:52:15 UTC 2019 - Tomáš Chvátal diff --git a/python-pytest-rerunfailures.spec b/python-pytest-rerunfailures.spec index b7af35c..91c825c 100644 --- a/python-pytest-rerunfailures.spec +++ b/python-pytest-rerunfailures.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pytest-rerunfailures -Version: 6.0 +Version: 7.0 Release: 0 Summary: A pytest plugin to re-run tests License: MPL-2.0