From 65f78aaef91e207dd971bf83d252a71b1360363cbde6d1ea29125824c8cabc02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 19 Feb 2018 08:12:33 +0000 Subject: [PATCH] Accepting request 577785 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/577785 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=69 --- coverage-4.5.1.tar.gz | 3 +++ coverage-4.5.tar.gz | 3 --- python-coverage.changes | 13 +++++++++++++ python-coverage.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) create mode 100644 coverage-4.5.1.tar.gz delete mode 100644 coverage-4.5.tar.gz diff --git a/coverage-4.5.1.tar.gz b/coverage-4.5.1.tar.gz new file mode 100644 index 0000000..215ab4a --- /dev/null +++ b/coverage-4.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56e448f051a201c5ebbaa86a5efd0ca90d327204d8b059ab25ad0f35fbfd79f1 +size 379675 diff --git a/coverage-4.5.tar.gz b/coverage-4.5.tar.gz deleted file mode 100644 index c9120f9..0000000 --- a/coverage-4.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b7a06a523dfeaf417da630d46ad4f4e11ca1bae6202c9312c4cb987dde5792fc -size 378933 diff --git a/python-coverage.changes b/python-coverage.changes index 53f79d2..d6e04d1 100644 --- a/python-coverage.changes +++ b/python-coverage.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sun Feb 18 17:12:53 UTC 2018 - arun@gmx.de + +- update to version 4.5.1: + * Now that 4.5 properly separated the [run] omit and [report] omit + settings, an old bug has become apparent. If you specified a + package name for [run] source, then omit patterns weren’t matched + inside that package. This bug (issue 638) is now fixed. + * On Python 3.7, reporting about a decorated function with no body + other than a docstring would crash coverage.py with an IndexError + (issue 640). This is now fixed. + * Configurer plugins are now reported in the output of --debug=sys. + ------------------------------------------------------------------- Sat Feb 10 17:25:15 UTC 2018 - arun@gmx.de diff --git a/python-coverage.spec b/python-coverage.spec index 924a6bc..7e7a24c 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.5 +Version: 4.5.1 Release: 0 Url: http://nedbatchelder.com/code/coverage/%{version} Summary: Code coverage measurement for Python