Accepting request 689361 from devel:languages:python:pytest

- 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/request/show/689361
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-rerunfailures?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2019-03-28 21:49:48 +00:00 committed by Git OBS Bridge
commit ac654592be
4 changed files with 12 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:978349ae00687504fd0f9d0970c37199ccd89cbdb0cb8c4ed7ee417ede582b40
size 12278

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f3c9cf31339bf87b048c09dadb633a81156fa4899527fffc55cde105d04ed5fd
size 12755

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Mar 28 13:28:50 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- 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 <tchvatal@suse.com>

View File

@ -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