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.14.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d0ce92c43bce
branches:  trunk
changeset: 381217:d0ce92c43bce
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Jul 02 09:39:32 2022 +0000

description:
py-pylint: updated to 2.14.4

v2.14.4

The differing-param-doc check was triggered by positional only arguments.

Fixed an issue where scanning . directory recursively with --ignore-path=^path/to/dir is not
ignoring the path/to/dir directory.

Fixed regression that didn't allow quoted init-hooks in option files.

Fixed a false positive for modified-iterating-dict when updating an existing key.

Fixed an issue where many-core Windows machines (>~60 logical processors) would hang when
using the default jobs count.

Fixed an issue with the recognition of setup.cfg files.
Only .cfg files that are exactly named setup.cfg require section names that
start with pylint..

Don't report import-private-name for relative imports.

diffstat:

 devel/py-pylint/Makefile |  4 ++--
 devel/py-pylint/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r aeda8e85b2c1 -r d0ce92c43bce devel/py-pylint/Makefile
--- a/devel/py-pylint/Makefile  Sat Jul 02 09:35:57 2022 +0000
+++ b/devel/py-pylint/Makefile  Sat Jul 02 09:39:32 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.64 2022/06/15 11:43:05 adam Exp $
+# $NetBSD: Makefile,v 1.65 2022/07/02 09:39:32 adam Exp $
 
-DISTNAME=      pylint-2.14.2
+DISTNAME=      pylint-2.14.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pylint/}
diff -r aeda8e85b2c1 -r d0ce92c43bce devel/py-pylint/distinfo
--- a/devel/py-pylint/distinfo  Sat Jul 02 09:35:57 2022 +0000
+++ b/devel/py-pylint/distinfo  Sat Jul 02 09:39:32 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.54 2022/06/15 11:43:05 adam Exp $
+$NetBSD: distinfo,v 1.55 2022/07/02 09:39:32 adam Exp $
 
-BLAKE2s (pylint-2.14.2.tar.gz) = 0c6a913119fa4dd11fa334655288df77d36cb38ec86c22fd7056378404a17861
-SHA512 (pylint-2.14.2.tar.gz) = 6387a2f15126486632fa87823a336f90834fc79369f67099ee25f3240b243d03e31b9c3b0edc7743f13e244cb8712335e831b24abd9ca41f6de971c3d871e1fb
-Size (pylint-2.14.2.tar.gz) = 393651 bytes
+BLAKE2s (pylint-2.14.4.tar.gz) = b266c21c6a682d425cf64de27213ba761c50d0ee202e75fdc68c5086da1a5c67
+SHA512 (pylint-2.14.4.tar.gz) = 44d1c76571a8ed7716a7737908df1642d939716f5a8cf321e3b329880487352f8a874d71ebb87a7406c10f328c9fda00c4b417740e3b6ca93bff161b59e1f6d0
+Size (pylint-2.14.4.tar.gz) = 394082 bytes



Home | Main Index | Thread Index | Old Index