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:           Wed Oct 12 07:45:17 UTC 2022

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 pkgsrc/devel/py-pylint/Makefile
cvs rdiff -u -r1.59 -r1.60 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.70 pkgsrc/devel/py-pylint/Makefile:1.71
--- pkgsrc/devel/py-pylint/Makefile:1.70        Mon Sep 26 17:50:09 2022
+++ pkgsrc/devel/py-pylint/Makefile     Wed Oct 12 07:45:16 2022
@@ -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/}

Index: pkgsrc/devel/py-pylint/distinfo
diff -u pkgsrc/devel/py-pylint/distinfo:1.59 pkgsrc/devel/py-pylint/distinfo:1.60
--- pkgsrc/devel/py-pylint/distinfo:1.59        Mon Sep 26 17:50:09 2022
+++ pkgsrc/devel/py-pylint/distinfo     Wed Oct 12 07:45:16 2022
@@ -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