14
0
forked from pool/python-flake8

Accepting request 353346 from home:TheBlackCat:branches:devel:languages:python

Update to 2.5.1

OBS-URL: https://build.opensuse.org/request/show/353346
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8?expand=0&rev=22
This commit is contained in:
Todd R
2016-01-13 09:39:35 +00:00
committed by Git OBS Bridge
parent 40e0936688
commit 42dbcea85c
5 changed files with 65 additions and 43 deletions

View File

@@ -1,3 +1,42 @@
-------------------------------------------------------------------
Wed Jan 13 09:25:06 UTC 2016 - toddrme2178@gmail.com
- Update to 2.5.1
* Bug Properly look for .flake8 in current working directory
* Bug Monkey-patch pep8.stdin_get_value to cache the actual value
in stdin. This helps plugins relying on the function when run
with multiprocessing.
- Update to 2.5.0
* Improvement Raise cap on PyFlakes for Python 3.5 support
* Improvement Avoid deprecation warnings when loading extensions
* Improvement Separate logic to enable “off-by-default” extensions
* Bug Properly parse options to setuptools Flake8 command
* Bug Fix exceptions when output on stdout is truncated before
Flake8 finishes writing the output
* Bug Fix error on OS X where Flake8 can no longer acquire or
create new semaphores
- Update to 2.4.1
* Bug Do not raise a SystemError unless there were errors in the
setuptools command.
* Bug Do not verify dependencies of extensions loaded via
entry-points.
* Improvement Blacklist versions of pep8 we know are broken
- Update to 2.4.0
* Bug Print filenames when using multiprocessing and -q option.
* Bug Put upper cap on dependencies. The caps for 2.4.0 are:
> pep8 < 1.6 (Related to GitLab#35)
> mccabe < 0.4
> pyflakes < 0.9
* See also GitLab#32
* Bug Files excluded in a config file were not being excluded
when flake8 was run from a git hook.
* Improvement Print warnings for users who are providing
mutually exclusive options to flake8.
* Feature Allow git hook configuration to live in .git/config.
See the updated VCS hooks docs for more details.
- Remove upstream-included flake8-fix-tests-using-new-mock.patch
- Implement update-alternatives
-------------------------------------------------------------------
Mon Aug 10 08:45:26 UTC 2015 - mlin@suse.com