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:           Wed May  8 12:01:49 UTC 2024

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

Log Message:
py-astroid: updated to 3.2.0

v3.2.0

.pyi stub files are now preferred over .py files when resolving imports, (except for numpy).

igetattr() returns the last same-named function in a class (instead of
the first). This avoids false positives in pylint with @overload.

Adds module_denylist to AstroidManager for modules to be skipped during AST
generation. Modules in this list will cause an AstroidImportError to be raised
when an AST for them is requested.

Make astroid.interpreter._import.util.is_namespace only consider modules
using a loader set to NamespaceLoader or None as namespaces.
This fixes a problem that six.moves brain was not effective if six.moves
was already imported.


To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 pkgsrc/devel/py-astroid/Makefile
cvs rdiff -u -r1.76 -r1.77 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.86 pkgsrc/devel/py-astroid/Makefile:1.87
--- pkgsrc/devel/py-astroid/Makefile:1.86       Sun Feb 25 15:19:11 2024
+++ pkgsrc/devel/py-astroid/Makefile    Wed May  8 12:01:49 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.86 2024/02/25 15:19:11 wiz Exp $
+# $NetBSD: Makefile,v 1.87 2024/05/08 12:01:49 adam Exp $
 
-DISTNAME=      astroid-3.1.0
+DISTNAME=      astroid-3.2.0
 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.76 pkgsrc/devel/py-astroid/distinfo:1.77
--- pkgsrc/devel/py-astroid/distinfo:1.76       Sun Feb 25 15:19:11 2024
+++ pkgsrc/devel/py-astroid/distinfo    Wed May  8 12:01:49 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.76 2024/02/25 15:19:11 wiz Exp $
+$NetBSD: distinfo,v 1.77 2024/05/08 12:01:49 adam Exp $
 
-BLAKE2s (astroid-3.1.0.tar.gz) = 3dc951c252494aa0910f1a0ad217dbd919e6329eaad3d77e14ac0eccd307142d
-SHA512 (astroid-3.1.0.tar.gz) = 1343fb381d402b668f3530dde50b28db75519e10c5ee5c026078c3078def8378d3802ba1465fc6eafc19f4a767006a225fd6f5f5723d374f57558204de4017d8
-Size (astroid-3.1.0.tar.gz) = 396275 bytes
+BLAKE2s (astroid-3.2.0.tar.gz) = b1373747b0f35c53478005e18ae25957d6ebfd57fd5e21c128f7904f953b39c5
+SHA512 (astroid-3.2.0.tar.gz) = ec76df673ae1716279db504801e259b4910a6410ffd2599c4ee0664798a009ab3851e7dec3ed7b02e2147824994dcab97d9774f72b01a7598ef7b60c18eb3d92
+Size (astroid-3.2.0.tar.gz) = 396798 bytes



Home | Main Index | Thread Index | Old Index