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:           Wed Jun 26 21:44:17 UTC 2024

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

Log Message:
py-pylint: updated to 3.2.4

What's new in Pylint 3.2.4?

False Positives Fixed

Prevent emitting possibly-used-before-assignment when relying on names only potentially not defined in conditional blocks guarded by functions annotated with typing.Never or typing.NoReturn.

Other Bug Fixes

Fixed a crash when the lineno of a variable used as an annotation wasn't available for undefined-variable.

Fixed a crash when the start value in an enumerate was non-constant and impossible to infer (like in``enumerate(apples, start=int(random_apple_index)``) for unnecessary-list-index-lookup.

Fixed a crash in symilar when the -d or -i short option were not properly recognized. It's still impossible to do -d=1 (you must do -d 1).


To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 pkgsrc/devel/py-pylint/Makefile
cvs rdiff -u -r1.85 -r1.86 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.98 pkgsrc/devel/py-pylint/Makefile:1.99
--- pkgsrc/devel/py-pylint/Makefile:1.98        Fri Jun  7 05:27:40 2024
+++ pkgsrc/devel/py-pylint/Makefile     Wed Jun 26 21:44:16 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.98 2024/06/07 05:27:40 adam Exp $
+# $NetBSD: Makefile,v 1.99 2024/06/26 21:44:16 adam Exp $
 
-DISTNAME=      pylint-3.2.3
+DISTNAME=      pylint-3.2.4
 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.85 pkgsrc/devel/py-pylint/distinfo:1.86
--- pkgsrc/devel/py-pylint/distinfo:1.85        Fri Jun  7 05:27:40 2024
+++ pkgsrc/devel/py-pylint/distinfo     Wed Jun 26 21:44:16 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.85 2024/06/07 05:27:40 adam Exp $
+$NetBSD: distinfo,v 1.86 2024/06/26 21:44:16 adam Exp $
 
-BLAKE2s (pylint-3.2.3.tar.gz) = f32e3bb05c9f5801770c93babf2c602ba7a44cf7c0db184f26b64f295dd9262a
-SHA512 (pylint-3.2.3.tar.gz) = 51afa3b8607468d8eba9be0cd476311fc058455fcc28e135241ce0ef75ddf53e1690b8fff89d7f597c2ef501f4cde66ee5053c69078cb55645b384d7b249294d
-Size (pylint-3.2.3.tar.gz) = 1506739 bytes
+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



Home | Main Index | Thread Index | Old Index