forked from pool/python-pep8-naming
- 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:
committed by
Git OBS Bridge
parent
de2a2e3d91
commit
bef12ccfcb
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:65afe400096400720ba6ca4c3d502d92ebf02f661c1e4ee0ae59472c05463324
|
||||
size 14472
|
||||
3
pep8-naming-0.8.2.tar.gz
Normal file
3
pep8-naming-0.8.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:01cb1dab2f3ce9045133d08449f1b6b93531dceacb9ef04f67087c11c723cea9
|
||||
size 14911
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-pep8-naming
|
||||
Version: 0.8.0
|
||||
Version: 0.8.2
|
||||
Release: 0
|
||||
Summary: Flake8 plugin for checking PEP-8 naming conventions
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user