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 Dec  2 08:12:36 UTC 2024

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

Log Message:
py-pylint: updated to 3.3.2

3.3.2

False Positives Fixed

Fix a false positive for potential-index-error when an indexed iterable
contains a starred element that evaluates to more than one item.

Other Bug Fixes

Fixes the issue with --source-root option not working when the source files are in a subdirectory of the source root (e.g. when using a /src layout).


To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 pkgsrc/devel/py-pylint/Makefile
cvs rdiff -u -r1.91 -r1.92 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.105 pkgsrc/devel/py-pylint/Makefile:1.106
--- pkgsrc/devel/py-pylint/Makefile:1.105       Mon Nov 11 07:28:20 2024
+++ pkgsrc/devel/py-pylint/Makefile     Mon Dec  2 08:12:36 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.105 2024/11/11 07:28:20 wiz Exp $
+# $NetBSD: Makefile,v 1.106 2024/12/02 08:12:36 adam Exp $
 
-DISTNAME=      pylint-3.3.1
+DISTNAME=      pylint-3.3.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pylint/}
@@ -11,7 +11,7 @@ COMMENT=      Python source code analyzer
 LICENSE=       gnu-gpl-v2
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=66.1:../../devel/py-setuptools
-DEPENDS+=      ${PYPKGPREFIX}-astroid>=3.3.4:../../devel/py-astroid
+DEPENDS+=      ${PYPKGPREFIX}-astroid>=3.3.5:../../devel/py-astroid
 DEPENDS+=      ${PYPKGPREFIX}-dill>=0.3.7:../../textproc/py-dill
 DEPENDS+=      ${PYPKGPREFIX}-isort>=4.2.5:../../devel/py-isort
 DEPENDS+=      ${PYPKGPREFIX}-mccabe>=0.6:../../devel/py-mccabe

Index: pkgsrc/devel/py-pylint/distinfo
diff -u pkgsrc/devel/py-pylint/distinfo:1.91 pkgsrc/devel/py-pylint/distinfo:1.92
--- pkgsrc/devel/py-pylint/distinfo:1.91        Tue Oct  1 15:57:38 2024
+++ pkgsrc/devel/py-pylint/distinfo     Mon Dec  2 08:12:36 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.91 2024/10/01 15:57:38 adam Exp $
+$NetBSD: distinfo,v 1.92 2024/12/02 08:12:36 adam Exp $
 
-BLAKE2s (pylint-3.3.1.tar.gz) = 57e28c831ebc46329f1e41698a9b9cc33d475f59b975f12a2b2d04183bda299c
-SHA512 (pylint-3.3.1.tar.gz) = a9f39367c7251aff18012b906121e1cfa6f0151c77f9e4e67927946c7aa88db0bbde59d02c069e3d3aea2cab8027573bf8a034cb1ea676dae6b0965cb2daf3ba
-Size (pylint-3.3.1.tar.gz) = 1516703 bytes
+BLAKE2s (pylint-3.3.2.tar.gz) = 8debaed23fe9d3df66f314234d731f2e6bdbae3d49f86846d3c0f30a6e528f56
+SHA512 (pylint-3.3.2.tar.gz) = 720c02c130298a04de4fc7325ecd1e309b7ebf2dc3f0cc98283dfc135af7df5a7a88babd9499b40c08019d1f5884b286747c8024df147613e2412eb2e5807df5
+Size (pylint-3.3.2.tar.gz) = 1516485 bytes



Home | Main Index | Thread Index | Old Index