From 4f77fecc65cb8a8f59d0319f748195132a3b9dc1b02758ac7e708b9d2e0f9e92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 21 Aug 2020 14:21:57 +0000 Subject: [PATCH] Accepting request 828524 from home:mcalabkova:branches:devel:languages:python:pytest - Update to 2.10.1 * Support for ``pytest-xdist`` 2.0, which breaks compatibility with ``pytest-xdist`` before 1.22.3 (from 2017). * Fixed the ``LocalPath has no attribute startswith`` failure that occurred when using the ``pytester`` plugin in inline mode. * Dropped support for Python 3 < 3.4, Pytest < 3.5 and Coverage < 4.4. OBS-URL: https://build.opensuse.org/request/show/828524 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-cov?expand=0&rev=20 --- pytest-cov-2.10.0.tar.gz | 3 --- pytest-cov-2.10.1.tar.gz | 3 +++ python-pytest-cov.changes | 9 +++++++++ python-pytest-cov.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 pytest-cov-2.10.0.tar.gz create mode 100644 pytest-cov-2.10.1.tar.gz diff --git a/pytest-cov-2.10.0.tar.gz b/pytest-cov-2.10.0.tar.gz deleted file mode 100644 index cbfb72f..0000000 --- a/pytest-cov-2.10.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a629dc9f48e53512fcbfda6b07de490c374b0c83c55ff7a1720b3fccff0ac87 -size 54570 diff --git a/pytest-cov-2.10.1.tar.gz b/pytest-cov-2.10.1.tar.gz new file mode 100644 index 0000000..e13c974 --- /dev/null +++ b/pytest-cov-2.10.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47bd0ce14056fdd79f93e1713f88fad7bdcc583dcd7783da86ef2f085a0bb88e +size 56822 diff --git a/python-pytest-cov.changes b/python-pytest-cov.changes index 368fdd1..b19cc1b 100644 --- a/python-pytest-cov.changes +++ b/python-pytest-cov.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Aug 21 14:16:07 UTC 2020 - Marketa Calabkova + +- Update to 2.10.1 + * Support for ``pytest-xdist`` 2.0, which breaks compatibility with ``pytest-xdist`` before 1.22.3 (from 2017). + * Fixed the ``LocalPath has no attribute startswith`` failure that occurred when using the ``pytester`` plugin + in inline mode. + * Dropped support for Python 3 < 3.4, Pytest < 3.5 and Coverage < 4.4. + ------------------------------------------------------------------- Mon Jun 29 09:21:38 UTC 2020 - Marketa Calabkova diff --git a/python-pytest-cov.spec b/python-pytest-cov.spec index ef88aea..6dca5e5 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.10.0 +Version: 2.10.1 Release: 0 Summary: Pytest plugin for coverage reporting License: MIT