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: Sat Oct 19 06:33:05 UTC 2019
Modified Files:
pkgsrc/devel/py-pylint: Makefile distinfo
Log Message:
py-pylint: updated to 2.4.3
What's New in Pylint 2.4.3?
* Fix an issue with ``unnecessary-comprehension`` in comprehensions with additional repacking of elements.
* ``import-outside-toplevel`` is emitted for ``ImportFrom`` nodes as well.
* Do not emit ``no-method-argument`` for functions using positional only args.
* ``consider-using-sys-exit`` is no longer emitted when `exit` is imported in the local scope.
* `invalid-overridden-method` takes `abc.abstractproperty` in account
* Fixed ``missing-yield-type-doc`` getting incorrectly raised when
a generator does not document a yield type but has a type annotation.
* ``typing.overload`` functions are exempted from ``too-many-function-args``
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/devel/py-pylint/Makefile
cvs rdiff -u -r1.25 -r1.26 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.36 pkgsrc/devel/py-pylint/Makefile:1.37
--- pkgsrc/devel/py-pylint/Makefile:1.36 Tue Oct 1 11:38:06 2019
+++ pkgsrc/devel/py-pylint/Makefile Sat Oct 19 06:33:05 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2019/10/01 11:38:06 adam Exp $
+# $NetBSD: Makefile,v 1.37 2019/10/19 06:33:05 adam Exp $
-DISTNAME= pylint-2.4.2
+DISTNAME= pylint-2.4.3
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.25 pkgsrc/devel/py-pylint/distinfo:1.26
--- pkgsrc/devel/py-pylint/distinfo:1.25 Tue Oct 1 11:38:06 2019
+++ pkgsrc/devel/py-pylint/distinfo Sat Oct 19 06:33:05 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.25 2019/10/01 11:38:06 adam Exp $
+$NetBSD: distinfo,v 1.26 2019/10/19 06:33:05 adam Exp $
-SHA1 (pylint-2.4.2.tar.gz) = 199aa35fad44af068fd45715f2a7d548060cc652
-RMD160 (pylint-2.4.2.tar.gz) = 4c4d05cd79f3c217241454e33d1983c0256cdc25
-SHA512 (pylint-2.4.2.tar.gz) = b048dbc13c4b7928631a3f6068f85c38296442f29934ccc4574c176e9956683ccd4ccd96d8c5931eb542aed4625c6867c973a4d77080957a1a77b92c059fbac1
-Size (pylint-2.4.2.tar.gz) = 644864 bytes
+SHA1 (pylint-2.4.3.tar.gz) = 37c4d66c5ac7b44840235e8c31f68be789e7e335
+RMD160 (pylint-2.4.3.tar.gz) = 0dfb3c52cb1bd5f699a12f64edfa1335c7779d96
+SHA512 (pylint-2.4.3.tar.gz) = b14399bcc1aa4fdc86cbfb4e453c9d507333a91f5f3405cd284391245eb2a783a16533c5aa75121f80f56f7fceda547ef42701f9084526081ee94e5eeea34774
+Size (pylint-2.4.3.tar.gz) = 645881 bytes
Home |
Main Index |
Thread Index |
Old Index