Tue May 10 05:31:58 2022 UTC ()
py-astroid: updated to 2.11.5

v2.11.5

Fix crash while obtaining object_type() of an Unknown node.

Fix a bug where in attempting to handle the patching of distutils by virtualenv,
library submodules called distutils (e.g. numpy.distutils) were included also.


(adam)
diff -r1.56 -r1.57 pkgsrc/devel/py-astroid/Makefile
diff -r1.49 -r1.50 pkgsrc/devel/py-astroid/distinfo

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

--- pkgsrc/devel/py-astroid/Makefile 2022/05/03 17:50:49 1.56
+++ pkgsrc/devel/py-astroid/Makefile 2022/05/10 05:31:58 1.57
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.56 2022/05/03 17:50:49 adam Exp $ 1# $NetBSD: Makefile,v 1.57 2022/05/10 05:31:58 adam Exp $
2 2
3DISTNAME= astroid-2.11.4 3DISTNAME= astroid-2.11.5
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
13DEPENDS+= ${PYPKGPREFIX}-lazy-object-proxy>=1.4.0:../../devel/py-lazy-object-proxy 13DEPENDS+= ${PYPKGPREFIX}-lazy-object-proxy>=1.4.0:../../devel/py-lazy-object-proxy
14DEPENDS+= ${PYPKGPREFIX}-wrapt>=1.11:../../devel/py-wrapt 14DEPENDS+= ${PYPKGPREFIX}-wrapt>=1.11:../../devel/py-wrapt
15 15
16PYTHON_VERSIONS_INCOMPATIBLE= 27 16PYTHON_VERSIONS_INCOMPATIBLE= 27

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

--- pkgsrc/devel/py-astroid/distinfo 2022/05/03 17:50:49 1.49
+++ pkgsrc/devel/py-astroid/distinfo 2022/05/10 05:31:58 1.50
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.49 2022/05/03 17:50:49 adam Exp $ 1$NetBSD: distinfo,v 1.50 2022/05/10 05:31:58 adam Exp $
2 2
3BLAKE2s (astroid-2.11.4.tar.gz) = 6725823f81672a4a8ec968bae0fbb06d4de877da6481f51de496afbfc2b6930e 3BLAKE2s (astroid-2.11.5.tar.gz) = f64260020381490286ee8ad413ea0e3f168ed4c0b618986bb43e1e89213e82af
4SHA512 (astroid-2.11.4.tar.gz) = 488540bed10603e6365a900336b532d5e9ca4f10ec3b1809e9e9a2df64cffae6781b7e715e403530e92ddfea92b1cd71aa7b6483261d88296107766705d7d594 4SHA512 (astroid-2.11.5.tar.gz) = b6e9c6d8af9421300c6bbb8c5f06af8d0cce4c63d0c7f999aceb4cdd8d7f1ea5a4f74c20834fe6a1717622d7c164df1085b88342ebfc33f5ea2b1f9daf668334
5Size (astroid-2.11.4.tar.gz) = 205835 bytes 5Size (astroid-2.11.5.tar.gz) = 205908 bytes