From e91ec89a4d8cec7cd8545acda2ccaa6deb53e903b6a137746c9a672691428a90 Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Tue, 7 Nov 2017 15:35:19 +0000 Subject: [PATCH] Accepting request 539366 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/539366 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=63 --- coverage-4.4.1.tar.gz | 3 --- coverage-4.4.2.tar.gz | 3 +++ python-coverage.changes | 24 ++++++++++++++++++++++++ python-coverage.spec | 2 +- 4 files changed, 28 insertions(+), 4 deletions(-) delete mode 100644 coverage-4.4.1.tar.gz create mode 100644 coverage-4.4.2.tar.gz diff --git a/coverage-4.4.1.tar.gz b/coverage-4.4.1.tar.gz deleted file mode 100644 index e10f39f..0000000 --- a/coverage-4.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7a9c44400ee0f3b4546066e0710e1250fd75831adc02ab99dda176ad8726f424 -size 369789 diff --git a/coverage-4.4.2.tar.gz b/coverage-4.4.2.tar.gz new file mode 100644 index 0000000..29a4448 --- /dev/null +++ b/coverage-4.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:309d91bd7a35063ec7a0e4d75645488bfab3f0b66373e7722f23da7f5b0f34cc +size 374581 diff --git a/python-coverage.changes b/python-coverage.changes index 3054dd5..1cdf42f 100644 --- a/python-coverage.changes +++ b/python-coverage.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Mon Nov 6 16:55:45 UTC 2017 - arun@gmx.de + +- update to version 4.4.2: + * Support for Python 3.7. In some cases, class and module docstrings + are no longer counted in statement totals, which could slightly + change your total results. + * Specifying both --source and --include no longer silently ignores + the include setting, instead it displays a warning. Thanks, Loïc + Dachary. Closes issue 265 and issue 101. + * Fixed a race condition when saving data and multiple threads are + tracing (issue 581). It could produce a “dictionary changed size + during iteration” RuntimeError. I believe this mostly but not + entirely fixes the race condition. A true fix would likely be too + expensive. Thanks, Peter Baughman for the debugging, and Olivier + Grisel for the fix with tests. + * Configuration values which are file paths will now apply + tilde-expansion, closing issue 589. + * Now secondary config files like tox.ini and setup.cfg can be + specified explicitly, and prefixed sections like [coverage:run] + will be read. Fixes issue 588. + * Be more flexible about the command name displayed by help, fixing + issue 600. Thanks, Ben Finney. + ------------------------------------------------------------------- Wed Oct 4 15:47:22 UTC 2017 - arun@gmx.de diff --git a/python-coverage.spec b/python-coverage.spec index a413b7a..49d14c2 100644 --- a/python-coverage.spec +++ b/python-coverage.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-coverage -Version: 4.4.1 +Version: 4.4.2 Release: 0 Url: http://nedbatchelder.com/code/coverage/%{version} Summary: Code coverage measurement for Python