- update to version 2.5.0
* New checks:
+ E117: Over-indented code blocks
+ W505: Maximum doc-string length only when configured with --max-doc-length
* Changes:
+ Remove support for EOL Python 2.6 and 3.3. PR #720.
+ Add E117 error for over-indented code blocks.
+ Allow W605 to be silenced by `# noqa` and fix the position reported by W605
+ Allow users to omit blank lines around one-liner definitions of classes and
functions
+ Include the function return annotation (``->``) as requiring surrounding
whitespace only on Python 3
+ Verify that only names can follow ``await``. Previously we allowed numbers
and strings.
+ Add support for Python 3.7
+ Fix detection of annotated argument defaults for E252
+ Correct the position reported by W504
- Removed comp_w_changes_tokenize.patch as it was merged into version 2.5.0
OBS-URL: https://build.opensuse.org/request/show/670469
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycodestyle?expand=0&rev=12
- rename from pep8 to pycodestyle
- delete shebang from pycodestyle.py
- update to version 2.3.1
* renamed from pep8 to pycodestyle
* removed use of project-level .pep8 config file
* updated code style, added new warnings
- Fix update-alternatives implementation.
- Implement update-alternatives
- Update to 1.7.0
+ Announcements:
* Repository moved to PyCQA Organization on GitHub:
https://github.com/pycqa/pep8
+ Changes:
* Reverted the fix in #368, "options passed on command line are only ones
accepted" feature. This has many unintended consequences in pep8 and flake8
and needs to be reworked when I have more time.
* Added support for Python 3.5. (Issue #420 & #459)
* Added support for multi-line config_file option parsing. (Issue #429)
* Improved parameter parsing. (Issues #420 & #456)
+ Bugs:
* Fixed BytesWarning on Python 3. (Issue #459)
- Update to 1.6.2:
* Added check for breaking around a binary operator. (Issue #197, Pull #305)
* Assign variables before referenced. (Issue #287)
* Report E731 for lambda assignment. (Issue #277)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycodestyle?expand=0&rev=1