From 8b9639c671b7f99ad8d11f805fe9ae2eda4dc2f783645e7ec4ea05b4955f7c2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 6 May 2019 11:08:33 +0000 Subject: [PATCH] - Update to 2.7.1: * Fixed AttributeError: 'NoneType' object has no attribute 'configure_node' error when --no-cov is used. Contributed by Alexander Shadchin in #263. * Various testing and CI improvements. Contributed by Daniel Hahler in #255, #266, #272, #271 and #269. * Improved documentation regarding subprocess and multiprocessing. Contributed in #265. * Improved pytest_cov.embed.cleanup_on_sigterm to be reentrant (signal deliveries while signal handling is running won't break stuff). * Added pytest_cov.embed.cleanup_on_signal for customized cleanup. * Improved cleanup code and fixed various issues with leftover data files. All contributed in #265 or #262. * Improved examples. Now there are two examples for the common project layouts, complete with working coverage configuration. The examples have CI testing. Contributed in #267. * Improved help text for CLI options. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-cov?expand=0&rev=6 --- pytest-cov-2.6.1.tar.gz | 3 --- pytest-cov-2.7.1.tar.gz | 3 +++ python-pytest-cov.changes | 13 +++++++++++++ python-pytest-cov.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 pytest-cov-2.6.1.tar.gz create mode 100644 pytest-cov-2.7.1.tar.gz diff --git a/pytest-cov-2.6.1.tar.gz b/pytest-cov-2.6.1.tar.gz deleted file mode 100644 index adc4f2a..0000000 --- a/pytest-cov-2.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ab664b25c6aa9716cbf203b17ddb301932383046082c081b9848a0edf5add33 -size 35307 diff --git a/pytest-cov-2.7.1.tar.gz b/pytest-cov-2.7.1.tar.gz new file mode 100644 index 0000000..71b69aa --- /dev/null +++ b/pytest-cov-2.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e00ea4fdde970725482f1f35630d12f074e121a23801aabf2ae154ec6bdd343a +size 42121 diff --git a/python-pytest-cov.changes b/python-pytest-cov.changes index 52ce04e..0962842 100644 --- a/python-pytest-cov.changes +++ b/python-pytest-cov.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon May 6 11:04:02 UTC 2019 - Tomáš Chvátal + +- Update to 2.7.1: + * Fixed AttributeError: 'NoneType' object has no attribute 'configure_node' error when --no-cov is used. Contributed by Alexander Shadchin in #263. + * Various testing and CI improvements. Contributed by Daniel Hahler in #255, #266, #272, #271 and #269. + * Improved documentation regarding subprocess and multiprocessing. Contributed in #265. + * Improved pytest_cov.embed.cleanup_on_sigterm to be reentrant (signal deliveries while signal handling is running won't break stuff). + * Added pytest_cov.embed.cleanup_on_signal for customized cleanup. + * Improved cleanup code and fixed various issues with leftover data files. All contributed in #265 or #262. + * Improved examples. Now there are two examples for the common project layouts, complete with working coverage configuration. The examples have CI testing. Contributed in #267. + * Improved help text for CLI options. + ------------------------------------------------------------------- Wed Feb 13 09:49:04 UTC 2019 - Tomáš Chvátal diff --git a/python-pytest-cov.spec b/python-pytest-cov.spec index cfe8bf7..2b34cac 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.6.1 +Version: 2.7.1 Release: 0 Summary: Pytest plugin for coverage reporting License: MIT