Tue Jan 24 10:08:07 2023 UTC ()
py-pylint: updated to 2.15.10

What's new in Pylint 2.15.10?

False Positives Fixed

Fix use-sequence-for-iteration when unpacking a set with *.

Fix false positive assigning-non-slot when a class attribute is re-assigned.

Fixes used-before-assignment false positive when the walrus operator is used in a ternary operator.

Prevent used-before-assignment when imports guarded by if
TYPE_CHECKING are guarded again when used.

Other Bug Fixes

Using custom braces in msg-template will now work properly.


(adam)
diff -r1.76 -r1.77 pkgsrc/devel/py-pylint/Makefile
diff -r1.65 -r1.66 pkgsrc/devel/py-pylint/distinfo

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

--- pkgsrc/devel/py-pylint/Makefile 2022/12/18 10:03:29 1.76
+++ pkgsrc/devel/py-pylint/Makefile 2023/01/24 10:08:07 1.77
@@ -1,28 +1,28 @@ @@ -1,28 +1,28 @@
1# $NetBSD: Makefile,v 1.76 2022/12/18 10:03:29 adam Exp $ 1# $NetBSD: Makefile,v 1.77 2023/01/24 10:08:07 adam Exp $
2 2
3DISTNAME= pylint-2.15.9 3DISTNAME= pylint-2.15.10
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}-wheel>=0:../../devel/py-wheel 13TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0.37.1:../../devel/py-wheel
14DEPENDS+= ${PYPKGPREFIX}-astroid>=2.12.12:../../devel/py-astroid 14DEPENDS+= ${PYPKGPREFIX}-astroid>=2.12.13:../../devel/py-astroid
15DEPENDS+= ${PYPKGPREFIX}-dill>=0.2:../../textproc/py-dill 15DEPENDS+= ${PYPKGPREFIX}-dill>=0.3.6:../../textproc/py-dill
16DEPENDS+= ${PYPKGPREFIX}-isort>=4.2.5:../../devel/py-isort 16DEPENDS+= ${PYPKGPREFIX}-isort>=4.2.5:../../devel/py-isort
17DEPENDS+= ${PYPKGPREFIX}-mccabe>=0.6:../../devel/py-mccabe 17DEPENDS+= ${PYPKGPREFIX}-mccabe>=0.6:../../devel/py-mccabe
18DEPENDS+= ${PYPKGPREFIX}-platformdirs>=2.2.0:../../misc/py-platformdirs 18DEPENDS+= ${PYPKGPREFIX}-platformdirs>=2.2.0:../../misc/py-platformdirs
19DEPENDS+= ${PYPKGPREFIX}-tomlkit>=0.10.1:../../textproc/py-tomlkit 19DEPENDS+= ${PYPKGPREFIX}-tomlkit>=0.10.1:../../textproc/py-tomlkit
20 20
21USE_LANGUAGES= # none 21USE_LANGUAGES= # none
22 22
23PYTHON_VERSIONS_INCOMPATIBLE= 27 23PYTHON_VERSIONS_INCOMPATIBLE= 27
24 24
25.include "../../lang/python/pyversion.mk" 25.include "../../lang/python/pyversion.mk"
26.if ${_PYTHON_VERSION} == 39 || ${_PYTHON_VERSION} == 38 26.if ${_PYTHON_VERSION} == 39 || ${_PYTHON_VERSION} == 38
27DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=3.10.0:../../devel/py-typing-extensions 27DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=3.10.0:../../devel/py-typing-extensions
28.endif 28.endif

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

--- pkgsrc/devel/py-pylint/distinfo 2022/12/18 10:03:29 1.65
+++ pkgsrc/devel/py-pylint/distinfo 2023/01/24 10:08:07 1.66
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.65 2022/12/18 10:03:29 adam Exp $ 1$NetBSD: distinfo,v 1.66 2023/01/24 10:08:07 adam Exp $
2 2
3BLAKE2s (pylint-2.15.9.tar.gz) = 57fb56825e42987110ba6196cf9cd8e5c56432791cfb5475f130fb42c4bf9f65 3BLAKE2s (pylint-2.15.10.tar.gz) = 0c060ae65b53f0a6beafc420cf02640b9624930f7272f1843c5f56ad85445f21
4SHA512 (pylint-2.15.9.tar.gz) = c4a59ef2e97fabf0b600dc61ec45628252829d6a8c7334707d97b4c1597827f6a76e2c875515937ca434a0714a85424a53eeb1cd604b8113625d79871c392ea2 4SHA512 (pylint-2.15.10.tar.gz) = 9c3ae0979f023ede518377630f8bc1540783323013af57b2caa073a31ede571fe5d975f66f358bff288942cf1cd34a8b3143236dba580f5e20cfb19261358984
5Size (pylint-2.15.9.tar.gz) = 411126 bytes 5Size (pylint-2.15.10.tar.gz) = 411656 bytes