python-flake8/python-flake8.changes

128 lines
5.0 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
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
- Add upstream patch flake8-fix-tests-using-new-mock.patch
* Fix tests using mock 1.1.x and above
-------------------------------------------------------------------
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
- update to 2.2.3:
* Actually turn multiprocessing on by default
- Update Requires for pyflakes, pep8 and mccabe
-------------------------------------------------------------------
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)