Package Release Info

python-pep8-naming-0.10.0-bp155.2.9

Update Info: Base Release
Available in Package Hub : 15 SP5

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python3-pep8-naming

Change Logs

* Thu Feb 28 2019 Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.8.2:
  * Fix a problem with ignore-names option initialization.
  * ignore-names now also applies to the N806, N815, and N816 checks.
  * failureException, longMessage, and maxDiff have been added to the default ignore-names list.
  * Allow lowercase names to be imported as just _.
  * Allow function arguments to be named just _.
  * Support Python 2's tuple syntax in except clauses.
Version: 0.10.0-bp152.1.6
* Tue Mar 24 2020 pgajdos@suse.com
- version update to 0.10.0
  * ``--ignore-names`` now supports globbing and applies to the N804 and N805
    checks.
  * "acronym" imports are now treated as their own error code (N817).
  * Metaclass detection has been improved.
  * Annotated variable declarations (PEP 526) and ``:=`` variable assignments
    are now supported.
* Sat Dec 07 2019 Arun Persaud <arun@gmx.de>
- update to version 0.9.1:
  * Fix line number offsets when reporting errors involving functions
    with decorators in Python 3.8 and later.
- changes from version 0.9.0:
  * Drop support for Python 3.3 and 3.4.
  * Support positional-only arguments in Python 3.8.
  * Recognize abc.ABCMeta as a metaclass base type.
  * ignore-names now also applies to the N803 check.
  * Handle assigning exceptions to object attributes in Python 2.