From 586db1324cbba06e749b0b42a80ac63bcce448f98853080c50fc9d8051c0092d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 9 May 2016 11:25:08 +0000 Subject: [PATCH] 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 --- pylint-1.5.4.tar.gz | 3 --- pylint-1.5.5.tar.gz | 3 +++ python-pylint.changes | 20 ++++++++++++++++++++ python-pylint.spec | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 pylint-1.5.4.tar.gz create mode 100644 pylint-1.5.5.tar.gz diff --git a/pylint-1.5.4.tar.gz b/pylint-1.5.4.tar.gz deleted file mode 100644 index 1162798..0000000 --- a/pylint-1.5.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2fe3cc2fc66a56fdc35dbbc2bf1dd96a534abfc79ee6b2ad9ae4fe166e570c4b -size 423215 diff --git a/pylint-1.5.5.tar.gz b/pylint-1.5.5.tar.gz new file mode 100644 index 0000000..f7273ea --- /dev/null +++ b/pylint-1.5.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15e949bbeda6c0a66799f34f720ab15e38d0a128e752cff5e74168527e5399c7 +size 424040 diff --git a/python-pylint.changes b/python-pylint.changes index 83a6adf..d7a2199 100644 --- a/python-pylint.changes +++ b/python-pylint.changes @@ -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 diff --git a/python-pylint.spec b/python-pylint.spec index 87a47b2..333f990 100644 --- a/python-pylint.spec +++ b/python-pylint.spec @@ -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+