diff options
author | adam <adam@pkgsrc.org> | 2021-03-01 08:49:11 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-03-01 08:49:11 +0000 |
commit | ba316f11ef8afe76eb4e98697aa40ebdac2e555e (patch) | |
tree | b4cb43d85537a69447600bc602d7c2a20171f8ab /devel | |
parent | f7c74515cfa55673d5fea55f841de8537e88201e (diff) | |
download | pkgsrc-ba316f11ef8afe76eb4e98697aa40ebdac2e555e.tar.gz |
py-astroid: updated to 2.5.1
What's New in astroid 2.5.1?
* The ``context.path`` is reverted to a set because otherwise it leads to false positives
for non `numpy` functions.
* Don't transform dataclass ClassVars
* Improve typing.TypedDict inference
* Fix the `Duplicates found in MROs` false positive.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-astroid/Makefile | 4 | ||||
-rw-r--r-- | devel/py-astroid/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/py-astroid/Makefile b/devel/py-astroid/Makefile index 1d5f05743f7..27d8148c87b 100644 --- a/devel/py-astroid/Makefile +++ b/devel/py-astroid/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.37 2021/02/22 09:22:05 adam Exp $ +# $NetBSD: Makefile,v 1.38 2021/03/01 08:49:11 adam Exp $ -DISTNAME= astroid-2.5 +DISTNAME= astroid-2.5.1 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 ab8ead5c35b..6344b5288d4 100644 --- a/devel/py-astroid/distinfo +++ b/devel/py-astroid/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.30 2021/02/22 09:22:05 adam Exp $ +$NetBSD: distinfo,v 1.31 2021/03/01 08:49:11 adam Exp $ -SHA1 (astroid-2.5.tar.gz) = b8a5adbcda56ede1d1827fb5b4e7c9e475efbaaf -RMD160 (astroid-2.5.tar.gz) = 65094b603f4a92a2154b443a1d4fa9a7b26a2189 -SHA512 (astroid-2.5.tar.gz) = eba7e757a12f89a74bff579731a157fda3c8d8dd1b5a4369791d47f7f6e321b23e167260d0988d389428222c8c98929e66ad26f379ff937e274dcd1abdb3b3d2 -Size (astroid-2.5.tar.gz) = 304788 bytes +SHA1 (astroid-2.5.1.tar.gz) = 63f873188f4f40923edc258ad72d6b2987a7e11d +RMD160 (astroid-2.5.1.tar.gz) = dc50748c8a9d023c287842f30fbf5927f3fbb29f +SHA512 (astroid-2.5.1.tar.gz) = a0aaa95257961235abbbbc021cdb48da760f8b1856bbc0a7a8b98c53c69045cee4bfe575182a631f994765819e373b33b3a6eca052573128e8b36f2c23c250de +Size (astroid-2.5.1.tar.gz) = 312511 bytes |