summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-08-02 15:13:34 +0000
committeradam <adam@pkgsrc.org>2018-08-02 15:13:34 +0000
commitb4d29b1e33153410e0920b7b78fc3f5f7596b959 (patch)
treee0d60854b14f81538df5e65a354eddcbc4b8d145 /devel
parent66fa5ae381f54f4d1a5ad4c8406eba1988e86037 (diff)
downloadpkgsrc-b4d29b1e33153410e0920b7b78fc3f5f7596b959.tar.gz
py-astroid: updated to 2.0.2
What's New in astroid 2.0.2? * Stop repeat inference attempt causing a RuntimeError in Python3.7 * infer_call_result can raise InferenceError so make sure to handle that for the call sites where it is used infer_call_result started recently to raise InferenceError for objects for which it could not find any returns. Previously it was silently raising a StopIteration, which was especially leaking when calling builtin methods. Since it is after all an inference method, it is expected that it could raise an InferenceError rather than returning nothing.
Diffstat (limited to 'devel')
-rw-r--r--devel/py-astroid/Makefile4
-rw-r--r--devel/py-astroid/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/py-astroid/Makefile b/devel/py-astroid/Makefile
index f968688de39..a1a48496b45 100644
--- a/devel/py-astroid/Makefile
+++ b/devel/py-astroid/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2018/07/24 06:13:53 adam Exp $
+# $NetBSD: Makefile,v 1.20 2018/08/02 15:13:34 adam Exp $
-DISTNAME= astroid-2.0.1
+DISTNAME= astroid-2.0.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/astroid/}
diff --git a/devel/py-astroid/distinfo b/devel/py-astroid/distinfo
index 7ce17d87ce0..882f11ce6ee 100644
--- a/devel/py-astroid/distinfo
+++ b/devel/py-astroid/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2018/07/24 06:13:53 adam Exp $
+$NetBSD: distinfo,v 1.14 2018/08/02 15:13:34 adam Exp $
-SHA1 (astroid-2.0.1.tar.gz) = 42bcbc856140777971ed2151daffa0319c39c33e
-RMD160 (astroid-2.0.1.tar.gz) = 4e42718e892f54338960d07726c2b027e2210663
-SHA512 (astroid-2.0.1.tar.gz) = a5d5d3168007de71d7ef715b632ab674d574b92bf71b7c272dffc01001fd37d13d959e27059ed59af430a0a222494b22ec04d386643a347ee337c312f5ef3672
-Size (astroid-2.0.1.tar.gz) = 273383 bytes
+SHA1 (astroid-2.0.2.tar.gz) = 3e9052b54beda04862f6bf2a367f2297fa57e6e2
+RMD160 (astroid-2.0.2.tar.gz) = 1d925c00b5f3e49b42c06c1a77eacdd90fe2b640
+SHA512 (astroid-2.0.2.tar.gz) = 428330eb8e5d215424784b3bc5239b0539fb331eead6ec44f67c70fa3c556e87ad87317a625581e058c41d953b7e1eed1461e76866e9f464e725c9a7057f94c1
+Size (astroid-2.0.2.tar.gz) = 273737 bytes