diff --git a/coverage-4.0.3.tar.gz b/coverage-4.0.3.tar.gz new file mode 100644 index 0000000..3cfeffd --- /dev/null +++ b/coverage-4.0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85b1275b6d7a61ccc8024a4e9a4c9e896394776edce1a5d075ec116f91925462 +size 354482 diff --git a/coverage-4.0.tar.gz b/coverage-4.0.tar.gz deleted file mode 100644 index c0e882a..0000000 --- a/coverage-4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1244343e39cb2835f9c89c2d8fbcad8e4a5b4945344b434a4d8b6e9e7431390 -size 166399 diff --git a/python-coverage.changes b/python-coverage.changes index 0935dd0..07faa6a 100644 --- a/python-coverage.changes +++ b/python-coverage.changes @@ -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 ```` 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 diff --git a/python-coverage.spec b/python-coverage.spec index 8eb5d01..ff6946e 100644 --- a/python-coverage.spec +++ b/python-coverage.spec @@ -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}