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.2.3
details: https://anonhg.NetBSD.org/pkgsrc/rev/416692421431
branches: trunk
changeset: 330619:416692421431
user: adam <adam%pkgsrc.org@localhost>
date: Mon Mar 04 18:47:56 2019 +0000
description:
py-astroid: updated to 2.2.3
What's New in astroid 2.2.3?
* Replace any with uninferable when returning values from numpy transform
Turns out that this was conflicting with the any builtin, while the original
intention was to return a value that cannot be inferred, until we have support
for types.
This should fix a couple of false positives on pylint's side where the return
value of numpy functions was considered to be itself a function.
diffstat:
devel/py-astroid/Makefile | 4 ++--
devel/py-astroid/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r f4e445e7faa3 -r 416692421431 devel/py-astroid/Makefile
--- a/devel/py-astroid/Makefile Mon Mar 04 18:42:08 2019 +0000
+++ b/devel/py-astroid/Makefile Mon Mar 04 18:47:56 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2019/03/02 14:10:14 adam Exp $
+# $NetBSD: Makefile,v 1.26 2019/03/04 18:47:56 adam Exp $
-DISTNAME= astroid-2.2.2
+DISTNAME= astroid-2.2.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/astroid/}
diff -r f4e445e7faa3 -r 416692421431 devel/py-astroid/distinfo
--- a/devel/py-astroid/distinfo Mon Mar 04 18:42:08 2019 +0000
+++ b/devel/py-astroid/distinfo Mon Mar 04 18:47:56 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2019/03/02 14:10:14 adam Exp $
+$NetBSD: distinfo,v 1.19 2019/03/04 18:47:56 adam Exp $
-SHA1 (astroid-2.2.2.tar.gz) = 7bc7d3fbbcf3ed93900ee918352c0a65427cb94f
-RMD160 (astroid-2.2.2.tar.gz) = 856cc9eb84b997546ec8a44426856477eba831b9
-SHA512 (astroid-2.2.2.tar.gz) = f0400de0abd41e6c42886394cb4be99983bd27f82b276cdcfd740162b1900fd6e3480ee2ed1074a98859e7b48c7786439c02c1dcca8ce9eca395585fad5a5976
-Size (astroid-2.2.2.tar.gz) = 280715 bytes
+SHA1 (astroid-2.2.3.tar.gz) = e9f8de9947fcd52f794df767b9fc3f962c96f5d8
+RMD160 (astroid-2.2.3.tar.gz) = f2c0b6bec675210dd5c0bcb713a21d527e2b69df
+SHA512 (astroid-2.2.3.tar.gz) = 5c67c4aa2932986a925715d070a28519d98000ec9cf04f42bd054cc68d66ecfcfbf5b6c1582e48076719ef025050f998a1ef709e90d916aba6b10b701d8dee64
+Size (astroid-2.2.3.tar.gz) = 281317 bytes
Home |
Main Index |
Thread Index |
Old Index