From 883a146fba555bc9c15ca181f839e88a41f5ee1659e77c3a16dac84f1215b8ce Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 10 Nov 2011 11:12:30 +0000 Subject: [PATCH] - Update to version 3.5.1: * The [paths] feature unfortunately didn't work in real world situations where you wanted to, you know, report on the combined data. Now all paths stored in the combined file are canonicalized properly. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=10 --- coverage-3.5.1.tar.gz | 3 +++ coverage-3.5.1b1.tar.gz | 3 --- python-coverage.changes | 8 ++++++++ python-coverage.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) create mode 100644 coverage-3.5.1.tar.gz delete mode 100644 coverage-3.5.1b1.tar.gz diff --git a/coverage-3.5.1.tar.gz b/coverage-3.5.1.tar.gz new file mode 100644 index 0000000..712a7ba --- /dev/null +++ b/coverage-3.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baae44f36d7b4028ae57ebcfe47a541363a8d2cd0c58a4b90538d0944d2282a0 +size 113277 diff --git a/coverage-3.5.1b1.tar.gz b/coverage-3.5.1b1.tar.gz deleted file mode 100644 index 2eaf415..0000000 --- a/coverage-3.5.1b1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ca2dd40d47d4848fdf06d6920a0000710179a4176979c0647aaa5ccdcf5d0e6b -size 113060 diff --git a/python-coverage.changes b/python-coverage.changes index 4568621..556888f 100644 --- a/python-coverage.changes +++ b/python-coverage.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Nov 10 11:11:58 UTC 2011 - saschpe@suse.de + +- Update to version 3.5.1: + * The [paths] feature unfortunately didn't work in real world situations + where you wanted to, you know, report on the combined data. Now all paths + stored in the combined file are canonicalized properly. + ------------------------------------------------------------------- Tue Sep 27 08:32:20 UTC 2011 - saschpe@suse.de diff --git a/python-coverage.spec b/python-coverage.spec index 56f95fb..314abc8 100644 --- a/python-coverage.spec +++ b/python-coverage.spec @@ -18,9 +18,9 @@ Name: python-coverage -Version: 3.5.1b1 +Version: 3.5.1 Release: 0 -Url: http://nedbatchelder.com/code/coverage/3.5.1b1 +Url: http://nedbatchelder.com/code/coverage/%{version} Summary: Code coverage measurement for Python License: BSD-3-Clause Group: Development/Languages/Python