Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id F35411A923A for ; Wed, 8 Dec 2021 16:21:23 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4236B84EDA; Wed, 8 Dec 2021 16:21:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7CDA984ECB for ; Wed, 8 Dec 2021 16:21:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id t6ETqTk75Ur0 for ; Wed, 8 Dec 2021 16:21:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id F3EE784D57 for ; Wed, 8 Dec 2021 16:21:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id ED589FAEC; Wed, 8 Dec 2021 16:21:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1638980481227230" MIME-Version: 1.0 Date: Wed, 8 Dec 2021 16:21:21 +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: <20211208162121.ED589FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1638980481227230 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Dec 8 16:21:21 UTC 2021 Modified Files: pkgsrc/devel/py-astroid: Makefile distinfo Log Message: py-astroid: updated to 2.9.0 v2.9.0: Add end_lineno and end_col_offset attributes to astroid nodes. Always treat __class_getitem__ as a classmethod. Add missing as_string visitor method for Unknown node. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 pkgsrc/devel/py-astroid/Makefile cvs rdiff -u -r1.44 -r1.45 pkgsrc/devel/py-astroid/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1638980481227230 Content-Disposition: inline Content-Length: 1563 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.50 pkgsrc/devel/py-astroid/Makefile:1.51 --- pkgsrc/devel/py-astroid/Makefile:1.50 Sun Nov 14 15:22:57 2021 +++ pkgsrc/devel/py-astroid/Makefile Wed Dec 8 16:21:21 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.50 2021/11/14 15:22:57 adam Exp $ +# $NetBSD: Makefile,v 1.51 2021/12/08 16:21:21 adam Exp $ -DISTNAME= astroid-2.8.5 +DISTNAME= astroid-2.9.0 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.44 pkgsrc/devel/py-astroid/distinfo:1.45 --- pkgsrc/devel/py-astroid/distinfo:1.44 Sun Nov 14 15:22:57 2021 +++ pkgsrc/devel/py-astroid/distinfo Wed Dec 8 16:21:21 2021 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.44 2021/11/14 15:22:57 adam Exp $ +$NetBSD: distinfo,v 1.45 2021/12/08 16:21:21 adam Exp $ -BLAKE2s (astroid-2.8.5.tar.gz) = 56ff38137bf740f01d26d09a1efd8c7ebdcd486dff42836bfbe6631a5cc81381 -SHA512 (astroid-2.8.5.tar.gz) = d83106deb927c5f085076c23edb40969b4a0cfd106b4a488d8c2050d92a6aa6bd461b07cf8742b651a403e23e4a237d5c8111eb9b632aabe91e739607852736f -Size (astroid-2.8.5.tar.gz) = 201858 bytes +BLAKE2s (astroid-2.9.0.tar.gz) = 1b1ac656fa1b99d3381f0d52c77479db569604ea2f67aed25563e4111a6afffd +SHA512 (astroid-2.9.0.tar.gz) = 930ab01ccf9fc539e2af9e8bae0f3598b4bbea13abbf8c3a7ae9cf760d0611e8feeaa375c0b3b2dc477f1a7ca56a164e3561bcebc0b668578c1e46e7e0818b78 +Size (astroid-2.9.0.tar.gz) = 204443 bytes --_----------=_1638980481227230--