From e2daa8e9f878af75510fece6d3176521f7bdad74b47ea21860f4ec8f8a9463e7 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 24 Oct 2013 11:18:02 +0000 Subject: [PATCH] - Require python-setuptools instead of distribute (upstreams merged) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.testing?expand=0&rev=3 --- python-zope.testing.changes | 5 +++++ python-zope.testing.spec | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/python-zope.testing.changes b/python-zope.testing.changes index ca70d14..bdfd739 100644 --- a/python-zope.testing.changes +++ b/python-zope.testing.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 24 11:18:01 UTC 2013 - speilicke@suse.com + +- Require python-setuptools instead of distribute (upstreams merged) + ------------------------------------------------------------------- Fri Mar 15 13:58:11 UTC 2013 - speilicke@suse.com diff --git a/python-zope.testing.spec b/python-zope.testing.spec index ce18d08..128847d 100644 --- a/python-zope.testing.spec +++ b/python-zope.testing.spec @@ -13,18 +13,19 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Name: python-zope.testing Version: 4.1.2 Release: 0 -License: ZPL-2.1 Summary: Zope testing helpers -Url: http://pypi.python.org/pypi/zope.testing +License: ZPL-2.1 Group: Development/Languages/Python +Url: http://pypi.python.org/pypi/zope.testing Source: http://pypi.python.org/packages/source/z/zope.testing/zope.testing-%{version}.zip BuildRequires: python-devel -BuildRequires: python-distribute +BuildRequires: python-setuptools # Test requirements: BuildRequires: python-zope.exceptions BuildRequires: python-zope.interface