From ad396f7e376cac42609af3147b21747fe76d70b3d43e1d17725c4edc30d598bb Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 24 Oct 2013 11:00:41 +0000 Subject: [PATCH 1/2] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=33 --- python-coverage.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-coverage.spec b/python-coverage.spec index 6db3d66..93c5899 100644 --- a/python-coverage.spec +++ b/python-coverage.spec @@ -26,11 +26,11 @@ Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/c/coverage/coverage-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel -BuildRequires: python-distribute +BuildRequires: python-setuptools # Test requirements: #BuildRequires: python-mock #BuildRequires: python-nose -Requires: python-distribute +Requires: python-setuptools Requires: python-xml Requires(post): update-alternatives Requires(postun): update-alternatives From e0d428348a6dd923ff0ff3b84b5d3ceebf88b59181db53c0b1f412468ff291b4 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 24 Oct 2013 13:40:59 +0000 Subject: [PATCH 2/2] - Require python-setuptools instead of distribute (upstreams merged) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=36 --- python-coverage.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/python-coverage.changes b/python-coverage.changes index f64929c..abe43f9 100644 --- a/python-coverage.changes +++ b/python-coverage.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 24 13:40:56 UTC 2013 - speilicke@suse.com + +- Require python-setuptools instead of distribute (upstreams merged) + ------------------------------------------------------------------- Mon Oct 21 12:17:02 UTC 2013 - dmueller@suse.com