diff --git a/.gitignore b/.gitignore index 0a8db51..3cc6d64 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /flake8-2.0.tar.gz +/flake8-2.1.0.tar.gz diff --git a/python-flake8.spec b/python-flake8.spec index 7c4347d..8daadce 100644 --- a/python-flake8.spec +++ b/python-flake8.spec @@ -7,8 +7,8 @@ %global modname flake8 Name: python-%{modname} -Version: 2.0 -Release: 5%{?dist} +Version: 2.1.0 +Release: 1%{?dist} Summary: Code checking using pep8 and pyflakes Group: Development/Languages @@ -152,6 +152,9 @@ popd %changelog +* Wed Apr 09 2014 Matthias Runge - 2.1.0-1 +- update to 2.1.0 + * Thu Jan 02 2014 Matthias Runge - 2.0-5 - add missing requires to pep8, python-mccabe and pyflakes (rhbz#1046955) diff --git a/sources b/sources index 1ca82b3..91a4af0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -176c6b3613777122721db181560aa1e3 flake8-2.0.tar.gz +cf326cfb88a1db6c5b29a3a6d9efb257 flake8-2.1.0.tar.gz