Received: by mail.netbsd.org (Postfix, from userid 605) id 2930684D7E; Fri, 16 Apr 2021 05:44:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 643F384D16 for ; Fri, 16 Apr 2021 05:44:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id pPjFvMm7mbeK for ; Fri, 16 Apr 2021 05:44:05 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D9FBB84CE0 for ; Fri, 16 Apr 2021 05:44:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D7105FA95; Fri, 16 Apr 2021 05:44:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1618551845298090" MIME-Version: 1.0 Date: Fri, 16 Apr 2021 05:44:05 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-astroid To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20210416054405.D7105FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1618551845298090 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1618551845298090 Content-Disposition: inline Content-Length: 1657 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1618551845298090--