Accepting request 577962 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/577962
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-coverage?expand=0&rev=34
This commit is contained in:
Dominique Leuenberger 2018-02-21 13:07:28 +00:00 committed by Git OBS Bridge
commit 54f0d79792
4 changed files with 17 additions and 4 deletions

3
coverage-4.5.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:56e448f051a201c5ebbaa86a5efd0ca90d327204d8b059ab25ad0f35fbfd79f1
size 379675

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b7a06a523dfeaf417da630d46ad4f4e11ca1bae6202c9312c4cb987dde5792fc
size 378933

View File

@ -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 werent 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

View File

@ -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