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 A824D1A9239 for ; Mon, 10 Jan 2022 11:31:02 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id DCFB984E6D; Mon, 10 Jan 2022 11:31:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 24D6184E62 for ; Mon, 10 Jan 2022 11:31:01 +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 AgqU2aI1uHPu for ; Mon, 10 Jan 2022 11:31:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9B2AF84CDC for ; Mon, 10 Jan 2022 11:31:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9837CFB24; Mon, 10 Jan 2022 11:31:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1641814260181810" MIME-Version: 1.0 Date: Mon, 10 Jan 2022 11:31:00 +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: <20220110113100.9837CFB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1641814260181810 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Jan 10 11:31:00 UTC 2022 Modified Files: pkgsrc/devel/py-astroid: Makefile distinfo Log Message: py-astroid: updated to 2.9.3 What's New in astroid 2.9.3? * Fixed regression where packages without a ``__init__.py`` file were not recognized or imported correctly. To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 pkgsrc/devel/py-astroid/Makefile cvs rdiff -u -r1.46 -r1.47 pkgsrc/devel/py-astroid/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1641814260181810 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.53 pkgsrc/devel/py-astroid/Makefile:1.54 --- pkgsrc/devel/py-astroid/Makefile:1.53 Fri Jan 7 17:13:30 2022 +++ pkgsrc/devel/py-astroid/Makefile Mon Jan 10 11:31:00 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.53 2022/01/07 17:13:30 adam Exp $ +# $NetBSD: Makefile,v 1.54 2022/01/10 11:31:00 adam Exp $ -DISTNAME= astroid-2.9.2 +DISTNAME= astroid-2.9.3 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.46 pkgsrc/devel/py-astroid/distinfo:1.47 --- pkgsrc/devel/py-astroid/distinfo:1.46 Fri Jan 7 17:13:30 2022 +++ pkgsrc/devel/py-astroid/distinfo Mon Jan 10 11:31:00 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.46 2022/01/07 17:13:30 adam Exp $ +$NetBSD: distinfo,v 1.47 2022/01/10 11:31:00 adam Exp $ -BLAKE2s (astroid-2.9.2.tar.gz) = d2cd6047b6760d8a7040ee8c85f37e20d85d88953270b3797db239dd0d3a3186 -SHA512 (astroid-2.9.2.tar.gz) = 7076d566f881f5512c2965899355971ea45e929a3161e4c72adc73d610a91414cd98c76f7316dae5a38a546479831138cb4322f819b196d166e2be86749d73b4 -Size (astroid-2.9.2.tar.gz) = 207420 bytes +BLAKE2s (astroid-2.9.3.tar.gz) = 9df19f356914eb01ffb21073c454bacb7f78cf6f372a5f7da680b0d8b320ee5a +SHA512 (astroid-2.9.3.tar.gz) = 66dbbbb11beb534661ba03ef94bbaabdb903422c34d4589a3e1e1196eed640fa6fbbd70980402475fcd76543b68fd9cae321c49ed3510044451439486a9ed444 +Size (astroid-2.9.3.tar.gz) = 207480 bytes --_----------=_1641814260181810--