forked from pool/python-pyflakes
Accepting request 103830 from home:werner2101:branches:devel:languages:python
new version 0.5.0 OBS-URL: https://build.opensuse.org/request/show/103830 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyflakes?expand=0&rev=2
This commit is contained in:
committed by
Git OBS Bridge
parent
f0a2b2060a
commit
b0545d01ef
@@ -1,13 +1,13 @@
|
||||
# norootforbuild
|
||||
|
||||
Name: python-pyflakes
|
||||
Version: 0.4.0
|
||||
Version: 0.5.0
|
||||
Release: 1
|
||||
Summary: Passive checker of Python programs
|
||||
License: MIT
|
||||
Group: Development/Libraries/Python
|
||||
Source: pyflakes-%{version}.tar.gz
|
||||
URL: http://www.divmod.org/trac/wiki/DivmodPyflakes
|
||||
Source: pyflakes-%{version}.tar.bz2
|
||||
URL: https://launchpad.net/pyflakes
|
||||
BuildRequires: python-devel, python-setuptools
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%{py_requires}
|
||||
@@ -17,9 +17,9 @@ BuildArch: noarch
|
||||
|
||||
|
||||
%description
|
||||
Pyflakes is program to analyze Python programs and detect various errors. It works by
|
||||
parsing the source file, not importing it, so it is safe to use on modules with side
|
||||
effects. It's also much faster.
|
||||
Pyflakes is program to analyze Python programs and detect various
|
||||
errors. It works by parsing the source file, not importing it, so it
|
||||
is safe to use on modules with side effects. It's also much faster.
|
||||
|
||||
Author:
|
||||
--------
|
||||
|
Reference in New Issue
Block a user