diff --git a/python-Logbook.changes b/python-Logbook.changes index f0be247..fe51b6e 100644 --- a/python-Logbook.changes +++ b/python-Logbook.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 24 11:07:59 UTC 2013 - speilicke@suse.com + +- Require python-setuptools instead of distribute (upstreams merged) + ------------------------------------------------------------------- Mon Apr 29 13:52:56 UTC 2013 - speilicke@suse.com diff --git a/python-Logbook.spec b/python-Logbook.spec index 149ba65..440644b 100644 --- a/python-Logbook.spec +++ b/python-Logbook.spec @@ -13,18 +13,19 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Name: python-Logbook Version: 0.4.1 Release: 0 -License: BSD-3-Clause Summary: A logging replacement for Python -Url: http://logbook.pocoo.org/ +License: BSD-3-Clause Group: Development/Languages/Python +Url: http://logbook.pocoo.org/ Source: http://pypi.python.org/packages/source/L/Logbook/Logbook-%{version}.tar.gz BuildRequires: python-devel -BuildRequires: python-distribute +BuildRequires: python-setuptools BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}