Subject: CVS commit: pkgsrc/devel/py-pylint
From: Adam Ciarcinski
Date: 2018-03-17 07:57:25
Message id: 20180317065725.7CD4FFB40@cvs.NetBSD.org

Log Message:
py-pylint: updated to 1.8.3

Pylint 1.8.3:
* Fix false positive inconsistent-return-statements message when a
  function is defined under an if statement.
* Exempt __doc__ from triggering a redefined-builtin
  __doc__ can be used to specify a docstring for a module without
  passing it as a first-statement string.
* Don't crash on invalid strings when checking for logging-format-interpolation
* Fix false positive inconsistent-return-statements message by
  avoiding useless exception inference if the exception is not handled.
* Fix false positive undefined-variable for lambda argument in
  class definitions
* Fix false-positive undefined-variable for generated
  comprehension variables in function default arguments

Files:
RevisionActionfile
1.21modifypkgsrc/devel/py-pylint/Makefile
1.11modifypkgsrc/devel/py-pylint/distinfo