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 1.8.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c2b167f384ba
branches:  trunk
changeset: 374487:c2b167f384ba
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jan 24 08:37:46 2018 +0000

description:
py-pylint: updated to 1.8.2

What's New in Pylint 1.8.2?
* Fixed a crash which occurred when Uninferable wasn't properly handled in stop-iteration-return
* Use the proper node to get the name for redefined functions
* Don't crash when encountering bare raises while checking inconsistent returns
* Fix a false positive inconsistent-return-statements message when if
  statement is inside try/except.
* Fix a false positive inconsistent-return-statements message when
  while loop are used.
* Fix unused-argument false positives with overshadowed variable in
  dictionary comprehension.
* Fix false positive inconsistent-return-statements message when never
  returning functions are used (i.e sys.exit for example).
* Fix error when checking if function is exception, as in bad-exception-context.

diffstat:

 devel/py-pylint/Makefile |   4 ++--
 devel/py-pylint/PLIST    |   3 ++-
 devel/py-pylint/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (44 lines):

diff -r da00a26fb324 -r c2b167f384ba devel/py-pylint/Makefile
--- a/devel/py-pylint/Makefile  Wed Jan 24 07:57:28 2018 +0000
+++ b/devel/py-pylint/Makefile  Wed Jan 24 08:37:46 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2017/12/17 16:32:57 adam Exp $
+# $NetBSD: Makefile,v 1.20 2018/01/24 08:37:46 adam Exp $
 
-DISTNAME=      pylint-1.8.1
+DISTNAME=      pylint-1.8.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pylint/}
diff -r da00a26fb324 -r c2b167f384ba devel/py-pylint/PLIST
--- a/devel/py-pylint/PLIST     Wed Jan 24 07:57:28 2018 +0000
+++ b/devel/py-pylint/PLIST     Wed Jan 24 08:37:46 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2017/12/17 16:32:57 adam Exp $
+@comment $NetBSD: PLIST,v 1.10 2018/01/24 08:37:46 adam Exp $
 bin/epylint${PYVERSSUFFIX}
 bin/pylint${PYVERSSUFFIX}
 bin/pyreverse${PYVERSSUFFIX}
@@ -421,6 +421,7 @@
 ${PYSITELIB}/pylint/test/functional/inconsistent_mro.py
 ${PYSITELIB}/pylint/test/functional/inconsistent_mro.txt
 ${PYSITELIB}/pylint/test/functional/inconsistent_returns.py
+${PYSITELIB}/pylint/test/functional/inconsistent_returns.rc
 ${PYSITELIB}/pylint/test/functional/inconsistent_returns.txt
 ${PYSITELIB}/pylint/test/functional/indexing_exception.py
 ${PYSITELIB}/pylint/test/functional/indexing_exception.rc
diff -r da00a26fb324 -r c2b167f384ba devel/py-pylint/distinfo
--- a/devel/py-pylint/distinfo  Wed Jan 24 07:57:28 2018 +0000
+++ b/devel/py-pylint/distinfo  Wed Jan 24 08:37:46 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2017/12/17 16:32:57 adam Exp $
+$NetBSD: distinfo,v 1.10 2018/01/24 08:37:46 adam Exp $
 
-SHA1 (pylint-1.8.1.tar.gz) = 3ae272e5e78041a65cbc8cd812334887cc622f95
-RMD160 (pylint-1.8.1.tar.gz) = b54be8a8027a536a298ed1956803e84a5b8d9e3a
-SHA512 (pylint-1.8.1.tar.gz) = 54d5480373254329ff7304a9ea7168f6e16734b12b3d5a4f94b76c5e6a05c2a63606ad28488ce628474da98588397fa3d48e5aa79f22115a1e75f5a71a4755de
-Size (pylint-1.8.1.tar.gz) = 528240 bytes
+SHA1 (pylint-1.8.2.tar.gz) = be78633a3de6fd85c4a5bfa8ae321899966035a7
+RMD160 (pylint-1.8.2.tar.gz) = 51cc493709b1181b9c09d98132f973f3ed67b956
+SHA512 (pylint-1.8.2.tar.gz) = 3cec971314bcc9ad7aa32d6641797adb0adc440414cfe982a10777ffeecfc64588f9c1d8c6d8074131b1389fe5ecb2e6aea5c24ba3047f917a60d12808b52d8c
+Size (pylint-1.8.2.tar.gz) = 510319 bytes



Home | Main Index | Thread Index | Old Index