From 2f126fcad80f5b41385d44e89e61ecba4263861fe4b86683147eacad785f0657 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 24 Oct 2013 11:17:57 +0000 Subject: [PATCH] - Require python-setuptools instead of distribute (upstreams merged) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.exceptions?expand=0&rev=5 --- python-zope.exceptions.changes | 5 +++++ python-zope.exceptions.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-zope.exceptions.changes b/python-zope.exceptions.changes index 6f2ea63..ec1c7c5 100644 --- a/python-zope.exceptions.changes +++ b/python-zope.exceptions.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 24 11:17:56 UTC 2013 - speilicke@suse.com + +- Require python-setuptools instead of distribute (upstreams merged) + ------------------------------------------------------------------- Mon Jul 29 14:04:41 UTC 2013 - hpj@urpla.net diff --git a/python-zope.exceptions.spec b/python-zope.exceptions.spec index 7f12395..d5e4b21 100644 --- a/python-zope.exceptions.spec +++ b/python-zope.exceptions.spec @@ -25,7 +25,7 @@ Group: Development/Languages/Python Url: http://cheeseshop.python.org/pypi/zope.exceptions Source: http://pypi.python.org/packages/source/z/zope.exceptions/zope.exceptions-%{version}.zip BuildRequires: python-devel -BuildRequires: python-distribute +BuildRequires: python-setuptools BuildRequires: unzip # Documentation requirements: BuildRequires: python-Sphinx