From 64fe1f8d1922ef0bf70354e8dae0c387c34438b994d01196637832eb985cb91e Mon Sep 17 00:00:00 2001 From: Todd R Date: Thu, 8 May 2014 12:05:41 +0000 Subject: [PATCH] Accepting request 233052 from home:TheBlackCat:branches:devel:languages:python update to 3.7.1 OBS-URL: https://build.opensuse.org/request/show/233052 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=38 --- coverage-3.7.1.tar.gz | 3 +++ coverage-3.7.tar.gz | 3 --- python-coverage.changes | 8 ++++++++ python-coverage.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) create mode 100644 coverage-3.7.1.tar.gz delete mode 100644 coverage-3.7.tar.gz diff --git a/coverage-3.7.1.tar.gz b/coverage-3.7.1.tar.gz new file mode 100644 index 0000000..e374a36 --- /dev/null +++ b/coverage-3.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1aea1c4aa61b8366d6a42dd3650622fbf9c634ed24eaf7f379c8b970e5ed44e +size 284735 diff --git a/coverage-3.7.tar.gz b/coverage-3.7.tar.gz deleted file mode 100644 index a21afcd..0000000 --- a/coverage-3.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c50ee4c391a083d87e2345b0094a7ec24a07b98b4e435f134d02a62ea3827fdb -size 283419 diff --git a/python-coverage.changes b/python-coverage.changes index abe43f9..0a87823 100644 --- a/python-coverage.changes +++ b/python-coverage.changes @@ -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 diff --git a/python-coverage.spec b/python-coverage.spec index 93c5899..9c8370b 100644 --- a/python-coverage.spec +++ b/python-coverage.spec @@ -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