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:           Tue Oct  1 15:51:25 UTC 2024

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

Log Message:
py-astroid: updated to 3.3.4

3.3.4

Fix regression with f-string inference.
Fix bug with manager.clear_cache() not fully clearing cache
Fix a crash from inferring empty format specs.


To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 pkgsrc/devel/py-astroid/Makefile
cvs rdiff -u -r1.84 -r1.85 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.94 pkgsrc/devel/py-astroid/Makefile:1.95
--- pkgsrc/devel/py-astroid/Makefile:1.94       Sun Sep 22 15:39:50 2024
+++ pkgsrc/devel/py-astroid/Makefile    Tue Oct  1 15:51:25 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.94 2024/09/22 15:39:50 wiz Exp $
+# $NetBSD: Makefile,v 1.95 2024/10/01 15:51:25 adam Exp $
 
-DISTNAME=      astroid-3.3.3
+DISTNAME=      astroid-3.3.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/astroid/}
@@ -15,13 +15,7 @@ TOOL_DEPENDS+=       ${PYPKGPREFIX}-wheel>=0.3
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
-# as of 3.3.1
-# 1605 passed, 75 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.84 pkgsrc/devel/py-astroid/distinfo:1.85
--- pkgsrc/devel/py-astroid/distinfo:1.84       Sun Sep 22 15:39:50 2024
+++ pkgsrc/devel/py-astroid/distinfo    Tue Oct  1 15:51:25 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.84 2024/09/22 15:39:50 wiz Exp $
+$NetBSD: distinfo,v 1.85 2024/10/01 15:51:25 adam Exp $
 
-BLAKE2s (astroid-3.3.3.tar.gz) = 44bd754fed8325372a89cd45a5ba523e4a84bac1f8e2b31ee1baa69ca9102d48
-SHA512 (astroid-3.3.3.tar.gz) = 77297251c351c23a823639cecd7983f8dc2f56d8f876a0b9fcc0ab17654895f92ac48b8bd2f7e9432ea1bcc0293fa786b906646f7f7b3a68b9f50b355bee1aed
-Size (astroid-3.3.3.tar.gz) = 396377 bytes
+BLAKE2s (astroid-3.3.4.tar.gz) = 9d83bed3b5c40302ed5d56b0e2ad7da44aeedc2a776cf07e7bfc2080486700b6
+SHA512 (astroid-3.3.4.tar.gz) = 1810dc67f2a724a2071b396a4d9fc49eb2e8cc1e069580f4aa67b2e7ffe09ca1746f595667456c594972c2976365f28c8c4753b2fb93409ad470e77f66914dae
+Size (astroid-3.3.4.tar.gz) = 397071 bytes



Home | Main Index | Thread Index | Old Index