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:
Alexandre Rogoski 2012-02-13 02:19:18 +00:00 committed by Git OBS Bridge
parent f0a2b2060a
commit b0545d01ef
4 changed files with 14 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f12d98ebabae0e8da3e069d9c70621d154f688bd06e076681b3599ed79fb26c4
size 14794

3
pyflakes-0.5.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1ded84193cd4b92dc4e4be401f1de1f7fe837c432be37e96e917a286482b27cb
size 15615

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Feb 12 09:38:47 UTC 2012 - werner.ho@gmx.de
- new version 0.5.0
-------------------------------------------------------------------
Mon Dec 28 20:08:03 UTC 2009 - alexandre@exatati.com.br

View File

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