diff --git a/coverage-3.5.3.tar.gz b/coverage-3.5.3.tar.gz deleted file mode 100644 index 3de5312..0000000 --- a/coverage-3.5.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:60c6e95979d71175eb8acb7ca2def14c72794de418fd9222011f68283eb3cc02 -size 117909 diff --git a/coverage-3.6.tar.gz b/coverage-3.6.tar.gz new file mode 100644 index 0000000..539c3df --- /dev/null +++ b/coverage-3.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df3bf169d4727f3fad146ca715a49a1f72a8258689651ef9de908022e739700d +size 232067 diff --git a/python-coverage.changes b/python-coverage.changes index 372a78e..69633c9 100644 --- a/python-coverage.changes +++ b/python-coverage.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Apr 29 11:55:07 UTC 2013 - dmueller@suse.com + +- update to 3.6: + * Fix Nose support + * Add --fail-under + * Over 20 bug fixes, for details see included CHANGELOG + ------------------------------------------------------------------- Tue Nov 20 18:15:53 UTC 2012 - saschpe@suse.de diff --git a/python-coverage.spec b/python-coverage.spec index a4854d8..6c03b6f 100644 --- a/python-coverage.spec +++ b/python-coverage.spec @@ -1,7 +1,7 @@ # # spec file for package python-coverage # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-coverage -Version: 3.5.3 +Version: 3.6 Release: 0 Url: http://nedbatchelder.com/code/coverage/%{version} Summary: Code coverage measurement for Python @@ -52,6 +52,8 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} %defattr(-,root,root,-) %doc AUTHORS.txt CHANGES.txt README.txt %{_bindir}/coverage +%{_bindir}/coverage2 +%{_bindir}/coverage-%{py_ver} %{python_sitearch}/coverage/ %{python_sitearch}/coverage-%{version}-py%{py_ver}.egg-info diff --git a/python3-coverage.changes b/python3-coverage.changes index a9f70e2..eb3af3a 100644 --- a/python3-coverage.changes +++ b/python3-coverage.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Apr 29 11:55:07 UTC 2013 - dmueller@suse.com + +- update to 3.6: + * Fix Nose support + * Add --fail-under + * Over 20 bug fixes, for details see included CHANGELOG + ------------------------------------------------------------------- Tue Nov 20 18:18:25 UTC 2012 - saschpe@suse.de diff --git a/python3-coverage.spec b/python3-coverage.spec index 2d5bcb9..ad04e9f 100644 --- a/python3-coverage.spec +++ b/python3-coverage.spec @@ -1,7 +1,7 @@ # # spec file for package python3-coverage # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python3-coverage -Version: 3.5.3 +Version: 3.6 Release: 0 Url: http://nedbatchelder.com/code/coverage/%{version} Summary: Code coverage measurement for Python