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:           Mon Jul 18 18:58:31 UTC 2022

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

Log Message:
py-pylint: updated to 2.14.5

v2.14.5

Fixed a crash in the undefined-loop-variable check when enumerate() is used
in a ternary expression.

Fixed handling of -- as separator between positional arguments and flags.

Fixed the disabling of fixme and its interaction with useless-suppression.

Allow lists of default values in parameter documentation for Numpy style.


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/devel/py-pylint/Makefile
cvs rdiff -u -r1.55 -r1.56 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.65 pkgsrc/devel/py-pylint/Makefile:1.66
--- pkgsrc/devel/py-pylint/Makefile:1.65        Sat Jul  2 09:39:32 2022
+++ pkgsrc/devel/py-pylint/Makefile     Mon Jul 18 18:58:30 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.65 2022/07/02 09:39:32 adam Exp $
+# $NetBSD: Makefile,v 1.66 2022/07/18 18:58:30 adam Exp $
 
-DISTNAME=      pylint-2.14.4
+DISTNAME=      pylint-2.14.5
 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.55 pkgsrc/devel/py-pylint/distinfo:1.56
--- pkgsrc/devel/py-pylint/distinfo:1.55        Sat Jul  2 09:39:32 2022
+++ pkgsrc/devel/py-pylint/distinfo     Mon Jul 18 18:58:30 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.55 2022/07/02 09:39:32 adam Exp $
+$NetBSD: distinfo,v 1.56 2022/07/18 18:58:30 adam Exp $
 
-BLAKE2s (pylint-2.14.4.tar.gz) = b266c21c6a682d425cf64de27213ba761c50d0ee202e75fdc68c5086da1a5c67
-SHA512 (pylint-2.14.4.tar.gz) = 44d1c76571a8ed7716a7737908df1642d939716f5a8cf321e3b329880487352f8a874d71ebb87a7406c10f328c9fda00c4b417740e3b6ca93bff161b59e1f6d0
-Size (pylint-2.14.4.tar.gz) = 394082 bytes
+BLAKE2s (pylint-2.14.5.tar.gz) = f9452f4e606b2124b3007a8250586be766f42d616790fb0fa67c3cb730c0024d
+SHA512 (pylint-2.14.5.tar.gz) = 951c228c4c8a25ddfbfad25b6764e6648d878f663c0d6f8524f72abccffccb4aa7618420acf0f43c76d3ad47fc649a8df45a1b25470cab6a19d04a2be0d31972
+Size (pylint-2.14.5.tar.gz) = 393838 bytes



Home | Main Index | Thread Index | Old Index