14
0
forked from pool/python-pylint

Accepting request 394206 from home:stroeder:branches:devel:languages:python

update to 1.5.5

OBS-URL: https://build.opensuse.org/request/show/394206
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylint?expand=0&rev=65
This commit is contained in:
2016-05-09 11:25:08 +00:00
committed by Git OBS Bridge
parent 894a5af986
commit 586db1324c
4 changed files with 24 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2fe3cc2fc66a56fdc35dbbc2bf1dd96a534abfc79ee6b2ad9ae4fe166e570c4b
size 423215

3
pylint-1.5.5.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:15e949bbeda6c0a66799f34f720ab15e38d0a128e752cff5e74168527e5399c7
size 424040

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Sat May 7 21:44:44 UTC 2016 - michael@stroeder.com
- Update to version 1.5.5:
* Let visit_importfrom from Python 3 porting checker be called when everything is disabled
Because the visit method was filtering the patterns it was expecting to be activated,
it didn't run when everything but one pattern was disabled, leading to spurious false
positives
* Don't emit unsubscriptable-value for classes with unknown
base classes.
* Use an OrderedDict for storing the configuration elements
This fixes an issue related to impredictible order of the disable / enable
elements from a config file. In certain cases, the disable was coming before
the enable which resulted in classes of errors to be enabled, even though the intention
was to disable them. The best example for this was in the context of running multiple
processes, each one of it having different enables / disables that affected the output.
* Don't consider bare and broad except handlers as ignoring NameError,
AttributeError and similar exceptions, in the context of checkers for
these issues.
-------------------------------------------------------------------
Fri Feb 12 08:25:01 UTC 2016 - jweberhofer@weberhofer.at

View File

@@ -17,7 +17,7 @@
Name: python-pylint
Version: 1.5.4
Version: 1.5.5
Release: 0
Summary: Syntax and style checker for Python code
License: GPL-2.0+