[python-flake8: 1/2] update to 2.2.5 (rhbz#1132878)

Matthias Runge mrunge at fedoraproject.org
Mon Oct 20 09:41:41 UTC 2014


commit f3c406b8b82312c652dd76df7e5750685875d38c
Author: Matthias Runge <mrunge at redhat.com>
Date:   Mon Oct 20 11:39:42 2014 +0200

    update to 2.2.5 (rhbz#1132878)

 .gitignore         |    1 +
 python-flake8.spec |   19 +++++++++++--------
 sources            |    2 +-
 3 files changed, 13 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3cc6d64..42b9a8d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /flake8-2.0.tar.gz
 /flake8-2.1.0.tar.gz
+/flake8-2.2.5.tar.gz
diff --git a/python-flake8.spec b/python-flake8.spec
index d6489f0..ce47320 100644
--- a/python-flake8.spec
+++ b/python-flake8.spec
@@ -7,7 +7,7 @@
 %global modname flake8
 
 Name:             python-%{modname}
-Version:          2.1.0
+Version:          2.2.5
 Release:          1%{?dist}
 Summary:          Code checking using pep8 and pyflakes
 
@@ -21,20 +21,20 @@ BuildRequires:    python2-devel
 BuildRequires:    python-nose
 BuildRequires:    python-setuptools
 BuildRequires:    python-mccabe >= 0.2
-BuildRequires:    python-pep8 >= 1.4.3
-BuildRequires:    pyflakes >= 0.6.1
+BuildRequires:    python-pep8 >= 1.5.7
+BuildRequires:    pyflakes >= 0.8.1
 BuildRequires:    python-mock
 Requires:    python-mccabe >= 0.2
-Requires:    python-pep8 >= 1.4.3
-Requires:    pyflakes >= 0.6.1
+Requires:    python-pep8 >= 1.5.7
+Requires:    pyflakes >= 0.8.1
 Requires:    python-setuptools
 %if %{with python3}
 BuildRequires:    python3-devel
 BuildRequires:    python3-setuptools
 BuildRequires:    python3-nose
 BuildRequires:    python3-mccabe >= 0.2
-BuildRequires:    python3-pep8 >= 1.4.3
-BuildRequires:    python3-pyflakes >= 0.6.1
+BuildRequires:    python3-pep8 >= 1.5.7
+BuildRequires:    python3-pyflakes >= 0.8.1
 BuildRequires:    python3-mock
 %endif
 
@@ -66,7 +66,7 @@ Group:          Development/Languages
 
 Requires:    python3-setuptools
 Requires:    python3-mccabe >= 0.2
-Requires:    python3-pep8 >= 1.4.3
+Requires:    python3-pep8 >= 1.5.7
 Requires:    python3-pyflakes >= 0.6.1
 
 %description -n python3-%{modname}
@@ -154,6 +154,9 @@ popd
 
 
 %changelog
+* Mon Oct 20 2014 Matthias Runge <mrunge at redhat.com> - 2.2.5-1
+- update to 2.2.5 (rhbz#1132878)
+
 * Wed Apr 09 2014 Matthias Runge <mrunge at redhat.com> - 2.1.0-1
 - update to 2.1.0
 
diff --git a/sources b/sources
index 91a4af0..c872578 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cf326cfb88a1db6c5b29a3a6d9efb257  flake8-2.1.0.tar.gz
+6dea927949b94c9d9495ab24bcdf9cf0  flake8-2.2.5.tar.gz


More information about the scm-commits mailing list