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:   wiz
Date:           Sun Jul 21 09:04:13 UTC 2024

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

Log Message:
py-astroid: update to 3.2.4.

Avoid reporting unary/binary op type errors when inference is ambiguous.


To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 pkgsrc/devel/py-astroid/Makefile
cvs rdiff -u -r1.80 -r1.81 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.90 pkgsrc/devel/py-astroid/Makefile:1.91
--- pkgsrc/devel/py-astroid/Makefile:1.90       Fri Jul 12 07:09:47 2024
+++ pkgsrc/devel/py-astroid/Makefile    Sun Jul 21 09:04:13 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.90 2024/07/12 07:09:47 adam Exp $
+# $NetBSD: Makefile,v 1.91 2024/07/21 09:04:13 wiz Exp $
 
-DISTNAME=      astroid-3.2.3
+DISTNAME=      astroid-3.2.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/astroid/}
@@ -17,7 +17,11 @@ USE_LANGUAGES=       # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
+# as of 3.2.4
+# 1 failed, 1599 passed, 77 skipped, 16 xfailed
+
 .include "../../lang/python/pyversion.mk"
+
 .if ${PYTHON_VERSION} < 311
 DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>=4.0.0:../../devel/py-typing-extensions
 .endif

Index: pkgsrc/devel/py-astroid/distinfo
diff -u pkgsrc/devel/py-astroid/distinfo:1.80 pkgsrc/devel/py-astroid/distinfo:1.81
--- pkgsrc/devel/py-astroid/distinfo:1.80       Fri Jul 12 07:09:47 2024
+++ pkgsrc/devel/py-astroid/distinfo    Sun Jul 21 09:04:13 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.80 2024/07/12 07:09:47 adam Exp $
+$NetBSD: distinfo,v 1.81 2024/07/21 09:04:13 wiz Exp $
 
-BLAKE2s (astroid-3.2.3.tar.gz) = 5d9e974d7c0abf23ef89d21c6e84dd8d2d164e5b4b525179bb4c232c9e0be725
-SHA512 (astroid-3.2.3.tar.gz) = ca621991ea9bc6792dd02437db7ab3a8e1506ebbe5cac0522ba917de1d2326861e6f6173e5e3659587ade96fdc259f810d428455f9517192b145f54336d215f4
-Size (astroid-3.2.3.tar.gz) = 397217 bytes
+BLAKE2s (astroid-3.2.4.tar.gz) = 3bc6544594e7fb2ac56c8c81502c96c320a331c998bde08b2c76cddc1ade9f35
+SHA512 (astroid-3.2.4.tar.gz) = f713e1f2f7f612f052a74ac8044a63fd08ad863b1e9ab5398168a9715adb98a899d58c0df0cd51ae72e01bfbd73fc67111916294e49144cd98cf09fbddd063ed
+Size (astroid-3.2.4.tar.gz) = 397576 bytes



Home | Main Index | Thread Index | Old Index