pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-pylint py-pylint: updated to 1.8.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/28e5bc742565
branches:  trunk
changeset: 377447:28e5bc742565
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Mar 17 06:57:25 2018 +0000

description:
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

diffstat:

 devel/py-pylint/Makefile |   4 ++--
 devel/py-pylint/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r fdb8d2cfea85 -r 28e5bc742565 devel/py-pylint/Makefile
--- a/devel/py-pylint/Makefile  Sat Mar 17 06:52:50 2018 +0000
+++ b/devel/py-pylint/Makefile  Sat Mar 17 06:57:25 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2018/01/24 08:37:46 adam Exp $
+# $NetBSD: Makefile,v 1.21 2018/03/17 06:57:25 adam Exp $
 
-DISTNAME=      pylint-1.8.2
+DISTNAME=      pylint-1.8.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pylint/}
diff -r fdb8d2cfea85 -r 28e5bc742565 devel/py-pylint/distinfo
--- a/devel/py-pylint/distinfo  Sat Mar 17 06:52:50 2018 +0000
+++ b/devel/py-pylint/distinfo  Sat Mar 17 06:57:25 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2018/01/24 08:37:46 adam Exp $
+$NetBSD: distinfo,v 1.11 2018/03/17 06:57:25 adam Exp $
 
-SHA1 (pylint-1.8.2.tar.gz) = be78633a3de6fd85c4a5bfa8ae321899966035a7
-RMD160 (pylint-1.8.2.tar.gz) = 51cc493709b1181b9c09d98132f973f3ed67b956
-SHA512 (pylint-1.8.2.tar.gz) = 3cec971314bcc9ad7aa32d6641797adb0adc440414cfe982a10777ffeecfc64588f9c1d8c6d8074131b1389fe5ecb2e6aea5c24ba3047f917a60d12808b52d8c
-Size (pylint-1.8.2.tar.gz) = 510319 bytes
+SHA1 (pylint-1.8.3.tar.gz) = e769fbe1a919d55eb0302b63399925895ee366b4
+RMD160 (pylint-1.8.3.tar.gz) = 53b01a44f811070b4acc7f827a151ffe7c5df7f6
+SHA512 (pylint-1.8.3.tar.gz) = 14a273b7a08b20897725f0d55bacc116d9694d41ea9e7be13bd85b417e882e3676776fa782c531e219b47de6d024ed1956596bdebbd0d6d5a79c142709417adc
+Size (pylint-1.8.3.tar.gz) = 512104 bytes



Home | Main Index | Thread Index | Old Index