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