diff --git a/python-argcomplete.changes b/python-argcomplete.changes index 23cbb03..22db4a5 100644 --- a/python-argcomplete.changes +++ b/python-argcomplete.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 24 10:58:50 UTC 2013 - speilicke@suse.com + +- Require python-setuptools instead of distribute (upstreams merged) + ------------------------------------------------------------------- Thu May 2 14:04:51 UTC 2013 - speilicke@suse.com diff --git a/python-argcomplete.spec b/python-argcomplete.spec index e480333..6c06182 100644 --- a/python-argcomplete.spec +++ b/python-argcomplete.spec @@ -1,8 +1,8 @@ # # spec file for package python-argcomplete # +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2013 Darin Perusich. -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,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-argcomplete Version: 0.4.9 Release: 0 @@ -26,7 +27,7 @@ Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/a/argcomplete/argcomplete-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel -BuildRequires: python-distribute +BuildRequires: python-setuptools %if 0%{?suse_version} && 0%{?suse_version} <= 1110 BuildRequires: python-argparse Requires: python-argparse