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: Sun Aug 10 08:16:31 UTC 2025
Modified Files:
pkgsrc/devel/py-pylint: Makefile distinfo
Log Message:
py-pylint: updated to 3.3.8
3.3.8
False Positives Fixed
Fix false positives for possibly-used-before-assignment when variables are exhaustively
assigned within a match block.
Fix false positive for missing-raises-doc and missing-yield-doc when the method length is less than docstring-min-length.
Fix a false positive for unused-variable when multiple except handlers bind the same name under a try block.
False Negatives Fixed
Fix false-negative for used-before-assignment with from __future__ import annotations in function definitions.
Other Bug Fixes
Fix a bug in Pyreverse where aggregations and associations were included in diagrams regardless of the selected --filter-mode (such as PUB_ONLY, ALL, etc.).
Fix double underscores erroneously rendering as bold in pyreverse's Mermaid output.
To generate a diff of this commit:
cvs rdiff -u -r1.111 -r1.112 pkgsrc/devel/py-pylint/Makefile
cvs rdiff -u -r1.97 -r1.98 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.111 pkgsrc/devel/py-pylint/Makefile:1.112
--- pkgsrc/devel/py-pylint/Makefile:1.111 Wed May 7 07:26:04 2025
+++ pkgsrc/devel/py-pylint/Makefile Sun Aug 10 08:16:31 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.111 2025/05/07 07:26:04 adam Exp $
+# $NetBSD: Makefile,v 1.112 2025/08/10 08:16:31 adam Exp $
-DISTNAME= pylint-3.3.7
+DISTNAME= pylint-3.3.8
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pylint/}
Index: pkgsrc/devel/py-pylint/distinfo
diff -u pkgsrc/devel/py-pylint/distinfo:1.97 pkgsrc/devel/py-pylint/distinfo:1.98
--- pkgsrc/devel/py-pylint/distinfo:1.97 Wed May 7 07:26:04 2025
+++ pkgsrc/devel/py-pylint/distinfo Sun Aug 10 08:16:31 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.97 2025/05/07 07:26:04 adam Exp $
+$NetBSD: distinfo,v 1.98 2025/08/10 08:16:31 adam Exp $
-BLAKE2s (pylint-3.3.7.tar.gz) = 5653d3fa73fd8988808d0cc3880cfa16c9cda92f9536e111d38fc38fd63f7d50
-SHA512 (pylint-3.3.7.tar.gz) = 440c4ef0ef76746248a25711ce4db3d9427d358d4ee2e889c4cfebd54ed57243c2c2fad02aceb458b23a3fbe7a1455585c04a0c6c9e07fb292c4700318556873
-Size (pylint-3.3.7.tar.gz) = 1520709 bytes
+BLAKE2s (pylint-3.3.8.tar.gz) = 0b384677e871a29b5a7eac4fa4992aac4c820577eeb78d9f30d73372fc441f62
+SHA512 (pylint-3.3.8.tar.gz) = a122f29e18d6e0f7b3db40b1a5372d0fd7b6469523a17dd9ffb8f25ef4731c99f0e64a16cb5b808061a61bb037836412e571dd934d1b4f5e5e00e665e6a645c7
+Size (pylint-3.3.8.tar.gz) = 1523947 bytes
Home |
Main Index |
Thread Index |
Old Index