1
0
forked from pool/python-flake8

Accepting request 288001 from home:tbechtold:branches:devel:languages:python

New upstream release

OBS-URL: https://build.opensuse.org/request/show/288001
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8?expand=0&rev=18
This commit is contained in:
2015-02-27 11:40:15 +00:00
committed by Git OBS Bridge
parent 2c31bca1a5
commit 2c0299908f
4 changed files with 25 additions and 5 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Thu Feb 26 20:32:07 UTC 2015 - tbechtold@suse.com
- update to 2.3.0
- Add ``--output-file`` option to specify a file to write to
instead of ``stdout``.
- Fix interleaving of output while using multiprocessing
- Flush standard out when using multiprocessing
- Make the check for "# flake8: noqa" more strict
- Fix bugs triggered by turning multiprocessing on by default (again)
- Passing something in via stdin
- Analyzing a diff
- Using windows
- Fix --install-hook when there are no config files present for pep8 or
flake8.
- Fix how the setuptools command parses excludes in config files
- Fix how the git hook determines which files to analyze (Thanks Chris
Buccella!)
-------------------------------------------------------------------
Mon Sep 15 08:14:52 UTC 2014 - tbechtold@suse.com