diff --git a/pyflakes-0.4.0.tar.gz b/pyflakes-0.4.0.tar.gz deleted file mode 100644 index 7aeb55b..0000000 --- a/pyflakes-0.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f12d98ebabae0e8da3e069d9c70621d154f688bd06e076681b3599ed79fb26c4 -size 14794 diff --git a/pyflakes-0.5.0.tar.bz2 b/pyflakes-0.5.0.tar.bz2 new file mode 100644 index 0000000..41b06ff --- /dev/null +++ b/pyflakes-0.5.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ded84193cd4b92dc4e4be401f1de1f7fe837c432be37e96e917a286482b27cb +size 15615 diff --git a/python-pyflakes.changes b/python-pyflakes.changes index 776dacd..10bc720 100644 --- a/python-pyflakes.changes +++ b/python-pyflakes.changes @@ -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 diff --git a/python-pyflakes.spec b/python-pyflakes.spec index 24934d6..a8c5f99 100644 --- a/python-pyflakes.spec +++ b/python-pyflakes.spec @@ -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: --------