From 38ae8e645b5202877ee462ad6cb81cd3143dd8e7ff7f83942c707888122986d9 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Tue, 27 Sep 2011 08:33:34 +0000 Subject: [PATCH 1/2] - Add python-distribute runtime requirement OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=9 --- python-coverage.changes | 5 +++++ python-coverage.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-coverage.changes b/python-coverage.changes index 8d56c6d..4568621 100644 --- a/python-coverage.changes +++ b/python-coverage.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 27 08:32:20 UTC 2011 - saschpe@suse.de + +- Add python-distribute runtime requirement + ------------------------------------------------------------------- Thu Sep 8 15:43:42 UTC 2011 - saschpe@suse.de diff --git a/python-coverage.spec b/python-coverage.spec index b7ff716..56f95fb 100644 --- a/python-coverage.spec +++ b/python-coverage.spec @@ -29,6 +29,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel BuildRequires: python-distribute BuildRequires: python-xml +Requires: python-distribute Requires: python-xml %if 0%{?suse_version} %py_requires From 31f46a45b905a6e489e61ecced2d0b612a0aef93de99668386cf016997903a92 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 10 Nov 2011 11:12:30 +0000 Subject: [PATCH 2/2] - 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