forked from pool/python-flake8
bd193d2c45
Update to 2.2.2 OBS-URL: https://build.opensuse.org/request/show/240188 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8?expand=0&rev=14
56 lines
2.1 KiB
Plaintext
56 lines
2.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
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.
|
|
|
|
-------------------------------------------------------------------
|
|
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
|
|
|
|
- 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
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 24 11:05:43 UTC 2013 - speilicke@suse.com
|
|
|
|
- Require python-setuptools instead of distribute (upstreams merged)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 24 08:57:24 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)
|
|
|