pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-pylint



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Mar 17 06:57:25 UTC 2018

Modified Files:
        pkgsrc/devel/py-pylint: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/py-pylint/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-pylint/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-pylint/Makefile
diff -u pkgsrc/devel/py-pylint/Makefile:1.20 pkgsrc/devel/py-pylint/Makefile:1.21
--- pkgsrc/devel/py-pylint/Makefile:1.20        Wed Jan 24 08:37:46 2018
+++ pkgsrc/devel/py-pylint/Makefile     Sat Mar 17 06:57:25 2018
@@ -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/}

Index: pkgsrc/devel/py-pylint/distinfo
diff -u pkgsrc/devel/py-pylint/distinfo:1.10 pkgsrc/devel/py-pylint/distinfo:1.11
--- pkgsrc/devel/py-pylint/distinfo:1.10        Wed Jan 24 08:37:46 2018
+++ pkgsrc/devel/py-pylint/distinfo     Sat Mar 17 06:57:25 2018
@@ -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