Package Release Info

python-pep8-naming-0.10.0-bp153.1.17

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

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-pep8-naming
python3-pep8-naming

Change Logs

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.