14
0

Accepting request 229773 from home:TheBlackCat:branches:devel:languages:python

Update to 0.8.1

OBS-URL: https://build.opensuse.org/request/show/229773
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyflakes?expand=0&rev=24
This commit is contained in:
Todd R
2014-04-11 19:50:21 +00:00
committed by Git OBS Bridge
parent 1d887d99d2
commit 06d6f7139f
4 changed files with 36 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pyflakes
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 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
@@ -16,11 +16,8 @@
#
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
Name: python-pyflakes
Version: 0.7.3
Version: 0.8.1
Release: 0
Url: https://launchpad.net/pyflakes
Summary: Passive checker of Python programs
@@ -36,6 +33,7 @@ BuildRequires: python-setuptools
BuildArch: noarch
%endif
%endif
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%description
Pyflakes is program to analyze Python programs and detect various errors. It
@@ -54,7 +52,8 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%files
%defattr(-,root,root,-)
%doc LICENSE NEWS.txt README.rst AUTHORS
%{python_sitelib}/*
%{python_sitelib}/pyflakes/
%{python_sitelib}/pyflakes-%{version}-py*.egg-info
%{_bindir}/pyflakes
%changelog