From f3bc15f571b30e86d6557cd693f684c62cd5e7b133785534cd7fda0a1bd0c78b Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 24 Oct 2013 11:11:52 +0000 Subject: [PATCH] - Require python-setuptools instead of distribute (upstreams merged) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=22 --- python-Pygments.changes | 5 +++++ python-Pygments.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-Pygments.changes b/python-Pygments.changes index 0fe1727..13908f0 100644 --- a/python-Pygments.changes +++ b/python-Pygments.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 24 11:11:51 UTC 2013 - speilicke@suse.com + +- Require python-setuptools instead of distribute (upstreams merged) + ------------------------------------------------------------------- Fri May 3 22:43:21 UTC 2013 - toddrme2178@gmail.com diff --git a/python-Pygments.spec b/python-Pygments.spec index 0b28481..a6d58de 100644 --- a/python-Pygments.spec +++ b/python-Pygments.spec @@ -26,9 +26,9 @@ Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/P/Pygments/Pygments-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel -BuildRequires: python-distribute BuildRequires: python-nose -Requires: python-distribute +BuildRequires: python-setuptools +Requires: python-setuptools Provides: python-pygments = %{version} Obsoletes: python-pygments < %{version} %if 0%{?suse_version} && 0%{?suse_version} <= 1110