Received: by mail.netbsd.org (Postfix, from userid 605) id 064D484E6D; Wed, 4 Aug 2021 09:07:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4030184E54 for ; Wed, 4 Aug 2021 09:07:39 +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 AcPtUrtOKfUG for ; Wed, 4 Aug 2021 09:07:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B0F6984CD8 for ; Wed, 4 Aug 2021 09:07:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AADABFA97; Wed, 4 Aug 2021 09:07:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1628068058265350" MIME-Version: 1.0 Date: Wed, 4 Aug 2021 09:07:38 +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: <20210804090738.AADABFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1628068058265350 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Aug 4 09:07:38 UTC 2021 Modified Files: pkgsrc/devel/py-astroid: Makefile distinfo Log Message: py-astroid: updated to 2.6.6 v2.6.6 Added support to infer return type of typing.cast() Fix variable lookup's handling of exclusive statements Fix variable lookup's handling of function parameters Fix variable lookup's handling of except clause variables Fix handling of classes with duplicated bases with the same name To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 pkgsrc/devel/py-astroid/Makefile cvs rdiff -u -r1.38 -r1.39 pkgsrc/devel/py-astroid/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1628068058265350 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.46 pkgsrc/devel/py-astroid/Makefile:1.47 --- pkgsrc/devel/py-astroid/Makefile:1.46 Thu Jul 22 08:40:56 2021 +++ pkgsrc/devel/py-astroid/Makefile Wed Aug 4 09:07:38 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.46 2021/07/22 08:40:56 adam Exp $ +# $NetBSD: Makefile,v 1.47 2021/08/04 09:07:38 adam Exp $ -DISTNAME= astroid-2.6.5 +DISTNAME= astroid-2.6.6 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.38 pkgsrc/devel/py-astroid/distinfo:1.39 --- pkgsrc/devel/py-astroid/distinfo:1.38 Thu Jul 22 08:40:56 2021 +++ pkgsrc/devel/py-astroid/distinfo Wed Aug 4 09:07:38 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.38 2021/07/22 08:40:56 adam Exp $ +$NetBSD: distinfo,v 1.39 2021/08/04 09:07:38 adam Exp $ -SHA1 (astroid-2.6.5.tar.gz) = 570d2f3e7ced2255e61ee9618fe28c6f53f49e4a -RMD160 (astroid-2.6.5.tar.gz) = d9f7ce129f3411987743e77a0ac9e086787cc861 -SHA512 (astroid-2.6.5.tar.gz) = 0f2096f2a823c748f229c2c7b55194c50e41442c0b13659696b320f768c99702e02524ee150127369cf321d3e595bd9389689cf3847a4948cb1284fea3786852 -Size (astroid-2.6.5.tar.gz) = 189482 bytes +SHA1 (astroid-2.6.6.tar.gz) = d4209486ab95e9a6d8b5dd3e86c88cdf0b0d5675 +RMD160 (astroid-2.6.6.tar.gz) = 1be1b8c13ba28ae630b434dca79718388689f583 +SHA512 (astroid-2.6.6.tar.gz) = cdafeb085e4242e53029bd34c1e96a682ffe0ef62ef042c6a866a992af552068fee23a2daa6f1ae63e31cd43f53bb8f08e18f9eb0b1ffa616da84ea0e9288fad +Size (astroid-2.6.6.tar.gz) = 190240 bytes --_----------=_1628068058265350--