* E275: fix false positive with fstrings containing keyword
parts in python 3.12
testsuite_fixes.patch
* E301: fix regression disallowing decorated one-liners.
* E714: fix false positive with chained ``is not``.
* E225: require whitespace around ``and`` ``in`` ``is`` and ``or``.
PR gh#PyCQA/pycodestyle#919.
* When no path is specified, do not try to read from stdin.
* Report E227 or E228 instead of E225 for whitespace around bitwise,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycodestyle?expand=0&rev=37
- Update to version 2.6.0
* E306: fix detection inside ``async def``.
PR gh#PyCQA/pycodestyle#929.
* E301: fix regression disallowing decorated one-liners.
PR gh#PyCQA/pycodestyle#927.
* E714: fix false positive with chained ``is not``.
PR gh#PyCQA/pycodestyle#931.
- Update to version 2.6.0a1
New checks:
* E225: require whitespace around ``and`` ``in`` ``is`` and ``or``.
PR gh#PyCQA/pycodestyle#847.
Changes:
* E117: fix indentation using tabs by treating as 8-space indents.
PR gh#PyCQA/pycodestyle#837.
* E721: fix false positive with names containg ``istype``.
PR gh#PyCQA/pycodestyle#850.
* E741: allow ``l`` as a named argument in a function call.
PR gh#PyCQA/pycodestyle#853.
* E302: fix false-negative with decorated functions.
PR gh#PyCQA/pycodestyle#859.
* W504: ellipsis (``...``) is no longer treated as a binary operator.
PR gh#PyCQA/pycodestyle#875.
* E402: allow ``with``, ``if``, ``elif``, ``else`` to guard imports.
PR gh#PyCQA/pycodestyle#834.
* Add support for assignment expressions ``:=`` (PEP 572).
PR gh#PyCQA/pycodestyle#879.
* Add support for positional-only arguments ``/`` (PEP 570).
PR gh#PyCQA/pycodestyle#872, gh#PyCQA/pycodestyle#918.
* Add support for python 3.8.
* Add support for matrix multiplication operator ``@`` (PEP 465).
PR gh#PyCQA/pycodestyle#897.
* Support visual indent for continuation lines for ``with`` / ``assert`` /
``raise``. PR gh#PyCQA/pycodestyle#912.
* E302: allow two blank lines after a block of one-liners.
PR gh#PyCQA/pycodestyle#913.
* E302: allow two-and-fewer newlines at the top of the file.
PR gh#PyCQA/pycodestyle#919.
- install executable as alternative
OBS-URL: https://build.opensuse.org/request/show/805552
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycodestyle?expand=0&rev=14
- 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