[pyflakes] Update to 0.8

Ville Skyttä scop at fedoraproject.org
Wed Mar 26 17:03:43 UTC 2014


commit 3e9e119fa5237dcc7fe72c4b42484afd6b9ae713
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Wed Mar 26 19:03:24 2014 +0200

    Update to 0.8

 pyflakes.spec |    9 +++++----
 sources       |    3 +--
 2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/pyflakes.spec b/pyflakes.spec
index e1da592..77e0e0c 100644
--- a/pyflakes.spec
+++ b/pyflakes.spec
@@ -6,8 +6,8 @@
 %endif
 
 Name:           pyflakes
-Version:        0.7.3
-Release:        4%{?dist}
+Version:        0.8
+Release:        1%{?dist}
 Summary:        A simple program which checks Python source files for errors
 
 Group:          Development/Languages
@@ -16,7 +16,6 @@ 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.7.3-1.debian.tar.gz
-Patch0:         https://github.com/pyflakes/pyflakes/pull/17.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -47,7 +46,6 @@ Requires:       python3-setuptools
 
 %prep
 %setup -q -a 1
-%patch0 -p1
 %if %{with python3}
 rm -rf %{py3dir}
 cp -a . %{py3dir}
@@ -106,6 +104,9 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Wed Mar 26 2014 Ville Skyttä <ville.skytta at iki.fi> - 0.8-1
+- Update to 0.8
+
 * Wed Dec 11 2013 Ville Skyttä <ville.skytta at iki.fi> - 0.7.3-4
 - Avoid interfering with pies in version check (#1039706, Timothy Crosley).
 - Refresh Debian additions tarball.
diff --git a/sources b/sources
index ea3b98b..4c4d43c 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,2 @@
-ec94ac11cb110e6e72cca23c104b66b1  pyflakes-0.7.3.tar.gz
 097eb9327c11731244703e35632f93eb  pyflakes_0.7.3-1.debian.tar.gz
-5159b1ae664fac6a0a7614df81949df8  17.patch
+64bbf98be68f2d781bfe2aaa97aa77d0  pyflakes-0.8.tar.gz


More information about the scm-commits mailing list