pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-pylint py-pylint: updated to 2.15.4
details: https://anonhg.NetBSD.org/pkgsrc/rev/4bfb31c235a3
branches: trunk
changeset: 386625:4bfb31c235a3
user: adam <adam%pkgsrc.org@localhost>
date: Wed Oct 12 07:45:16 2022 +0000
description:
py-pylint: updated to 2.15.4
v2.15.4
False Positives Fixed
Fix the message for unnecessary-dunder-call for __aiter__ and
__aneext__. Also
only emit the warning when py-version >= 3.10.
Other Bug Fixes
Fix bug in detecting unused-variable when iterating on variable.
Fixed handling of -- as separator between positional arguments and flags.
This was not actually fixed in 2.14.5.
Report no-self-argument rather than no-method-argument for methods
with variadic arguments.
Fixed an issue where syntax-error couldn't be raised on files with
invalid encodings.
Fix false positive for redefined-outer-name when aliasing typing
e.g. as t and guarding imports under t.TYPE_CHECKING.
Fixed a crash of the modified_iterating checker when iterating on a set
defined as a class attribute.
Fix bug in scanning of names inside arguments to typing.Literal.
See https://peps.python.org/pep-0586/#literals-enums-and-forward-references
for details.
Other Changes
Add method name to the error messages of no-method-argument and
no-self-argument.
diffstat:
devel/py-pylint/Makefile | 4 ++--
devel/py-pylint/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (25 lines):
diff -r d9e28131787a -r 4bfb31c235a3 devel/py-pylint/Makefile
--- a/devel/py-pylint/Makefile Wed Oct 12 07:43:08 2022 +0000
+++ b/devel/py-pylint/Makefile Wed Oct 12 07:45:16 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.70 2022/09/26 17:50:09 adam Exp $
+# $NetBSD: Makefile,v 1.71 2022/10/12 07:45:16 adam Exp $
-DISTNAME= pylint-2.15.3
+DISTNAME= pylint-2.15.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pylint/}
diff -r d9e28131787a -r 4bfb31c235a3 devel/py-pylint/distinfo
--- a/devel/py-pylint/distinfo Wed Oct 12 07:43:08 2022 +0000
+++ b/devel/py-pylint/distinfo Wed Oct 12 07:45:16 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.59 2022/09/26 17:50:09 adam Exp $
+$NetBSD: distinfo,v 1.60 2022/10/12 07:45:16 adam Exp $
-BLAKE2s (pylint-2.15.3.tar.gz) = c978349ff4f1ffeff69972c77708918d0d1f838a369f3fe3cff2dd172106874a
-SHA512 (pylint-2.15.3.tar.gz) = 071635bf131483d4333f7fea0735b40a09e5de0fe12697d75fe7972b409722521c5de4ff1c781622c73d51e9be0db9495c9e5538aeb878f5f370d3d829494ce1
-Size (pylint-2.15.3.tar.gz) = 409452 bytes
+BLAKE2s (pylint-2.15.4.tar.gz) = 59c67759ff07c699bc9f1dcea2f062fc5151545d2f8c24295f85e7656618ad82
+SHA512 (pylint-2.15.4.tar.gz) = 3546ccdfeccdb339472be1eab2178cdfb6ede0b7a98bba959767efa516978a07ca1a5b1d9d0be30e647bbde29f3849dc0ba44f5a8dfd8aee13c4938ed3d8f68b
+Size (pylint-2.15.4.tar.gz) = 409786 bytes
Home |
Main Index |
Thread Index |
Old Index