pkgsrc-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.0.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce4444693af3
branches:  trunk
changeset: 383518:ce4444693af3
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Aug 02 15:13:34 2018 +0000

description:
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:

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

diffs (27 lines):

diff -r 8068ab2e37e5 -r ce4444693af3 devel/py-astroid/Makefile
--- a/devel/py-astroid/Makefile Thu Aug 02 15:03:03 2018 +0000
+++ b/devel/py-astroid/Makefile Thu Aug 02 15:13:34 2018 +0000
@@ -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 -r 8068ab2e37e5 -r ce4444693af3 devel/py-astroid/distinfo
--- a/devel/py-astroid/distinfo Thu Aug 02 15:03:03 2018 +0000
+++ b/devel/py-astroid/distinfo Thu Aug 02 15:13:34 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index