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:           Thu Mar  9 09:50:20 UTC 2023

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

Log Message:
py-pylint: updadted to 2.17.0

2.17.0

2.17 is a small release that is the first to support python 3.11 officially
with the addition of TryStar nodes.

There's still two new default checks: bad-chained-comparison and
implicit-flag-alias, one of them already fixed a previously undetected
bug in sentry.

Thanks to the community effort our documentation is almost complete,
and almost all messages should have a proper documentation now.
A big thank you to everyone who participated !

The next release is going to be 3.0.0, bring breaking changes and
enact long announced deprecations. There's going to be frequent beta
releases, before the official releases, everyone is welcome to try the betas
so we find problems before the actual release.


To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 pkgsrc/devel/py-pylint/Makefile
cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/py-pylint/PLIST
cvs rdiff -u -r1.69 -r1.70 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.80 pkgsrc/devel/py-pylint/Makefile:1.81
--- pkgsrc/devel/py-pylint/Makefile:1.80        Tue Feb 14 08:52:35 2023
+++ pkgsrc/devel/py-pylint/Makefile     Thu Mar  9 09:50:19 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.80 2023/02/14 08:52:35 adam Exp $
+# $NetBSD: Makefile,v 1.81 2023/03/09 09:50:19 adam Exp $
 
-DISTNAME=      pylint-2.16.2
+DISTNAME=      pylint-2.17.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pylint/}
@@ -11,7 +11,7 @@ COMMENT=      Python source code analyzer
 LICENSE=       gnu-gpl-v2
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0.37.1:../../devel/py-wheel
-DEPENDS+=      ${PYPKGPREFIX}-astroid>=2.14.2:../../devel/py-astroid
+DEPENDS+=      ${PYPKGPREFIX}-astroid>=2.15.0:../../devel/py-astroid
 DEPENDS+=      ${PYPKGPREFIX}-dill>=0.3.6:../../textproc/py-dill
 DEPENDS+=      ${PYPKGPREFIX}-isort>=4.2.5:../../devel/py-isort
 DEPENDS+=      ${PYPKGPREFIX}-mccabe>=0.6:../../devel/py-mccabe

Index: pkgsrc/devel/py-pylint/PLIST
diff -u pkgsrc/devel/py-pylint/PLIST:1.29 pkgsrc/devel/py-pylint/PLIST:1.30
--- pkgsrc/devel/py-pylint/PLIST:1.29   Thu Feb  2 08:32:04 2023
+++ pkgsrc/devel/py-pylint/PLIST        Thu Mar  9 09:50:19 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.29 2023/02/02 08:32:04 adam Exp $
+@comment $NetBSD: PLIST,v 1.30 2023/03/09 09:50:19 adam Exp $
 bin/epylint-${PYVERSSUFFIX}
 bin/pylint-${PYVERSSUFFIX}
 bin/pylint-config-${PYVERSSUFFIX}
@@ -24,6 +24,8 @@ ${PYSITELIB}/pylint/checkers/__init__.py
 ${PYSITELIB}/pylint/checkers/__init__.pyc
 ${PYSITELIB}/pylint/checkers/async.py
 ${PYSITELIB}/pylint/checkers/async.pyc
+${PYSITELIB}/pylint/checkers/bad_chained_comparison.py
+${PYSITELIB}/pylint/checkers/bad_chained_comparison.pyc
 ${PYSITELIB}/pylint/checkers/base/__init__.py
 ${PYSITELIB}/pylint/checkers/base/__init__.pyc
 ${PYSITELIB}/pylint/checkers/base/basic_checker.py

Index: pkgsrc/devel/py-pylint/distinfo
diff -u pkgsrc/devel/py-pylint/distinfo:1.69 pkgsrc/devel/py-pylint/distinfo:1.70
--- pkgsrc/devel/py-pylint/distinfo:1.69        Tue Feb 14 08:52:35 2023
+++ pkgsrc/devel/py-pylint/distinfo     Thu Mar  9 09:50:19 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.69 2023/02/14 08:52:35 adam Exp $
+$NetBSD: distinfo,v 1.70 2023/03/09 09:50:19 adam Exp $
 
-BLAKE2s (pylint-2.16.2.tar.gz) = bd4fb0fbe4f877120d225346ba3429e2713a0c14cd0ba3e06021fcf7f1287f97
-SHA512 (pylint-2.16.2.tar.gz) = 6cd2238b02b39c64a0b5270367c6ac1aa1dcb28282fddb7d9e1972635add2b74464e701f585b2cfbe8ae8f2cff0ccc7008bbd11e6f8a1b4414ebf74261efc817
-Size (pylint-2.16.2.tar.gz) = 428336 bytes
+BLAKE2s (pylint-2.17.0.tar.gz) = cb03365bf5b46a42d50ee1768a47388526588bd761520e33ad50cd2b2672efb2
+SHA512 (pylint-2.17.0.tar.gz) = b23e0a7a3e9590f5e3b28268e5cc4b7aab74a47f4a7c927704663fc9d8bbdebe2c6e8be879c3429f4489aaa606ed1f4b6d9cac4a9ce204c07eb25a0eab90d280
+Size (pylint-2.17.0.tar.gz) = 433035 bytes



Home | Main Index | Thread Index | Old Index