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 Aug 18 18:30:16 UTC 2026

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

Log Message:
py-astroid: updated to 4.3.1

4.3.1

Fix inference of the attributes of a namedtuple created with
rename=True. The renamed fields were applied to _fields and to the
class body, but the instance kept the field names as written, so an instance
of namedtuple("Tuple", "abc def", rename=True) was inferred as having a
def attribute instead of _1, and duplicate field names collapsed into
a single attribute instead of being renamed.


To generate a diff of this commit:
cvs rdiff -u -r1.112 -r1.113 pkgsrc/devel/py-astroid/Makefile
cvs rdiff -u -r1.100 -r1.101 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.112 pkgsrc/devel/py-astroid/Makefile:1.113
--- pkgsrc/devel/py-astroid/Makefile:1.112      Sun Aug  9 13:51:54 2026
+++ pkgsrc/devel/py-astroid/Makefile    Tue Aug 18 18:30:15 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.112 2026/08/09 13:51:54 wiz Exp $
+# $NetBSD: Makefile,v 1.113 2026/08/18 18:30:15 adam Exp $
 
-DISTNAME=      astroid-4.3.0
+DISTNAME=      astroid-4.3.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.100 pkgsrc/devel/py-astroid/distinfo:1.101
--- pkgsrc/devel/py-astroid/distinfo:1.100      Sun Aug  9 13:51:54 2026
+++ pkgsrc/devel/py-astroid/distinfo    Tue Aug 18 18:30:15 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.100 2026/08/09 13:51:54 wiz Exp $
+$NetBSD: distinfo,v 1.101 2026/08/18 18:30:15 adam Exp $
 
-BLAKE2s (astroid-4.3.0.tar.gz) = 9c89a137b3b261d92f34e69b967d51a43ff0b5d21b127bb4d13765e5b95b72c3
-SHA512 (astroid-4.3.0.tar.gz) = 3b89dca4dfb425ef4f5738db13e03b150434398859e7d632ef854a6d83813215781550b370cf7f6915204ddc00f3ee1621bca637dc9152e0c90efb413b502fcf
-Size (astroid-4.3.0.tar.gz) = 438804 bytes
+BLAKE2s (astroid-4.3.1.tar.gz) = 943e03bd902f2ff82d0293e3969e69724c7894b43b80b99361f7ad08a6095bef
+SHA512 (astroid-4.3.1.tar.gz) = 48376ba2509bdb5912bfcbad8f9e12c23352839d91fcde68bcde28a4ddf55d8a80ed55db7b63db2a30823fd4cd7a1e3e26d0a7e4184730932959c7fbb710ab2a
+Size (astroid-4.3.1.tar.gz) = 439530 bytes



Home | Main Index | Thread Index | Old Index