15
0

- Require python-setuptools instead of distribute (upstreams merged)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autopep8?expand=0&rev=7
This commit is contained in:
Sascha Peilicke
2013-10-24 10:59:03 +00:00
committed by Git OBS Bridge
parent 0040d0c960
commit 793243272a
2 changed files with 10 additions and 4 deletions

View File

@@ -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

View File

@@ -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