From f9261a959dfaff03f68945cc2d855f75712eecc5fe281d76e79e30f51c5e5ac8 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Tue, 1 Jul 2014 08:59:48 +0000 Subject: [PATCH] Accepting request 238841 from Cloud:OpenStack:Master - update to 2.2.0: - New option ``doctests`` to run Pyflakes checks on doctests too - New option ``jobs`` to launch multiple jobs in parallel - Turn on using multiple jobs by default using the CPU count - Add support for ``python -m flake8`` on Python 2.7 and Python 3 - Fix Git and Mercurial hooks: issues #88, #133, #148 and #149 - Fix crashes with Python 3.4 by upgrading dependencies - Fix traceback when running tests with Python 2.6 - Fix the setuptools command ``python setup.py flake8`` to read the project configuration OBS-URL: https://build.opensuse.org/request/show/238841 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8?expand=0&rev=12 --- flake8-2.1.0.tar.gz | 3 --- flake8-2.2.0.tar.gz | 3 +++ python-flake8.changes | 14 ++++++++++++++ python-flake8.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 flake8-2.1.0.tar.gz create mode 100644 flake8-2.2.0.tar.gz diff --git a/flake8-2.1.0.tar.gz b/flake8-2.1.0.tar.gz deleted file mode 100644 index 08c5a35..0000000 --- a/flake8-2.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:098ab7991067c08cfaa4716de20066d90f66dbc71502114ea8cad9a9fd5c9512 -size 25010 diff --git a/flake8-2.2.0.tar.gz b/flake8-2.2.0.tar.gz new file mode 100644 index 0000000..8e6bfe5 --- /dev/null +++ b/flake8-2.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a91bb6a4c7492494a20bdf388b3fb61c6bbef9d4ed2f60342fea69bc14c924e +size 23303 diff --git a/python-flake8.changes b/python-flake8.changes index bbafdd4..23b1dbf 100644 --- a/python-flake8.changes +++ b/python-flake8.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Jun 27 06:13:28 UTC 2014 - dmueller@suse.com + +- update to 2.2.0: + - New option ``doctests`` to run Pyflakes checks on doctests too + - New option ``jobs`` to launch multiple jobs in parallel + - Turn on using multiple jobs by default using the CPU count + - Add support for ``python -m flake8`` on Python 2.7 and Python 3 + - Fix Git and Mercurial hooks: issues #88, #133, #148 and #149 + - Fix crashes with Python 3.4 by upgrading dependencies + - Fix traceback when running tests with Python 2.6 + - Fix the setuptools command ``python setup.py flake8`` to read + the project configuration + ------------------------------------------------------------------- Mon Jan 13 13:54:22 UTC 2014 - dmueller@suse.com diff --git a/python-flake8.spec b/python-flake8.spec index 7dfe86a..7c95a75 100644 --- a/python-flake8.spec +++ b/python-flake8.spec @@ -17,7 +17,7 @@ Name: python-flake8 -Version: 2.1.0 +Version: 2.2.0 Release: 0 Summary: Modular source code checker: pep8, pyflakes and co License: MIT