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
This commit is contained in:
Sascha Peilicke 2014-07-01 08:59:48 +00:00 committed by Git OBS Bridge
parent ec51fadc77
commit f9261a959d
4 changed files with 18 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:098ab7991067c08cfaa4716de20066d90f66dbc71502114ea8cad9a9fd5c9512
size 25010

3
flake8-2.2.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7a91bb6a4c7492494a20bdf388b3fb61c6bbef9d4ed2f60342fea69bc14c924e
size 23303

View File

@ -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

View File

@ -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