File python3-flake8.changes of Package python3-flake8
-------------------------------------------------------------------
Sat Jan 10 02:12:17 UTC 2015 - arun@gmx.de
- specfile:
* update copyright year
* update url
- upgrade to version 2.3.0:
* Feature: Add --output-file option to specify a file to write to
instead of stdout.
* Bug Fix interleaving of output while using multiprocessing
(GitLab#17)
- changes from version 2.2.5:
* Flush standard out when using multiprocessing
* Make the check for "# flake8: noqa" more strict
- changes from version 2.2.4:
* Fix bugs triggered by turning multiprocessing on by default
(again)
* Multiprocessing is forcibly disabled in the following cases:
+ 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!)
- changes from version 2.2.3:
* Actually turn multiprocessing on by default
-------------------------------------------------------------------
Thu Jul 10 12:26:59 UTC 2014 - toddrme2178@gmail.com
- Update to 2.2.2
- Re-enable multiprocessing by default while fixing the issue
Windows users were seeing.
- Update to 2.2.1
- Turn off multiple jobs by default. To enable automatic use
of all CPUs, use --jobs=auto. Fixes #155 and #154.
- 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
-------------------------------------------------------------------
Thu Apr 17 11:21:33 UTC 2014 - toddrme2178@gmail.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
-------------------------------------------------------------------
Wed Apr 24 09:07:31 UTC 2013 - speilicke@suse.com
- Spec file cleanup
- Run testsuite
- Add LICENSE (for legal)
-------------------------------------------------------------------
Sun Apr 21 23:40:09 UTC 2013 - dmueller@suse.com
- Initial package (2.0)