Accepting request 233053 from devel:languages:python

update to 3.7.1 (forwarded request 233052 from TheBlackCat)

OBS-URL: https://build.opensuse.org/request/show/233053
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-coverage?expand=0&rev=19
This commit is contained in:
Stephan Kulow 2014-05-10 06:32:16 +00:00 committed by Git OBS Bridge
commit fac31fd919
4 changed files with 13 additions and 5 deletions

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

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

View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu May 8 11:37:39 UTC 2014 - toddrme2178@gmail.com
- update to 3.7.1:
- Improved the speed of HTML report generation by about 20%.
- Fixed the mechanism for finding OS-installed static files for the HTML report
so that it will actually find OS-installed static files.
-------------------------------------------------------------------
Thu Oct 24 13:40:56 UTC 2013 - speilicke@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package python-coverage
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 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.7
Version: 3.7.1
Release: 0
Url: http://nedbatchelder.com/code/coverage/%{version}
Summary: Code coverage measurement for Python