Tue May 14 13:12:24 2024 UTC (33d)
py-pylint: updated to 3.1.1

What's new in Pylint 3.1.1?

False Positives Fixed

- Treat `attrs.define` and `attrs.frozen` as dataclass decorators in
  `too-few-public-methods` check.
- Fix a false positive with ``singledispatchmethod-function`` when a method is decorated with both ``functools.singledispatchmethod`` and ``staticmethod``.
- Fix a false positive for ``consider-using-dict-items`` when iterating using ``keys()`` and then deleting an item using the key as a lookup.


(adam)
diff -r1.93 -r1.94 pkgsrc/devel/py-pylint/Makefile
diff -r1.80 -r1.81 pkgsrc/devel/py-pylint/distinfo

cvs diff -r1.93 -r1.94 pkgsrc/devel/py-pylint/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-pylint/Makefile 2024/03/03 11:54:21 1.93
+++ pkgsrc/devel/py-pylint/Makefile 2024/05/14 13:12:24 1.94
@@ -1,28 +1,28 @@ @@ -1,28 +1,28 @@
1# $NetBSD: Makefile,v 1.93 2024/03/03 11:54:21 wiz Exp $ 1# $NetBSD: Makefile,v 1.94 2024/05/14 13:12:24 adam Exp $
2 2
3DISTNAME= pylint-3.1.0 3DISTNAME= pylint-3.1.1
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pylint/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pylint/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://www.pylint.org/ 9HOMEPAGE= https://www.pylint.org/
10COMMENT= Python source code analyzer 10COMMENT= Python source code analyzer
11LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
12 12
13TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=66.1:../../devel/py-setuptools 13TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=66.1:../../devel/py-setuptools
14TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0.37.1:../../devel/py-wheel 14TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0.37.1:../../devel/py-wheel
15DEPENDS+= ${PYPKGPREFIX}-astroid>=3.0.1:../../devel/py-astroid 15DEPENDS+= ${PYPKGPREFIX}-astroid>=3.1.0:../../devel/py-astroid
16DEPENDS+= ${PYPKGPREFIX}-dill>=0.3.7:../../textproc/py-dill 16DEPENDS+= ${PYPKGPREFIX}-dill>=0.3.7:../../textproc/py-dill
17DEPENDS+= ${PYPKGPREFIX}-isort>=4.2.5:../../devel/py-isort 17DEPENDS+= ${PYPKGPREFIX}-isort>=4.2.5:../../devel/py-isort
18DEPENDS+= ${PYPKGPREFIX}-mccabe>=0.6:../../devel/py-mccabe 18DEPENDS+= ${PYPKGPREFIX}-mccabe>=0.6:../../devel/py-mccabe
19DEPENDS+= ${PYPKGPREFIX}-platformdirs>=2.2.0:../../misc/py-platformdirs 19DEPENDS+= ${PYPKGPREFIX}-platformdirs>=2.2.0:../../misc/py-platformdirs
20DEPENDS+= ${PYPKGPREFIX}-tomlkit>=0.10.1:../../textproc/py-tomlkit 20DEPENDS+= ${PYPKGPREFIX}-tomlkit>=0.10.1:../../textproc/py-tomlkit
21TEST_DEPENDS+= ${PYPKGPREFIX}-gitpython>=0:../../devel/py-gitpython 21TEST_DEPENDS+= ${PYPKGPREFIX}-gitpython>=0:../../devel/py-gitpython
22TEST_DEPENDS+= ${PYPKGPREFIX}-test-benchmark>=0:../../devel/py-test-benchmark 22TEST_DEPENDS+= ${PYPKGPREFIX}-test-benchmark>=0:../../devel/py-test-benchmark
23 23
24USE_LANGUAGES= # none 24USE_LANGUAGES= # none
25 25
26PYTHON_VERSIONS_INCOMPATIBLE= 27 26PYTHON_VERSIONS_INCOMPATIBLE= 27
27 27
28.include "../../lang/python/pyversion.mk" 28.include "../../lang/python/pyversion.mk"

cvs diff -r1.80 -r1.81 pkgsrc/devel/py-pylint/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-pylint/distinfo 2024/03/03 11:54:21 1.80
+++ pkgsrc/devel/py-pylint/distinfo 2024/05/14 13:12:24 1.81
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.80 2024/03/03 11:54:21 wiz Exp $ 1$NetBSD: distinfo,v 1.81 2024/05/14 13:12:24 adam Exp $
2 2
3BLAKE2s (pylint-3.1.0.tar.gz) = 9a0448a1552c796de6fd39cc5405d1139d46afc83adb448b205f6adf76741f25 3BLAKE2s (pylint-3.1.1.tar.gz) = d0195e3722d7dd30358add5283b81954f5b038f4e0b0428d0fac7ad2342833dc
4SHA512 (pylint-3.1.0.tar.gz) = 23d72ad32c3a41be3978085d370c997ab5d2feacbd2923ddb4c1216b05a2a3ff1dae362ca8bcfef6159d284dcd16fd3226bfe71d7780e773d00e09d4bc16a8ec 4SHA512 (pylint-3.1.1.tar.gz) = 96e36a4a5794a6e36cc47790700acbab7820f1483feefeb7629454e3ea3a2c5c3cf6e8cc9b82525f05e51926b0547f84f9189fc346a32d46723331bb3cbc928a
5Size (pylint-3.1.0.tar.gz) = 1494465 bytes 5Size (pylint-3.1.1.tar.gz) = 1495262 bytes