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:           Sun Jun 30 11:24:21 UTC 2024

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

Log Message:
py-pylint: updated to 3.2.5

v3.2.5

Other Bug Fixes

Fixed a false positive unreachable-code when using typing.Any as return type in python
3.8, the typing.NoReturn are not taken into account anymore for python 3.8 however.


To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 pkgsrc/devel/py-pylint/Makefile
cvs rdiff -u -r1.86 -r1.87 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.99 pkgsrc/devel/py-pylint/Makefile:1.100
--- pkgsrc/devel/py-pylint/Makefile:1.99        Wed Jun 26 21:44:16 2024
+++ pkgsrc/devel/py-pylint/Makefile     Sun Jun 30 11:24:21 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.99 2024/06/26 21:44:16 adam Exp $
+# $NetBSD: Makefile,v 1.100 2024/06/30 11:24:21 adam Exp $
 
-DISTNAME=      pylint-3.2.4
+DISTNAME=      pylint-3.2.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.86 pkgsrc/devel/py-pylint/distinfo:1.87
--- pkgsrc/devel/py-pylint/distinfo:1.86        Wed Jun 26 21:44:16 2024
+++ pkgsrc/devel/py-pylint/distinfo     Sun Jun 30 11:24:21 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.86 2024/06/26 21:44:16 adam Exp $
+$NetBSD: distinfo,v 1.87 2024/06/30 11:24:21 adam Exp $
 
-BLAKE2s (pylint-3.2.4.tar.gz) = cc79e58e768222166cde64e9adf6a6efed9e598cff9b1672217f351d4904cc03
-SHA512 (pylint-3.2.4.tar.gz) = 3da0a4437df378ddffbd7583824c23030dfc99fe110f023a5fb42914e7c9082e5025d117c4aac42442dfd48fdc2f3bc6e1534c56c1cdbac7e59c08a393207cd8
-Size (pylint-3.2.4.tar.gz) = 1508304 bytes
+BLAKE2s (pylint-3.2.5.tar.gz) = 7ec05fb19115d3ac807fbe09861bb93cfed7404dae93e786880082045929bae6
+SHA512 (pylint-3.2.5.tar.gz) = c2d185f2313458887344c7742b17b0348ed6db11e61c14f24e14a122513dd783b9b410c9c3b6ba75d196bd25e880a72252dca918e9e75c4c9a750bc905bb1268
+Size (pylint-3.2.5.tar.gz) = 1508793 bytes



Home | Main Index | Thread Index | Old Index