Received: by mail.netbsd.org (Postfix, from userid 605) id BBA2384D95; Wed, 6 Mar 2019 18:39:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 42CFA84D39 for ; Wed, 6 Mar 2019 18:39:44 +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 inGE58xJWf-S for ; Wed, 6 Mar 2019 18:39:43 +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 C127384D2C for ; Wed, 6 Mar 2019 18:39:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BC649FB16; Wed, 6 Mar 2019 18:39:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1551897583281400" MIME-Version: 1.0 Date: Wed, 6 Mar 2019 18:39:43 +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: <20190306183943.BC649FB16@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. --_----------=_1551897583281400 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Mar 6 18:39:43 UTC 2019 Modified Files: pkgsrc/devel/py-astroid: Makefile distinfo Log Message: py-astroid: updated to 2.2.4 What's New in astroid 2.2.4? * Latest typed_ast gets installed for all CPython versions. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/py-astroid/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/py-astroid/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1551897583281400 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.26 pkgsrc/devel/py-astroid/Makefile:1.27 --- pkgsrc/devel/py-astroid/Makefile:1.26 Mon Mar 4 18:47:56 2019 +++ pkgsrc/devel/py-astroid/Makefile Wed Mar 6 18:39:43 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.26 2019/03/04 18:47:56 adam Exp $ +# $NetBSD: Makefile,v 1.27 2019/03/06 18:39:43 adam Exp $ -DISTNAME= astroid-2.2.3 +DISTNAME= astroid-2.2.4 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.19 pkgsrc/devel/py-astroid/distinfo:1.20 --- pkgsrc/devel/py-astroid/distinfo:1.19 Mon Mar 4 18:47:56 2019 +++ pkgsrc/devel/py-astroid/distinfo Wed Mar 6 18:39:43 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.19 2019/03/04 18:47:56 adam Exp $ +$NetBSD: distinfo,v 1.20 2019/03/06 18:39:43 adam Exp $ -SHA1 (astroid-2.2.3.tar.gz) = e9f8de9947fcd52f794df767b9fc3f962c96f5d8 -RMD160 (astroid-2.2.3.tar.gz) = f2c0b6bec675210dd5c0bcb713a21d527e2b69df -SHA512 (astroid-2.2.3.tar.gz) = 5c67c4aa2932986a925715d070a28519d98000ec9cf04f42bd054cc68d66ecfcfbf5b6c1582e48076719ef025050f998a1ef709e90d916aba6b10b701d8dee64 -Size (astroid-2.2.3.tar.gz) = 281317 bytes +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 --_----------=_1551897583281400--