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 Jan 24 08:37:46 UTC 2018

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/py-pylint/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-pylint/PLIST \
    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.19 pkgsrc/devel/py-pylint/Makefile:1.20
--- pkgsrc/devel/py-pylint/Makefile:1.19        Sun Dec 17 16:32:57 2017
+++ pkgsrc/devel/py-pylint/Makefile     Wed Jan 24 08:37:46 2018
@@ -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/}

Index: pkgsrc/devel/py-pylint/PLIST
diff -u pkgsrc/devel/py-pylint/PLIST:1.9 pkgsrc/devel/py-pylint/PLIST:1.10
--- pkgsrc/devel/py-pylint/PLIST:1.9    Sun Dec 17 16:32:57 2017
+++ pkgsrc/devel/py-pylint/PLIST        Wed Jan 24 08:37:46 2018
@@ -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/impo
 ${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
Index: pkgsrc/devel/py-pylint/distinfo
diff -u pkgsrc/devel/py-pylint/distinfo:1.9 pkgsrc/devel/py-pylint/distinfo:1.10
--- pkgsrc/devel/py-pylint/distinfo:1.9 Sun Dec 17 16:32:57 2017
+++ pkgsrc/devel/py-pylint/distinfo     Wed Jan 24 08:37:46 2018
@@ -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