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 Sep  2 07:59:16 UTC 2024

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

Log Message:
py-pylint: updated to 3.2.7

What's new in Pylint 3.2.7?

False Positives Fixed
- Fixed a false positive `unreachable` for `NoReturn` coroutine functions.

Other Bug Fixes
- Fix crash in refactoring checker when calling a lambda bound as a method.
- Fix a crash in ``undefined-loop-variable`` when providing the ``iterable`` argument to ``enumerate()``.
- Fix to address indeterminacy of error message in case a module name is same as another in a separate namespace.


To generate a diff of this commit:
cvs rdiff -u -r1.101 -r1.102 pkgsrc/devel/py-pylint/Makefile
cvs rdiff -u -r1.88 -r1.89 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.101 pkgsrc/devel/py-pylint/Makefile:1.102
--- pkgsrc/devel/py-pylint/Makefile:1.101       Mon Jul 22 04:27:20 2024
+++ pkgsrc/devel/py-pylint/Makefile     Mon Sep  2 07:59:15 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.101 2024/07/22 04:27:20 adam Exp $
+# $NetBSD: Makefile,v 1.102 2024/09/02 07:59:15 adam Exp $
 
-DISTNAME=      pylint-3.2.6
+DISTNAME=      pylint-3.2.7
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pylint/}
@@ -23,8 +23,6 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-bench
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/pyversion.mk"
 .if ${PYTHON_VERSION} < 310
 DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>=3.10.0:../../devel/py-typing-extensions

Index: pkgsrc/devel/py-pylint/distinfo
diff -u pkgsrc/devel/py-pylint/distinfo:1.88 pkgsrc/devel/py-pylint/distinfo:1.89
--- pkgsrc/devel/py-pylint/distinfo:1.88        Mon Jul 22 04:27:20 2024
+++ pkgsrc/devel/py-pylint/distinfo     Mon Sep  2 07:59:16 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.88 2024/07/22 04:27:20 adam Exp $
+$NetBSD: distinfo,v 1.89 2024/09/02 07:59:16 adam Exp $
 
-BLAKE2s (pylint-3.2.6.tar.gz) = fe06c2d4627bf46e473d6811a9b6c1e1ef0a5e8a10be57288a9558dfb14b4c17
-SHA512 (pylint-3.2.6.tar.gz) = 5ba264fb4c91dd2a4f481567abe0cf578f47acff82b55033066fe36609831869530688bb9afdc69c75a20f66e31c2312fa704828e3052126cb39f848c2924641
-Size (pylint-3.2.6.tar.gz) = 1510167 bytes
+BLAKE2s (pylint-3.2.7.tar.gz) = 36d0b5b22b87f5f59289262d942bc7df8246f31f9db70acbcf67e3820204d4bf
+SHA512 (pylint-3.2.7.tar.gz) = 8b57d1c26b67a68a3e2ec9c4dfb67aac2ffce16eafe26264493301a5ae8572448a8745be2c45bfbc591044fdcbfe3485bd14f3d461c083e974b6dce8b520faf6
+Size (pylint-3.2.7.tar.gz) = 1511922 bytes



Home | Main Index | Thread Index | Old Index