Received: by mail.netbsd.org (Postfix, from userid 605) id 2612C84D83; Wed, 13 Mar 2019 19:19:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A0EE184D6E for ; Wed, 13 Mar 2019 19:19:28 +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 hsYjSoDazj8a for ; Wed, 13 Mar 2019 19:19:28 +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 2810E84D3A for ; Wed, 13 Mar 2019 19:19:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 22F6EFB16; Wed, 13 Mar 2019 19:19:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_155250476812920" MIME-Version: 1.0 Date: Wed, 13 Mar 2019 19:19:28 +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: <20190313191928.22F6EFB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_155250476812920 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Mar 13 19:19:28 UTC 2019 Modified Files: pkgsrc/devel/py-astroid: Makefile distinfo Log Message: py-astroid: updated to 2.2.5 What's New in astroid 2.2.5? * The last except handler wins when inferring variables bound in an except handler. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/py-astroid/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/py-astroid/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_155250476812920 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.27 pkgsrc/devel/py-astroid/Makefile:1.28 --- pkgsrc/devel/py-astroid/Makefile:1.27 Wed Mar 6 18:39:43 2019 +++ pkgsrc/devel/py-astroid/Makefile Wed Mar 13 19:19:27 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.27 2019/03/06 18:39:43 adam Exp $ +# $NetBSD: Makefile,v 1.28 2019/03/13 19:19:27 adam Exp $ -DISTNAME= astroid-2.2.4 +DISTNAME= astroid-2.2.5 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.20 pkgsrc/devel/py-astroid/distinfo:1.21 --- pkgsrc/devel/py-astroid/distinfo:1.20 Wed Mar 6 18:39:43 2019 +++ pkgsrc/devel/py-astroid/distinfo Wed Mar 13 19:19:27 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.20 2019/03/06 18:39:43 adam Exp $ +$NetBSD: distinfo,v 1.21 2019/03/13 19:19:27 adam Exp $ -SHA1 (astroid-2.2.4.tar.gz) = 67bde585b1756fdcbc56f83f764d41e7f6065cc2 -RMD160 (astroid-2.2.4.tar.gz) = 59770f456859496b23361719685c336898bbb78b -SHA512 (astroid-2.2.4.tar.gz) = b924ebe1e77c4d8de7d4f7ec86ebd7b5d37b2a86fc675f5ae68d112dd3ecadfa1c49c8b0c544fa8b16dd16ad1f6f1d4f0fb73c2e9b3cda8947f0e182475ab92e -Size (astroid-2.2.4.tar.gz) = 281284 bytes +SHA1 (astroid-2.2.5.tar.gz) = 80a145dcac4dbe998db43f6e315785c027b327cf +RMD160 (astroid-2.2.5.tar.gz) = c5a4e3ef953ac6852d0751473c62631b103940f5 +SHA512 (astroid-2.2.5.tar.gz) = 71c8c26314f666e2b9519a83dd9476fbfe0ad7d72f5308f6a94b83c5442dc695bc3e51155df45586ff2ff0eec522a02286d00ac566d542f0b82e5e0d0d7d9c65 +Size (astroid-2.2.5.tar.gz) = 281829 bytes --_----------=_155250476812920--