[pyflakes] Update to 0.7.1.

Ville Skyttä scop at fedoraproject.org
Tue Apr 23 16:16:23 UTC 2013


commit d58cc9b012c1b314b366ae86838a4fa85bb3bf66
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Tue Apr 23 19:16:12 2013 +0300

    Update to 0.7.1.

 .gitignore    |    1 -
 pyflakes.spec |   10 +++++-----
 sources       |    5 ++---
 3 files changed, 7 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1e5f066..3c49ab7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
 /*.gz
-/pyflakes
diff --git a/pyflakes.spec b/pyflakes.spec
index bef5fe9..bd60f86 100644
--- a/pyflakes.spec
+++ b/pyflakes.spec
@@ -1,7 +1,7 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 
 Name:           pyflakes
-Version:        0.7
+Version:        0.7.1
 Release:        1%{?dist}
 Summary:        A Lint-like tool for Python
 
@@ -10,9 +10,7 @@ License:        MIT
 URL:            https://launchpad.net/pyflakes
 
 Source0:        http://pypi.python.org/packages/source/p/pyflakes/pyflakes-%{version}.tar.gz
-Source1:        http://cdn.debian.net/debian/pool/main/p/pyflakes/pyflakes_0.5.0-2.debian.tar.gz
-# https://bugs.launchpad.net/pyflakes/+bug/1170461
-Source2:        https://raw.github.com/pyflakes/pyflakes/master/bin/pyflakes
+Source1:        http://cdn.debian.net/debian/pool/main/p/pyflakes/pyflakes_0.6.1-1~exp1.debian.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -28,7 +26,6 @@ it runs on most large projects in only a few seconds.
 
 %prep
 %setup -q -a 1
-install -Dpm 755 %{SOURCE2} bin/pyflakes
 
 %build
 %{__python} setup.py build
@@ -53,6 +50,9 @@ rm -rf %{buildroot}
 %{_mandir}/man1/pyflakes.1*
 
 %changelog
+* Tue Apr 23 2013 Ville Skyttä <ville.skytta at iki.fi> - 0.7.1-1
+- Update to 0.7.1.
+
 * Thu Apr 18 2013 Ville Skyttä <ville.skytta at iki.fi> - 0.7-1
 - Update to 0.7.
 
diff --git a/sources b/sources
index 4971ba8..574aa70 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,2 @@
-0c2fa65d9f567580812ebea2ef7ecf4f  pyflakes_0.5.0-2.debian.tar.gz
-4cbe17be937684654eb29d9efab67b80  pyflakes-0.7.tar.gz
-f3016193214b3c16fa750679c3770aa7  pyflakes
+b7d85e93148586d309550fb50c733ac9  pyflakes_0.6.1-1~exp1.debian.tar.gz
+fca336e21e4244e61e396cb4888c55e7  pyflakes-0.7.1.tar.gz


More information about the scm-commits mailing list