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:           Fri Apr 16 05:44:05 UTC 2021

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

Log Message:
py-astroid: updated to 2.5.3

What's New in astroid 2.5.3?
============================
* Takes into account the fact that subscript inferring for a ClassDef may involve __class_getitem__ method
* Reworks the `collections` and `typing` brain so that `pylint`s acceptance tests are fine.
* Use ``inference_tip`` for ``typing.TypedDict`` brain.
* Fix mro for classes that inherit from typing.Generic
* Add inference tip for typing.Generic and typing.Annotated with ``__class_getitem__``


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/devel/py-astroid/Makefile
cvs rdiff -u -r1.32 -r1.33 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.40 pkgsrc/devel/py-astroid/Makefile:1.41
--- pkgsrc/devel/py-astroid/Makefile:1.40       Wed Mar 31 06:36:50 2021
+++ pkgsrc/devel/py-astroid/Makefile    Fri Apr 16 05:44:05 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.40 2021/03/31 06:36:50 adam Exp $
+# $NetBSD: Makefile,v 1.41 2021/04/16 05:44:05 adam Exp $
 
-DISTNAME=      astroid-2.5.2
+DISTNAME=      astroid-2.5.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.32 pkgsrc/devel/py-astroid/distinfo:1.33
--- pkgsrc/devel/py-astroid/distinfo:1.32       Tue Mar 30 09:20:16 2021
+++ pkgsrc/devel/py-astroid/distinfo    Fri Apr 16 05:44:05 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.32 2021/03/30 09:20:16 adam Exp $
+$NetBSD: distinfo,v 1.33 2021/04/16 05:44:05 adam Exp $
 
-SHA1 (astroid-2.5.2.tar.gz) = 98fe02500535615b4979a256814c62d64f256b47
-RMD160 (astroid-2.5.2.tar.gz) = 9b742e8614c9abf652182318880b5f06106add33
-SHA512 (astroid-2.5.2.tar.gz) = 391d6b0981b4332fd074a568d33838cbd5d71e7200a3a7ba27bc96641d12be4a6452def0bb615a54e1fa6d1f1f6863a39d56cf3e503aba42ea0d0fdddbbb9102
-Size (astroid-2.5.2.tar.gz) = 312789 bytes
+SHA1 (astroid-2.5.3.tar.gz) = 390875c35a2ad72663f16f8e74a5b53a9d3c89db
+RMD160 (astroid-2.5.3.tar.gz) = 0de443b3564fe605f53c29ed90343325c0ac6fc6
+SHA512 (astroid-2.5.3.tar.gz) = dbf480e86023f7d093386cc68b259d5b721717638927a893b3ade0a397b212f5f24a17c753b705cf499b47e12ab255d51126b41b5af167d5c3018f5aade1abcb
+Size (astroid-2.5.3.tar.gz) = 317721 bytes



Home | Main Index | Thread Index | Old Index