15
0

- 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pep8-naming?expand=0&rev=11
This commit is contained in:
Tomáš Chvátal
2019-02-28 09:14:52 +00:00
committed by Git OBS Bridge
parent de2a2e3d91
commit bef12ccfcb
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Feb 28 09:13:05 UTC 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.
-------------------------------------------------------------------
Sat Feb 2 17:04:38 UTC 2019 - Arun Persaud <arun@gmx.de>