Mon Oct 16 08:55:40 2023 UTC ()
py-astroid: updated to 3.0.1

v3.0.1

Fix crashes linting code using PEP 695 (Python 3.12) generic type syntax.


(adam)
diff -r1.81 -r1.82 pkgsrc/devel/py-astroid/Makefile
diff -r1.72 -r1.73 pkgsrc/devel/py-astroid/distinfo

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

--- pkgsrc/devel/py-astroid/Makefile 2023/10/09 17:38:30 1.81
+++ pkgsrc/devel/py-astroid/Makefile 2023/10/16 08:55:39 1.82
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.81 2023/10/09 17:38:30 adam Exp $ 1# $NetBSD: Makefile,v 1.82 2023/10/16 08:55:39 adam Exp $
2 2
3DISTNAME= astroid-3.0.0 3DISTNAME= astroid-3.0.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.72 -r1.73 pkgsrc/devel/py-astroid/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-astroid/distinfo 2023/10/09 17:38:30 1.72
+++ pkgsrc/devel/py-astroid/distinfo 2023/10/16 08:55:39 1.73
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.72 2023/10/09 17:38:30 adam Exp $ 1$NetBSD: distinfo,v 1.73 2023/10/16 08:55:39 adam Exp $
2 2
3BLAKE2s (astroid-3.0.0.tar.gz) = a1ede1fb9363d5f4ac70e9638734ac9a31a38fb2941a4a4d7b072faebdfd1933 3BLAKE2s (astroid-3.0.1.tar.gz) = 3c21cefaeecf6cb0d00206364eeae91a7ab94018d2f59e6fc71a092e1862ffe0
4SHA512 (astroid-3.0.0.tar.gz) = 5f49d0d2aebcfce94eef1c54e021deb9f5dc7fd07c713aedf0836d82d9564a7dd59cd75e743fc2ba2f4ee8da3499f0ab55d456565eea2599af3eab11493141a5 4SHA512 (astroid-3.0.1.tar.gz) = 6aef38bf0605eeadc84783168e6f60fb7a0251a89b5ac6a3d890566a52a0c59caf3023d51085ba598c98e3a1ca8ddddef07bd22b5427a2878dadc4b5576c2d8d
5Size (astroid-3.0.0.tar.gz) = 394715 bytes 5Size (astroid-3.0.1.tar.gz) = 394948 bytes