From 1e9b1311187bfe976b04259c52b07860ca6c479d02308412c1c1017925dee1a3 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 24 Oct 2013 11:12:53 +0000 Subject: [PATCH] - Require python-setuptools instead of distribute (upstreams merged) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pytools?expand=0&rev=3 --- python-pytools.changes | 5 +++++ python-pytools.spec | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/python-pytools.changes b/python-pytools.changes index 8a66ffb..abfe36d 100644 --- a/python-pytools.changes +++ b/python-pytools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 24 11:12:52 UTC 2013 - speilicke@suse.com + +- Require python-setuptools instead of distribute (upstreams merged) + ------------------------------------------------------------------- Thu May 2 10:41:40 UTC 2013 - speilicke@suse.com diff --git a/python-pytools.spec b/python-pytools.spec index 5dd3189..1e768cf 100644 --- a/python-pytools.spec +++ b/python-pytools.spec @@ -13,18 +13,19 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Name: python-pytools Version: 2012.1 Release: 0 -License: MIT Summary: A collection of tools for Python -Url: http://pypi.python.org/pypi/pytools +License: MIT Group: Development/Languages/Python +Url: http://pypi.python.org/pypi/pytools Source: http://pypi.python.org/packages/source/p/pytools/pytools-%{version}.tar.gz BuildRequires: python-devel -BuildRequires: python-distribute +BuildRequires: python-setuptools # Test requirements: BuildRequires: python-decorator Requires: python-decorator