From 6bca00ea5c28b647525791d5e628e83ee0f8de2aa67c848bd0ac1e5ab760c862 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 7 Oct 2019 08:45:34 +0000 Subject: [PATCH] - Update to 2.8.1: * Fixed #348 - regression when only certain reports (html or xml) are used then --cov-fail-under always fails. * Added compatibility with future xdist release that deprecates some internals (match pytest-xdist master/worker terminology). Contributed by Thomas Grainger in #321 * Added support for Coverage 5.0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-cov?expand=0&rev=8 --- pytest-cov-2.7.1.tar.gz | 3 --- pytest-cov-2.8.1.tar.gz | 3 +++ python-pytest-cov.changes | 8 ++++++++ python-pytest-cov.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 pytest-cov-2.7.1.tar.gz create mode 100644 pytest-cov-2.8.1.tar.gz diff --git a/pytest-cov-2.7.1.tar.gz b/pytest-cov-2.7.1.tar.gz deleted file mode 100644 index 71b69aa..0000000 --- a/pytest-cov-2.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e00ea4fdde970725482f1f35630d12f074e121a23801aabf2ae154ec6bdd343a -size 42121 diff --git a/pytest-cov-2.8.1.tar.gz b/pytest-cov-2.8.1.tar.gz new file mode 100644 index 0000000..5c99a0b --- /dev/null +++ b/pytest-cov-2.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc6742d8bac45070217169f5f72ceee1e0e55b0221f54bcf24845972d3a47f2b +size 47661 diff --git a/python-pytest-cov.changes b/python-pytest-cov.changes index 0962842..b9fc014 100644 --- a/python-pytest-cov.changes +++ b/python-pytest-cov.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Oct 7 08:34:43 UTC 2019 - Tomáš Chvátal + +- Update to 2.8.1: + * Fixed #348 - regression when only certain reports (html or xml) are used then --cov-fail-under always fails. + * Added compatibility with future xdist release that deprecates some internals (match pytest-xdist master/worker terminology). Contributed by Thomas Grainger in #321 + * Added support for Coverage 5.0 + ------------------------------------------------------------------- Mon May 6 11:04:02 UTC 2019 - Tomáš Chvátal diff --git a/python-pytest-cov.spec b/python-pytest-cov.spec index 2b34cac..6d04c0a 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.7.1 +Version: 2.8.1 Release: 0 Summary: Pytest plugin for coverage reporting License: MIT