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: Tue Oct 24 04:34:33 UTC 2023
Modified Files:
pkgsrc/devel/py-pylint: Makefile distinfo
Log Message:
py-pylint: updated to 3.0.2
What's new in Pylint 3.0.2?
False Positives Fixed
Fix used-before-assignment false positive for generic type syntax (PEP 695, Python 3.12).
Other Bug Fixes
Escape special symbols and newlines in messages.
Fixes suggestion for nested-min-max for expressions with additive operators, list and dict comprehensions.
Fixes ignoring conditional imports with ignore-imports=y.
Emit inconsistent-quotes for f-strings with 3.12 interpreter only if targeting pre-3.12 versions.
To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 pkgsrc/devel/py-pylint/Makefile
cvs rdiff -u -r1.76 -r1.77 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.88 pkgsrc/devel/py-pylint/Makefile:1.89
--- pkgsrc/devel/py-pylint/Makefile:1.88 Mon Oct 9 17:39:16 2023
+++ pkgsrc/devel/py-pylint/Makefile Tue Oct 24 04:34:33 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.88 2023/10/09 17:39:16 adam Exp $
+# $NetBSD: Makefile,v 1.89 2023/10/24 04:34:33 adam Exp $
-DISTNAME= pylint-3.0.1
+DISTNAME= pylint-3.0.2
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.76 pkgsrc/devel/py-pylint/distinfo:1.77
--- pkgsrc/devel/py-pylint/distinfo:1.76 Mon Oct 9 17:39:16 2023
+++ pkgsrc/devel/py-pylint/distinfo Tue Oct 24 04:34:33 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.76 2023/10/09 17:39:16 adam Exp $
+$NetBSD: distinfo,v 1.77 2023/10/24 04:34:33 adam Exp $
-BLAKE2s (pylint-3.0.1.tar.gz) = f801c84ab99f252939b8852ee037f2be1e946d774294e18bf5058db979c75141
-SHA512 (pylint-3.0.1.tar.gz) = d82c73c672cbe08162eb569a9f19f985656a4fab35026cbf76d3efc8bda1b19f23d5ce2a6467ab2401275b344a287c476e49cae485342f12d342e073d27d93aa
-Size (pylint-3.0.1.tar.gz) = 441317 bytes
+BLAKE2s (pylint-3.0.2.tar.gz) = 18b35ec3213664f896d3960a00f5171353e17e6a61913a145e576c8c69dbbaa7
+SHA512 (pylint-3.0.2.tar.gz) = 9205b220f2659d83b178d0e5d1f1357317391cc0d17179232cb670aa1964164119247f1c85f00210e154563774bae370bc84d9db0c8aa0b1592f4a40b2b6f0f0
+Size (pylint-3.0.2.tar.gz) = 441751 bytes
Home |
Main Index |
Thread Index |
Old Index