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 18 06:15:24 UTC 2024

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

Log Message:
py-astroid: updated to 3.2.1

What's New in astroid 3.2.2?

* Fix ``RecursionError`` in ``infer_call_result()`` for certain ``__call__`` methods.
* Add ``AstroidManager.prefer_stubs`` attribute to control the astroid 3.2.0 feature that prefers stubs.


To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 pkgsrc/devel/py-astroid/Makefile
cvs rdiff -u -r1.77 -r1.78 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.87 pkgsrc/devel/py-astroid/Makefile:1.88
--- pkgsrc/devel/py-astroid/Makefile:1.87       Wed May  8 12:01:49 2024
+++ pkgsrc/devel/py-astroid/Makefile    Sat May 18 06:15:24 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.87 2024/05/08 12:01:49 adam Exp $
+# $NetBSD: Makefile,v 1.88 2024/05/18 06:15:24 adam Exp $
 
-DISTNAME=      astroid-3.2.0
+DISTNAME=      astroid-3.2.1
 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.77 pkgsrc/devel/py-astroid/distinfo:1.78
--- pkgsrc/devel/py-astroid/distinfo:1.77       Wed May  8 12:01:49 2024
+++ pkgsrc/devel/py-astroid/distinfo    Sat May 18 06:15:24 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.77 2024/05/08 12:01:49 adam Exp $
+$NetBSD: distinfo,v 1.78 2024/05/18 06:15:24 adam Exp $
 
-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
+BLAKE2s (astroid-3.2.1.tar.gz) = 3d721bb14cc3b59440dd8b9d4c8261dc2c631ed9d9c13c1d12ddd0e03b6bd46e
+SHA512 (astroid-3.2.1.tar.gz) = ecc9c7698c30f41a7029b8428cc81518fb24bf54e5cad0d7b1c18df4a8466cd1114c112a85749757782a8f0f98e42219df3f974820f073111fb36f487fa0229e
+Size (astroid-3.2.1.tar.gz) = 396763 bytes



Home | Main Index | Thread Index | Old Index