Thu Feb 2 08:26:16 2023 UTC ()
py-astroid: updated to 2.14.1

What's New in astroid 2.14.1?
=============================
* Revert ``CallContext`` change as it caused a ``RecursionError`` regression.

What's New in astroid 2.14.0?
=============================
* Add support for inferring binary union types added in Python 3.10.
* Capture and log messages emitted when inspecting a module for astroid.


(adam)
diff -r1.70 -r1.71 pkgsrc/devel/py-astroid/Makefile
diff -r1.62 -r1.63 pkgsrc/devel/py-astroid/distinfo

cvs diff -r1.70 -r1.71 pkgsrc/devel/py-astroid/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-astroid/Makefile 2023/01/24 10:07:28 1.70
+++ pkgsrc/devel/py-astroid/Makefile 2023/02/02 08:26:16 1.71
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.70 2023/01/24 10:07:28 adam Exp $ 1# $NetBSD: Makefile,v 1.71 2023/02/02 08:26:16 adam Exp $
2 2
3DISTNAME= astroid-2.13.3 3DISTNAME= astroid-2.14.1
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=a/astroid/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=a/astroid/}
7 7
8MAINTAINER= kamel.derouiche@gmail.com 8MAINTAINER= kamel.derouiche@gmail.com
9HOMEPAGE= https://github.com/pycqa/astroid 9HOMEPAGE= https://github.com/pycqa/astroid
10COMMENT= Rebuild a new abstract syntax tree from Python's ast 10COMMENT= Rebuild a new abstract syntax tree from Python's ast
11LICENSE= gnu-lgpl-v2.1 11LICENSE= gnu-lgpl-v2.1
12 12
13TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0.37.1:../../devel/py-wheel 13TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0.37.1:../../devel/py-wheel
14DEPENDS+= ${PYPKGPREFIX}-lazy-object-proxy>=1.4.0:../../devel/py-lazy-object-proxy 14DEPENDS+= ${PYPKGPREFIX}-lazy-object-proxy>=1.4.0:../../devel/py-lazy-object-proxy
15DEPENDS+= ${PYPKGPREFIX}-wrapt>=1.14:../../devel/py-wrapt 15DEPENDS+= ${PYPKGPREFIX}-wrapt>=1.14:../../devel/py-wrapt
16 16

cvs diff -r1.62 -r1.63 pkgsrc/devel/py-astroid/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-astroid/distinfo 2023/01/24 10:07:28 1.62
+++ pkgsrc/devel/py-astroid/distinfo 2023/02/02 08:26:16 1.63
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.62 2023/01/24 10:07:28 adam Exp $ 1$NetBSD: distinfo,v 1.63 2023/02/02 08:26:16 adam Exp $
2 2
3BLAKE2s (astroid-2.13.3.tar.gz) = 09a9e08675917ebe444a3458a360ffbe806e7f3c4d5c4d5b227ec4ad7ee14786 3BLAKE2s (astroid-2.14.1.tar.gz) = 6c67656f65fac68bbce7dfd89a802a0766c26842dd0afd9d5e2ce3556f31deb7
4SHA512 (astroid-2.13.3.tar.gz) = 154fe9e6e43418ed41eeafdd426d272af2f2cd339b6386563c099ae4167a9350173e8502893e43383463267f7288c38bed5b3d080bef7d5cf95bfa4a7b8adb97 4SHA512 (astroid-2.14.1.tar.gz) = 68ce8c5c4f11bc09f9f568b7fdd2413fd0edf69e3d45824a74bc21c5bdd2f32e97728c96579add9d0ee7716a23377268525ebf7f904340465548414003d112cd
5Size (astroid-2.13.3.tar.gz) = 223593 bytes 5Size (astroid-2.14.1.tar.gz) = 224322 bytes