Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-astroid py-astroid: updated to 2.4.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/91dc9c19961d
branches:  trunk
changeset: 433910:91dc9c19961d
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jun 08 16:08:01 2020 +0000

description:
py-astroid: updated to 2.4.2

What's New in astroid 2.4.2?
* `FunctionDef.is_generator` properly handles `yield` nodes in `While` tests
* Properly construct the arguments of infered property descriptors

diffstat:

 devel/py-astroid/Makefile |   4 ++--
 devel/py-astroid/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 32c239342ca7 -r 91dc9c19961d devel/py-astroid/Makefile
--- a/devel/py-astroid/Makefile Mon Jun 08 15:55:24 2020 +0000
+++ b/devel/py-astroid/Makefile Mon Jun 08 16:08:01 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2020/05/05 18:18:55 adam Exp $
+# $NetBSD: Makefile,v 1.36 2020/06/08 16:08:01 adam Exp $
 
-DISTNAME=      astroid-2.4.1
+DISTNAME=      astroid-2.4.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/astroid/}
diff -r 32c239342ca7 -r 91dc9c19961d devel/py-astroid/distinfo
--- a/devel/py-astroid/distinfo Mon Jun 08 15:55:24 2020 +0000
+++ b/devel/py-astroid/distinfo Mon Jun 08 16:08:01 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.27 2020/05/05 18:18:55 adam Exp $
+$NetBSD: distinfo,v 1.28 2020/06/08 16:08:01 adam Exp $
 
-SHA1 (astroid-2.4.1.tar.gz) = 9e3d8cf8ed0635f706aa19175c25ecd2f5ca5af0
-RMD160 (astroid-2.4.1.tar.gz) = 205defcbfb3458568344f7b62a445ab0b5040559
-SHA512 (astroid-2.4.1.tar.gz) = 10723236306c8a181d536acc047a18436851c7c8b9c532303f39ca1eae9ca9eba3e3e0c135aea7596642528d39e0115b38ad705bef9140cd0f5fa8b170569738
-Size (astroid-2.4.1.tar.gz) = 310789 bytes
+SHA1 (astroid-2.4.2.tar.gz) = 488a4ff893effa9fa8e72a38b968895a31c6b46d
+RMD160 (astroid-2.4.2.tar.gz) = 0ea44ae5243e5e8abad79672d53b71c1521613f7
+SHA512 (astroid-2.4.2.tar.gz) = f5d759c07a13e06d3d071faacff2dc775924566aaef8bdb6e526c4ebf723b6b561f5824b711b33e33a2a69df0a2ff4cbf0f4302c9a0d55610e031e81c4a4be91
+Size (astroid-2.4.2.tar.gz) = 310972 bytes



Home | Main Index | Thread Index | Old Index