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:           Sat May 10 18:16:04 UTC 2025

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

Log Message:
py-astroid: updated to 3.3.10

3.3.10

Avoid importing submodules sharing names with standard library modules.
Fix bug where pylint code.custom_extension would analyze code.py or code.pyi instead if they existed.


To generate a diff of this commit:
cvs rdiff -u -r1.101 -r1.102 pkgsrc/devel/py-astroid/Makefile
cvs rdiff -u -r1.89 -r1.90 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.101 pkgsrc/devel/py-astroid/Makefile:1.102
--- pkgsrc/devel/py-astroid/Makefile:1.101      Sat Apr 12 08:22:27 2025
+++ pkgsrc/devel/py-astroid/Makefile    Sat May 10 18:16:04 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.101 2025/04/12 08:22:27 adam Exp $
+# $NetBSD: Makefile,v 1.102 2025/05/10 18:16:04 adam Exp $
 
-DISTNAME=      astroid-3.3.9
+DISTNAME=      astroid-3.3.10
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/astroid/}
 

Index: pkgsrc/devel/py-astroid/distinfo
diff -u pkgsrc/devel/py-astroid/distinfo:1.89 pkgsrc/devel/py-astroid/distinfo:1.90
--- pkgsrc/devel/py-astroid/distinfo:1.89       Wed Mar 12 06:06:40 2025
+++ pkgsrc/devel/py-astroid/distinfo    Sat May 10 18:16:04 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.89 2025/03/12 06:06:40 adam Exp $
+$NetBSD: distinfo,v 1.90 2025/05/10 18:16:04 adam Exp $
 
-BLAKE2s (astroid-3.3.9.tar.gz) = bba39f0d792fbade07c8d40bd84bc2be744e5e0f04c33e33c213fe05fd8b3e86
-SHA512 (astroid-3.3.9.tar.gz) = 9fcae1bda9663227e63164ced15c4b20b595fa07889e409f22818b12653463f3dced220284e331299a446a01c2096105bdb87480b43f1503ba829e4f68c56c43
-Size (astroid-3.3.9.tar.gz) = 398731 bytes
+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



Home | Main Index | Thread Index | Old Index