[pyflakes] 0.5.0

Jeffrey C. Ollie jcollie at fedoraproject.org
Mon Sep 5 04:51:42 UTC 2011


commit a2b6dbb2c30fea65c58f68c607f6e6054057d077
Author: Jeffrey C. Ollie <jeff at ocjtech.us>
Date:   Sun Sep 4 23:51:26 2011 -0500

    0.5.0

 .gitignore    |    1 +
 pyflakes.spec |   18 ++++++++----------
 sources       |    2 +-
 3 files changed, 10 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4482cf5..e310a94 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /pyflakes-0.4.0.tar.gz
 /pyflakes_0.4.0-1.diff.gz
+/pyflakes-0.5.0.tar.gz
diff --git a/pyflakes.spec b/pyflakes.spec
index f377bd4..f7755c5 100644
--- a/pyflakes.spec
+++ b/pyflakes.spec
@@ -1,20 +1,16 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 
 Name:           pyflakes
-Version:        0.4.0
-Release:        5%{?dist}
+Version:        0.5.0
+Release:        1%{?dist}
 Summary:        A Lint-like tool for Python
 
 Group:          Development/Languages
 License:        MIT
-URL:            http://divmod.org/trac/wiki/DivmodPyflakes
+URL:            https://launchpad.net/pyflakes
 
-# Fedora CVS infrastructure (lookaside cache download) doesn't grok the "?"
-# http://divmod.org/trac/attachment/wiki/SoftwareReleases/%{name}-%{version}.tar.gz?format=raw
-Source0:        %{name}-%{version}.tar.gz
+Source0:        http://pypi.python.org/packages/source/p/pyflakes/pyflakes-%{version}.tar.gz
 Patch0:         http://ftp.debian.org/debian/pool/main/p/pyflakes/pyflakes_0.4.0-1.diff.gz
-Patch1:         %{name}-0.4.0-python27-677032.patch
-Patch2:         %{name}-0.4.0-nullbytes-691164.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -32,8 +28,6 @@ it runs on most large projects in only a few seconds.
 %setup -q
 %patch0 -p1
 %{__patch} -p1 -s -F 0 -i debian/patches/always_close_fd.diff
-%patch1 -p1
-%patch2 -p1
 
 %build
 %{__python} setup.py build
@@ -58,6 +52,10 @@ rm -rf %{buildroot}
 %{_mandir}/man1/pyflakes.1*
 
 %changelog
+* Sun Sep  4 2011 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.5.0-1
+- Update to 0.5.0
+- Remove patches that no longer apply
+
 * Mon Apr  4 2011 Ville Skyttä <ville.skytta at iki.fi> - 0.4.0-5
 - Avoid traceback on input with null bytes (#691164).
 
diff --git a/sources b/sources
index 52e82e9..7938e41 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-630a72510aae8758f48cf60e4fa17176  pyflakes-0.4.0.tar.gz
+568dab27c42e5822787aa8a603898672  pyflakes-0.5.0.tar.gz
 21fd78d2aa598630244aeb5f327d12e6  pyflakes_0.4.0-1.diff.gz


More information about the scm-commits mailing list