pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-astroid



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jul 14 05:20:35 UTC 2025

Modified Files:
        pkgsrc/devel/py-astroid: Makefile distinfo

Log Message:
py-astroid: updated to 3.3.11

3.3.11

Fix a crash when parsing an empty arbitrary expression with extract_node (extract_node("__()")).

Fix a crash when parsing a slice called in a decorator on a function that is also decorated with
a known six decorator.


To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 pkgsrc/devel/py-astroid/Makefile
cvs rdiff -u -r1.90 -r1.91 pkgsrc/devel/py-astroid/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-astroid/Makefile
diff -u pkgsrc/devel/py-astroid/Makefile:1.102 pkgsrc/devel/py-astroid/Makefile:1.103
--- pkgsrc/devel/py-astroid/Makefile:1.102      Sat May 10 18:16:04 2025
+++ pkgsrc/devel/py-astroid/Makefile    Mon Jul 14 05:20:34 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.102 2025/05/10 18:16:04 adam Exp $
+# $NetBSD: Makefile,v 1.103 2025/07/14 05:20:34 adam Exp $
 
-DISTNAME=      astroid-3.3.10
+DISTNAME=      astroid-3.3.11
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/astroid/}

Index: pkgsrc/devel/py-astroid/distinfo
diff -u pkgsrc/devel/py-astroid/distinfo:1.90 pkgsrc/devel/py-astroid/distinfo:1.91
--- pkgsrc/devel/py-astroid/distinfo:1.90       Sat May 10 18:16:04 2025
+++ pkgsrc/devel/py-astroid/distinfo    Mon Jul 14 05:20:34 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.90 2025/05/10 18:16:04 adam Exp $
+$NetBSD: distinfo,v 1.91 2025/07/14 05:20:34 adam Exp $
 
-BLAKE2s (astroid-3.3.10.tar.gz) = 77464969b5ae007a3e5c34e03b74be7e8a42718382f7b4ca14cb61c1ad37f0bd
-SHA512 (astroid-3.3.10.tar.gz) = f1fdca8fce8df2f3f0db252ff6f9c919bdddd8ba5c8170fab3fa8c7d3de5297044a43ab048d439c8303142eb557e4a2e34e43b0c55db181bdae5dc4b289a80a8
-Size (astroid-3.3.10.tar.gz) = 398941 bytes
+BLAKE2s (astroid-3.3.11.tar.gz) = e9cddfd2d7c9a2b7ed3ce0c94a1c7097d62f7ad918237fff2a817ad2ea78ce19
+SHA512 (astroid-3.3.11.tar.gz) = 2e7b2c5a2c5388c1e3611c933eaa6bec6e35d37d35939a727974a0c9d196095727dc5e95ec7d3dbf08caddc06c436679ee63ce8e91f9e680ea6c0a5a89b2210e
+Size (astroid-3.3.11.tar.gz) = 400439 bytes



Home | Main Index | Thread Index | Old Index