diff --git a/python-autopep8.changes b/python-autopep8.changes index bea8647..5e2794d 100644 --- a/python-autopep8.changes +++ b/python-autopep8.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 24 10:59:02 UTC 2013 - speilicke@suse.com + +- Require python-setuptools instead of distribute (upstreams merged) + ------------------------------------------------------------------- Tue Aug 21 06:09:49 UTC 2012 - highwaystar.ru@gmail.com diff --git a/python-autopep8.spec b/python-autopep8.spec index 4c307bb..944e3a1 100644 --- a/python-autopep8.spec +++ b/python-autopep8.spec @@ -1,7 +1,7 @@ # # spec file for package python-autopep8 # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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 @@ -11,22 +11,23 @@ # 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/ # + %define modname autopep8 Name: python-%{modname} Version: 0.7.3 Release: 0 Url: https://github.com/hhatto/%{modname} Summary: Automatic generated to pep8 checked code -License: Expat License +License: MIT Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/a/%{modname}/%{modname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel -BuildRequires: python-distribute +BuildRequires: python-setuptools Requires: python-pep8 %if 0%{?suse_version} %py_requires