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 22 04:27:20 UTC 2024
Modified Files:
pkgsrc/devel/py-pylint: Makefile distinfo
Log Message:
py-pylint: updated to 3.2.6
What's new in Pylint 3.2.6?
False Positives Fixed
- Quiet false positives for `unexpected-keyword-arg` when pylint cannot
determine which of two or more dynamically defined classes is being instantiated.
- Fix a false positive for ``missing-param-doc`` where a method which is decorated with ``typing.overload`` was expected to have a docstring specifying its parameters.
- Fix a regression that raised ``invalid-name`` on class attributes merely
overriding invalid names from an ancestor.
- Treat `assert_never()` the same way when imported from `typing_extensions`.
- Fix a false positive for `consider-using-min-max-builtin` when the assignment target is an attribute.
Other Bug Fixes
- Fix an `AssertionError` arising from properties that return partial functions.
- Fix a crash when a subclass extends ``__slots__``.
To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.101 pkgsrc/devel/py-pylint/Makefile
cvs rdiff -u -r1.87 -r1.88 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.100 pkgsrc/devel/py-pylint/Makefile:1.101
--- pkgsrc/devel/py-pylint/Makefile:1.100 Sun Jun 30 11:24:21 2024
+++ pkgsrc/devel/py-pylint/Makefile Mon Jul 22 04:27:20 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.100 2024/06/30 11:24:21 adam Exp $
+# $NetBSD: Makefile,v 1.101 2024/07/22 04:27:20 adam Exp $
-DISTNAME= pylint-3.2.5
+DISTNAME= pylint-3.2.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pylint/}
@@ -12,7 +12,7 @@ LICENSE= gnu-gpl-v2
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=66.1:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0.37.1:../../devel/py-wheel
-DEPENDS+= ${PYPKGPREFIX}-astroid>=3.2.2:../../devel/py-astroid
+DEPENDS+= ${PYPKGPREFIX}-astroid>=3.2.4:../../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.87 pkgsrc/devel/py-pylint/distinfo:1.88
--- pkgsrc/devel/py-pylint/distinfo:1.87 Sun Jun 30 11:24:21 2024
+++ pkgsrc/devel/py-pylint/distinfo Mon Jul 22 04:27:20 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.87 2024/06/30 11:24:21 adam Exp $
+$NetBSD: distinfo,v 1.88 2024/07/22 04:27:20 adam Exp $
-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
+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
Home |
Main Index |
Thread Index |
Old Index