From c2381ae2486b59f814dacfb8473605e7923ec4d43a14ba92c9cf8cc323e43919 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sat, 7 Oct 2017 15:47:11 +0000 Subject: [PATCH] Accepting request 530442 from devel:languages:python 1 OBS-URL: https://build.opensuse.org/request/show/530442 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-cov?expand=0&rev=8 --- pytest-cov-2.4.0.tar.gz | 3 --- pytest-cov-2.5.1.tar.gz | 3 +++ python-pytest-cov.changes | 16 ++++++++++++++++ python-pytest-cov.spec | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 pytest-cov-2.4.0.tar.gz create mode 100644 pytest-cov-2.5.1.tar.gz diff --git a/pytest-cov-2.4.0.tar.gz b/pytest-cov-2.4.0.tar.gz deleted file mode 100644 index cad07d9..0000000 --- a/pytest-cov-2.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:53d4179086e1eec1c688705977387432c01031b0a7bd91b8ff6c912c08c3820d -size 37071 diff --git a/pytest-cov-2.5.1.tar.gz b/pytest-cov-2.5.1.tar.gz new file mode 100644 index 0000000..17034ef --- /dev/null +++ b/pytest-cov-2.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03aa752cf11db41d281ea1d807d954c4eda35cfa1b21d6971966cc041bbf6e2d +size 36201 diff --git a/python-pytest-cov.changes b/python-pytest-cov.changes index 7e802f0..61e7b14 100644 --- a/python-pytest-cov.changes +++ b/python-pytest-cov.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sun Sep 24 21:47:40 UTC 2017 - arun@gmx.de + +- update to version 2.5.1: + * Fixed xdist breakage (regression in 2.5.0). Fixes #157. + * Allow setting custom data_file name in .coveragerc. Fixes + #145. Contributed by Jannis Leidel & Ionel Cristian Mărieș in + #156. + +- changes from version 2.5.0: + * Always show a summary when --cov-fail-under is used. Contributed + by Francis Niu in PR#141. + * Added --cov-branch option. Fixes #85. + * Improve exception handling in subprocess setup. Fixes #144. + * Fixed handling when --cov is used multiple times. Fixes #151. + ------------------------------------------------------------------- Wed Mar 1 16:38:13 UTC 2017 - aloisio@gmx.com diff --git a/python-pytest-cov.spec b/python-pytest-cov.spec index 0a627a7..70065c1 100644 --- a/python-pytest-cov.spec +++ b/python-pytest-cov.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pytest-cov -Version: 2.4.0 +Version: 2.5.1 Release: 0 Summary: Pytest plugin for coverage reporting License: MIT