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:           Wed Dec  8 16:21:21 UTC 2021

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

Log Message:
py-astroid: updated to 2.9.0

v2.9.0:
Add end_lineno and end_col_offset attributes to astroid nodes.
Always treat __class_getitem__ as a classmethod.
Add missing as_string visitor method for Unknown node.


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/devel/py-astroid/Makefile
cvs rdiff -u -r1.44 -r1.45 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.50 pkgsrc/devel/py-astroid/Makefile:1.51
--- pkgsrc/devel/py-astroid/Makefile:1.50       Sun Nov 14 15:22:57 2021
+++ pkgsrc/devel/py-astroid/Makefile    Wed Dec  8 16:21:21 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.50 2021/11/14 15:22:57 adam Exp $
+# $NetBSD: Makefile,v 1.51 2021/12/08 16:21:21 adam Exp $
 
-DISTNAME=      astroid-2.8.5
+DISTNAME=      astroid-2.9.0
 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.44 pkgsrc/devel/py-astroid/distinfo:1.45
--- pkgsrc/devel/py-astroid/distinfo:1.44       Sun Nov 14 15:22:57 2021
+++ pkgsrc/devel/py-astroid/distinfo    Wed Dec  8 16:21:21 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.44 2021/11/14 15:22:57 adam Exp $
+$NetBSD: distinfo,v 1.45 2021/12/08 16:21:21 adam Exp $
 
-BLAKE2s (astroid-2.8.5.tar.gz) = 56ff38137bf740f01d26d09a1efd8c7ebdcd486dff42836bfbe6631a5cc81381
-SHA512 (astroid-2.8.5.tar.gz) = d83106deb927c5f085076c23edb40969b4a0cfd106b4a488d8c2050d92a6aa6bd461b07cf8742b651a403e23e4a237d5c8111eb9b632aabe91e739607852736f
-Size (astroid-2.8.5.tar.gz) = 201858 bytes
+BLAKE2s (astroid-2.9.0.tar.gz) = 1b1ac656fa1b99d3381f0d52c77479db569604ea2f67aed25563e4111a6afffd
+SHA512 (astroid-2.9.0.tar.gz) = 930ab01ccf9fc539e2af9e8bae0f3598b4bbea13abbf8c3a7ae9cf760d0611e8feeaa375c0b3b2dc477f1a7ca56a164e3561bcebc0b668578c1e46e7e0818b78
+Size (astroid-2.9.0.tar.gz) = 204443 bytes



Home | Main Index | Thread Index | Old Index