Accepting request 351067 from home:marec2000:branches:devel:languages:python
update to 4.0.3 OBS-URL: https://build.opensuse.org/request/show/351067 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=49
This commit is contained in:
parent
a56d4460d2
commit
7f2df14eeb
3
coverage-4.0.3.tar.gz
Normal file
3
coverage-4.0.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:85b1275b6d7a61ccc8024a4e9a4c9e896394776edce1a5d075ec116f91925462
|
||||
size 354482
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b1244343e39cb2835f9c89c2d8fbcad8e4a5b4945344b434a4d8b6e9e7431390
|
||||
size 166399
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 28 12:16:34 UTC 2015 - marec@detebe.org
|
||||
|
||||
- update to 4.0.3:
|
||||
- Fixed a mysterious problem that manifested in different ways: sometimes
|
||||
hanging the process (`issue 420`_), sometimes making database connections
|
||||
fail (`issue 445`_).
|
||||
- The XML report now has correct ``<source>`` elements when using a
|
||||
``--source=`` option somewhere besides the current directory. This fixes
|
||||
`issue 439`_. Thanks, Arcady Ivanov.
|
||||
- Fixed an unusual edge case of detecting source encodings, described in
|
||||
`issue 443`_.
|
||||
- Help messages that mention the command to use now properly use the actual
|
||||
command name, which might be different than "coverage". Thanks to Ben Finney,
|
||||
this closes `issue 438`_.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 31 07:50:25 UTC 2015 - dmueller@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-coverage
|
||||
Version: 4.0
|
||||
Version: 4.0.3
|
||||
Release: 0
|
||||
Url: http://nedbatchelder.com/code/coverage/%{version}
|
||||
Summary: Code coverage measurement for Python
|
||||
@ -81,7 +81,7 @@ fi
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS.txt CHANGES.txt README.rst LICENSE.txt
|
||||
%doc AUTHORS.txt CHANGES.rst README.rst LICENSE.txt
|
||||
%{_bindir}/coverage
|
||||
%{_bindir}/coverage2
|
||||
%{_bindir}/coverage-%{py_ver}
|
||||
|
Loading…
x
Reference in New Issue
Block a user