[pyflakes] Update to 0.7.

Ville Skyttä scop at fedoraproject.org
Thu Apr 18 19:23:10 UTC 2013


commit 900cb74c7877ac646bb9ccaf4d0f4edc5b79e9b6
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Thu Apr 18 22:22:33 2013 +0300

    Update to 0.7.

 .gitignore    |    1 +
 pyflakes.spec |   12 +++++++++---
 sources       |    3 ++-
 3 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3c49ab7..1e5f066 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /*.gz
+/pyflakes
diff --git a/pyflakes.spec b/pyflakes.spec
index 7cd497d..bef5fe9 100644
--- a/pyflakes.spec
+++ b/pyflakes.spec
@@ -1,8 +1,8 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 
 Name:           pyflakes
-Version:        0.6.1
-Release:        2%{?dist}
+Version:        0.7
+Release:        1%{?dist}
 Summary:        A Lint-like tool for Python
 
 Group:          Development/Languages
@@ -11,6 +11,8 @@ 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
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -26,6 +28,7 @@ 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
@@ -43,13 +46,16 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE NEWS.txt PKG-INFO README.rst
+%doc AUTHORS LICENSE NEWS.txt PKG-INFO README.rst
 %{_bindir}/pyflakes
 %{python_sitelib}/pyflakes*
 %exclude %{python_sitelib}/pyflakes/test/
 %{_mandir}/man1/pyflakes.1*
 
 %changelog
+* Thu Apr 18 2013 Ville Skyttä <ville.skytta at iki.fi> - 0.7-1
+- Update to 0.7.
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index c4d51b5..4971ba8 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,3 @@
-00debd2280b962e915dfee552a675915  pyflakes-0.6.1.tar.gz
 0c2fa65d9f567580812ebea2ef7ecf4f  pyflakes_0.5.0-2.debian.tar.gz
+4cbe17be937684654eb29d9efab67b80  pyflakes-0.7.tar.gz
+f3016193214b3c16fa750679c3770aa7  pyflakes


More information about the scm-commits mailing list