From fadea046162d098e80f5034945d145fa3b0254f38389c6cf9717a521e5b852cf Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 24 Oct 2013 11:05:58 +0000 Subject: [PATCH] - Require python-setuptools instead of distribute (upstreams merged) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-FormEncode?expand=0&rev=9 --- python-FormEncode.changes | 5 +++++ python-FormEncode.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-FormEncode.changes b/python-FormEncode.changes index 069fb57..c08505b 100644 --- a/python-FormEncode.changes +++ b/python-FormEncode.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 24 11:05:56 UTC 2013 - speilicke@suse.com + +- Require python-setuptools instead of distribute (upstreams merged) + ------------------------------------------------------------------- Mon Aug 5 13:25:42 UTC 2013 - hpj@urpla.net diff --git a/python-FormEncode.spec b/python-FormEncode.spec index 544d9b3..340e650 100644 --- a/python-FormEncode.spec +++ b/python-FormEncode.spec @@ -27,7 +27,7 @@ Source: http://pypi.python.org/packages/source/F/FormEncode/FormEncode-% Source1: FormEncode-doc-infrastructure.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel -BuildRequires: python-distribute +BuildRequires: python-setuptools BuildRequires: unzip Provides: python-formencode = %{version} Obsoletes: python-formencode < %{version}