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 Sep 22 15:39:51 UTC 2024

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

Log Message:
py-astroid: update to 3.3.3.

Fix inference regression with property setters.
Closes pylint-dev/pylint#9811

Add annotation-only instance attributes to attrs classes to fix no-member false positives.
Closes #2514


To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 pkgsrc/devel/py-astroid/Makefile
cvs rdiff -u -r1.83 -r1.84 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.93 pkgsrc/devel/py-astroid/Makefile:1.94
--- pkgsrc/devel/py-astroid/Makefile:1.93       Wed Aug 14 10:54:12 2024
+++ pkgsrc/devel/py-astroid/Makefile    Sun Sep 22 15:39:50 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.93 2024/08/14 10:54:12 adam Exp $
+# $NetBSD: Makefile,v 1.94 2024/09/22 15:39:50 wiz Exp $
 
-DISTNAME=      astroid-3.3.2
+DISTNAME=      astroid-3.3.3
 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.83 pkgsrc/devel/py-astroid/distinfo:1.84
--- pkgsrc/devel/py-astroid/distinfo:1.83       Wed Aug 14 10:54:12 2024
+++ pkgsrc/devel/py-astroid/distinfo    Sun Sep 22 15:39:50 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.83 2024/08/14 10:54:12 adam Exp $
+$NetBSD: distinfo,v 1.84 2024/09/22 15:39:50 wiz Exp $
 
-BLAKE2s (astroid-3.3.2.tar.gz) = eaf9b08778ed842d0da9b668158b5d86e203e658fa32bdc5615db2e1ce3e6e29
-SHA512 (astroid-3.3.2.tar.gz) = 47982723ed807154b7e0ee8dce61c97c2f4315ab4c5ef1bf8df7160d5ca10a298f69e6857826c95e60092c8022cddcf6a4c86ee3b2bb8e2071e51ebde1717231
-Size (astroid-3.3.2.tar.gz) = 395691 bytes
+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



Home | Main Index | Thread Index | Old Index