diff --git a/python-Chameleon.changes b/python-Chameleon.changes index dadf08a..b0a3ef6 100644 --- a/python-Chameleon.changes +++ b/python-Chameleon.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 24 11:00:00 UTC 2013 - speilicke@suse.com + +- Require python-setuptools instead of distribute (upstreams merged) + ------------------------------------------------------------------- Wed Jul 31 09:32:53 UTC 2013 - hpj@urpla.net diff --git a/python-Chameleon.spec b/python-Chameleon.spec index b83490b..5035ca0 100644 --- a/python-Chameleon.spec +++ b/python-Chameleon.spec @@ -1,6 +1,7 @@ # # spec file for package python-Chameleon # +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2012 SUhttps://build.opensuse.org/package/show?package=python3-Chameleon&project=home%3ATheBlackCat%3Abranches%3Adevel%3Alanguages%3Apython3SE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties @@ -11,10 +12,11 @@ # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: python-Chameleon Version: 2.11 Release: 0 @@ -24,16 +26,16 @@ License: BSD-3-Clause and BSD-4-Clause and Python-2.0 and ZPL-2.1 Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/C/Chameleon/Chameleon-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: python-devel BuildRequires: python-Sphinx -BuildRequires: python-distribute +BuildRequires: python-devel +BuildRequires: python-setuptools # seems like Chamelon needs pkg_resources on runtime # it invalidates its template cache based on your combined package versions -Requires: python-distribute +Requires: python-setuptools %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -BuildRequires: python-ordereddict -BuildRequires: python-unittest2 +BuildRequires: python-ordereddict +BuildRequires: python-unittest2 %else BuildArch: noarch %endif