Accepting request 173961 from home:dirkmueller:branches:devel:languages:python
- update to 3.6: * Fix Nose support * Add --fail-under * Over 20 bug fixes, for details see included CHANGELOG - update to 3.6: * Fix Nose support * Add --fail-under * Over 20 bug fixes, for details see included CHANGELOG OBS-URL: https://build.opensuse.org/request/show/173961 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=22
This commit is contained in:
parent
61fe48b4a0
commit
0b5fe3bc85
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:60c6e95979d71175eb8acb7ca2def14c72794de418fd9222011f68283eb3cc02
|
|
||||||
size 117909
|
|
3
coverage-3.6.tar.gz
Normal file
3
coverage-3.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:df3bf169d4727f3fad146ca715a49a1f72a8258689651ef9de908022e739700d
|
||||||
|
size 232067
|
@ -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
|
Tue Nov 20 18:15:53 UTC 2012 - saschpe@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-coverage
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-coverage
|
Name: python-coverage
|
||||||
Version: 3.5.3
|
Version: 3.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://nedbatchelder.com/code/coverage/%{version}
|
Url: http://nedbatchelder.com/code/coverage/%{version}
|
||||||
Summary: Code coverage measurement for Python
|
Summary: Code coverage measurement for Python
|
||||||
@ -52,6 +52,8 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS.txt CHANGES.txt README.txt
|
%doc AUTHORS.txt CHANGES.txt README.txt
|
||||||
%{_bindir}/coverage
|
%{_bindir}/coverage
|
||||||
|
%{_bindir}/coverage2
|
||||||
|
%{_bindir}/coverage-%{py_ver}
|
||||||
%{python_sitearch}/coverage/
|
%{python_sitearch}/coverage/
|
||||||
%{python_sitearch}/coverage-%{version}-py%{py_ver}.egg-info
|
%{python_sitearch}/coverage-%{version}-py%{py_ver}.egg-info
|
||||||
|
|
||||||
|
@ -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
|
Tue Nov 20 18:18:25 UTC 2012 - saschpe@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python3-coverage
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python3-coverage
|
Name: python3-coverage
|
||||||
Version: 3.5.3
|
Version: 3.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://nedbatchelder.com/code/coverage/%{version}
|
Url: http://nedbatchelder.com/code/coverage/%{version}
|
||||||
Summary: Code coverage measurement for Python
|
Summary: Code coverage measurement for Python
|
||||||
|
Loading…
x
Reference in New Issue
Block a user