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:   wiz
Date:           Sun Feb 22 14:20:09 UTC 2026

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

Log Message:
py-pylint: update to 4.0.5.

False Positives Fixed
---------------------

- Fix possibly-used-before-assignment false positive when using self.fail() in tests.

- Fixed false positive for ``logging-unsupported-format`` when no arguments are provided to logging functions.

  According to Python's logging documentation, no formatting is performed when no arguments are supplied, so strings like ``logging.error("%test")`` are valid.

- Fix a false positive for ``invalid-name`` where a dataclass field typed with ``Final``
  was evaluated against the ``class_const`` regex instead of the ``class_attribute`` regex.

- Avoid emitting `unspecified-encoding` (W1514) when `py-version` is 3.15+.

Other Bug Fixes
---------------

- Fix `--known_third_party` config being ignored.

- Fixed dynamic color mapping for "fail-on" messages when using multiple reporter/output formats.

- dependency on isort is now set to <9, permitting to use isort 8.


To generate a diff of this commit:
cvs rdiff -u -r1.118 -r1.119 pkgsrc/devel/py-pylint/Makefile
cvs rdiff -u -r1.103 -r1.104 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.118 pkgsrc/devel/py-pylint/Makefile:1.119
--- pkgsrc/devel/py-pylint/Makefile:1.118       Tue Dec  2 07:13:01 2025
+++ pkgsrc/devel/py-pylint/Makefile     Sun Feb 22 14:20:09 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.118 2025/12/02 07:13:01 adam Exp $
+# $NetBSD: Makefile,v 1.119 2026/02/22 14:20:09 wiz Exp $
 
-DISTNAME=      pylint-4.0.4
+DISTNAME=      pylint-4.0.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pylint/}
@@ -22,8 +22,8 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-bench
 
 USE_LANGUAGES= # none
 
-# as of 4.0.1
-# 13 failed, 1987 passed, 261 skipped, 5 xfailed
+# as of 4.0.5
+# 25 failed, 1985 passed, 261 skipped, 5 xfailed
 
 .include "../../lang/python/pyversion.mk"
 .if ${PYTHON_VERSION} < 311

Index: pkgsrc/devel/py-pylint/distinfo
diff -u pkgsrc/devel/py-pylint/distinfo:1.103 pkgsrc/devel/py-pylint/distinfo:1.104
--- pkgsrc/devel/py-pylint/distinfo:1.103       Tue Dec  2 07:13:01 2025
+++ pkgsrc/devel/py-pylint/distinfo     Sun Feb 22 14:20:09 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.103 2025/12/02 07:13:01 adam Exp $
+$NetBSD: distinfo,v 1.104 2026/02/22 14:20:09 wiz Exp $
 
-BLAKE2s (pylint-4.0.4.tar.gz) = e61881a5e828ccbc80795b2d13ef695cf1bf364e2c969dce8a504f24bd86504c
-SHA512 (pylint-4.0.4.tar.gz) = f5b2253b9a25f9d121e536823f38e4420f1c7fb78b2aa812a9c4feb4d075c2371e01f2ec5138b65d385cc7a096e51ef0f47afe16f11bdfbec5a9ecc6038fa2d4
-Size (pylint-4.0.4.tar.gz) = 1571735 bytes
+BLAKE2s (pylint-4.0.5.tar.gz) = 9ec03cd2e4de48a8a0cb4568e6478f01871ff8a15e0ce747f97fc4f8240dbe9d
+SHA512 (pylint-4.0.5.tar.gz) = 96959f57f7730e8b6fd281afa5429a0a1ebe4815db9ffb175498e18b3132f7e52e04dbc9da3818d460a565567d27072f06cf79b21ea4be82ad7618ae6ff1be40
+Size (pylint-4.0.5.tar.gz) = 1572474 bytes



Home | Main Index | Thread Index | Old Index