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: Mon Feb 23 10:09:19 UTC 2026
Modified Files:
pkgsrc/devel/py-astroid: Makefile distinfo
Log Message:
py-astroid: updated to 4.1.1
4.1.1
Let UnboundMethodModel inherit from FunctionModel to improve inference of
dunder methods for unbound methods.
Filter Unknown from UnboundMethod and Super special attribute
lookup to prevent placeholder nodes from leaking during inference.
To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 pkgsrc/devel/py-astroid/Makefile
cvs rdiff -u -r1.97 -r1.98 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.109 pkgsrc/devel/py-astroid/Makefile:1.110
--- pkgsrc/devel/py-astroid/Makefile:1.109 Mon Feb 16 11:03:43 2026
+++ pkgsrc/devel/py-astroid/Makefile Mon Feb 23 10:09:19 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.109 2026/02/16 11:03:43 wiz Exp $
+# $NetBSD: Makefile,v 1.110 2026/02/23 10:09:19 adam Exp $
-DISTNAME= astroid-4.1.0
+DISTNAME= astroid-4.1.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/astroid/}
@@ -17,7 +17,7 @@ USE_LANGUAGES= # none
.include "../../lang/python/pyversion.mk"
.if ${PYTHON_VERSION} < 311
-DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=4.0.0:../../devel/py-typing-extensions
+DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=4:../../devel/py-typing-extensions
.endif
.include "../../lang/python/wheel.mk"
Index: pkgsrc/devel/py-astroid/distinfo
diff -u pkgsrc/devel/py-astroid/distinfo:1.97 pkgsrc/devel/py-astroid/distinfo:1.98
--- pkgsrc/devel/py-astroid/distinfo:1.97 Mon Feb 16 11:03:44 2026
+++ pkgsrc/devel/py-astroid/distinfo Mon Feb 23 10:09:19 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.97 2026/02/16 11:03:44 wiz Exp $
+$NetBSD: distinfo,v 1.98 2026/02/23 10:09:19 adam Exp $
-BLAKE2s (astroid-4.1.0.tar.gz) = 8342dd584a17d436b30876958acb6710aaea6fec55ced373b7b9ecb56ef098bb
-SHA512 (astroid-4.1.0.tar.gz) = 366207acc6b892abe374fcb73ff0e75533e865c22aae8c1f6ce460a252f80a56f5432d27c0a5a5f70664c64c8805b6c631213910df95c68a70770bc48b3b24f3
-Size (astroid-4.1.0.tar.gz) = 412160 bytes
+BLAKE2s (astroid-4.1.1.tar.gz) = c2abeb3e6e945b8908c15411cd3a03d4eb4c45c86844bfcf95f8e3bdf464f7ab
+SHA512 (astroid-4.1.1.tar.gz) = 80ff3a9dd3c848faf6654d346c68537e3d9c62fdb07499642a4a844ee79bd00969177d74c238f82689572644d5ec436cc0d7e57f246a239125d4535e864b8fbb
+Size (astroid-4.1.1.tar.gz) = 412522 bytes
Home |
Main Index |
Thread Index |
Old Index