diff --git a/flake8-2.0.tar.gz b/flake8-2.0.tar.gz deleted file mode 100644 index 9390361..0000000 --- a/flake8-2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8dce4f7e64cc202cc6da93eab84b2ce660110ff684b6738bba64a0a431b3bc69 -size 10511 diff --git a/flake8-2.1.0.tar.gz b/flake8-2.1.0.tar.gz new file mode 100644 index 0000000..08c5a35 --- /dev/null +++ b/flake8-2.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:098ab7991067c08cfaa4716de20066d90f66dbc71502114ea8cad9a9fd5c9512 +size 25010 diff --git a/python-flake8.changes b/python-flake8.changes index 2319146..bbafdd4 100644 --- a/python-flake8.changes +++ b/python-flake8.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Jan 13 13:54:22 UTC 2014 - dmueller@suse.com + +- update to 2.1.0: + - Add FLAKE8_LAZY and FLAKE8_IGNORE environment variable support to git and + mercurial hooks + - Force git and mercurial hooks to repsect configuration in setup.cfg + - Only check staged files if that is specified + - Fix hook file permissions + - Fix the git hook on python 3 + - Ignore non-python files when running the git hook + - Ignore .tox directories by default + - Flake8 now reports the column number for PyFlakes messages + ------------------------------------------------------------------- Thu Oct 24 11:05:43 UTC 2013 - speilicke@suse.com diff --git a/python-flake8.spec b/python-flake8.spec index 1690c49..7dfe86a 100644 --- a/python-flake8.spec +++ b/python-flake8.spec @@ -1,7 +1,7 @@ # # spec file for package python-flake8 # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-flake8 -Version: 2.0 +Version: 2.1.0 Release: 0 Summary: Modular source code checker: pep8, pyflakes and co License: MIT @@ -28,6 +28,7 @@ BuildRequires: python-devel BuildRequires: python-setuptools # Test requirements: BuildRequires: python-mccabe >= 0.2 +BuildRequires: python-mock BuildRequires: python-nose BuildRequires: python-pep8 >= 1.4.3 BuildRequires: python-pyflakes >= 0.6.1