Received: by mail.netbsd.org (Postfix, from userid 605) id 4FFF385215; Thu, 1 Jul 2021 21:01:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 218E685222 for ; Thu, 1 Jul 2021 21:01:21 +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 t7g3LNGwL_Yl for ; Thu, 1 Jul 2021 21:01:20 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 9757385220 for ; Thu, 1 Jul 2021 21:01:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 85BFCFA95; Thu, 1 Jul 2021 21:01:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1625173280252790" MIME-Version: 1.0 Date: Thu, 1 Jul 2021 21:01:20 +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: <20210701210120.85BFCFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1625173280252790 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Jul 1 21:01:20 UTC 2021 Modified Files: pkgsrc/devel/py-astroid: Makefile distinfo Log Message: py-astroid: updated to 2.6.2 v2.6.2 Fix a crash when the inference of the length of a node failed Fix unhandled StopIteration during inference, following the implementation of PEP479 in python 3.7+ To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 pkgsrc/devel/py-astroid/Makefile cvs rdiff -u -r1.36 -r1.37 pkgsrc/devel/py-astroid/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1625173280252790 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.44 pkgsrc/devel/py-astroid/Makefile:1.45 --- pkgsrc/devel/py-astroid/Makefile:1.44 Wed Jun 30 05:59:28 2021 +++ pkgsrc/devel/py-astroid/Makefile Thu Jul 1 21:01:20 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.44 2021/06/30 05:59:28 adam Exp $ +# $NetBSD: Makefile,v 1.45 2021/07/01 21:01:20 adam Exp $ -DISTNAME= astroid-2.6.1 +DISTNAME= astroid-2.6.2 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.36 pkgsrc/devel/py-astroid/distinfo:1.37 --- pkgsrc/devel/py-astroid/distinfo:1.36 Wed Jun 30 05:59:28 2021 +++ pkgsrc/devel/py-astroid/distinfo Thu Jul 1 21:01:20 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.36 2021/06/30 05:59:28 adam Exp $ +$NetBSD: distinfo,v 1.37 2021/07/01 21:01:20 adam Exp $ -SHA1 (astroid-2.6.1.tar.gz) = 67cc2322b0c502a5f83bd7f7cf99a7a22d8c85fd -RMD160 (astroid-2.6.1.tar.gz) = e393e5d9aba9ac9b4810dd993850e9a6c5155ad1 -SHA512 (astroid-2.6.1.tar.gz) = f28c0725818947c4279ff56ef3051af48abbbca61dea3b59ea4e263863bb10699e093e345abec519a292f395b1599bb91769893956aea2c444ce7899d9795371 -Size (astroid-2.6.1.tar.gz) = 187335 bytes +SHA1 (astroid-2.6.2.tar.gz) = af43a529be3ebb28f51e5f4d66e9e49e4ef2c59f +RMD160 (astroid-2.6.2.tar.gz) = f9a12871c8db54e490a94c4cebae938103041c5f +SHA512 (astroid-2.6.2.tar.gz) = 8cde7beb2a511dad9e5f5fbdd4d60584efb1c016b1c3e5085725a6880754ab952fe65a24c79a958d68d957bc1a4905d044839771d32e1e06d2dab4fea76c65a8 +Size (astroid-2.6.2.tar.gz) = 187749 bytes --_----------=_1625173280252790--