Received: by mail.netbsd.org (Postfix, from userid 605) id 6739284EA7; Tue, 6 Feb 2024 21:50:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 93DFD84E9A for ; Tue, 6 Feb 2024 21:49:59 +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 RYpqLXcBNbH4 for ; Tue, 6 Feb 2024 21:49:59 +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 07C8084D96 for ; Tue, 6 Feb 2024 21:49:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E8AF3FA42; Tue, 6 Feb 2024 21:49:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1707256198158560" MIME-Version: 1.0 Date: Tue, 6 Feb 2024 21:49:58 +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: <20240206214958.E8AF3FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1707256198158560 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Feb 6 21:49:58 UTC 2024 Modified Files: pkgsrc/devel/py-astroid: Makefile distinfo Log Message: py-astroid: updated to 3.0.3 What's New in astroid 3.0.3? * Fix type of ``UnicodeDecodeError.object`` inferred as ``str`` instead of ``bytes``. * Fix ``no-member`` false positives for ``args`` and ``kwargs`` on ``ParamSpec`` under Python 3.12. To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85 pkgsrc/devel/py-astroid/Makefile cvs rdiff -u -r1.74 -r1.75 pkgsrc/devel/py-astroid/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1707256198158560 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.84 pkgsrc/devel/py-astroid/Makefile:1.85 --- pkgsrc/devel/py-astroid/Makefile:1.84 Tue Dec 12 17:13:56 2023 +++ pkgsrc/devel/py-astroid/Makefile Tue Feb 6 21:49:58 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.84 2023/12/12 17:13:56 adam Exp $ +# $NetBSD: Makefile,v 1.85 2024/02/06 21:49:58 adam Exp $ -DISTNAME= astroid-3.0.2 +DISTNAME= astroid-3.0.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.74 pkgsrc/devel/py-astroid/distinfo:1.75 --- pkgsrc/devel/py-astroid/distinfo:1.74 Tue Dec 12 17:13:56 2023 +++ pkgsrc/devel/py-astroid/distinfo Tue Feb 6 21:49:58 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.74 2023/12/12 17:13:56 adam Exp $ +$NetBSD: distinfo,v 1.75 2024/02/06 21:49:58 adam Exp $ -BLAKE2s (astroid-3.0.2.tar.gz) = 93cde11e20f0d20e71dbc621a131520fe391528b2204a8fdb43d53aa44fee9d8 -SHA512 (astroid-3.0.2.tar.gz) = 35cc28d78ccb85ee430ddc632178366c5ab3c218154e8f13dadef2fd930a1066c9e2fc3f9d855c99badd5dd5a88f83ec8c6ca2c6a5e9358925a496ec5de8a919 -Size (astroid-3.0.2.tar.gz) = 395080 bytes +BLAKE2s (astroid-3.0.3.tar.gz) = ac78ee25e7fcaa3b9b125545aa46852e1245001a9f5eaaef40c7dd853cccc76c +SHA512 (astroid-3.0.3.tar.gz) = 9bb736a48eba9312f3c876b8d435a3a2d0030baef445dd9bcd28c5f87aaa84cfa3132edd38ed22106eb1e102e051394e518b5e036d852108b6fd9cf7aeb962dc +Size (astroid-3.0.3.tar.gz) = 395183 bytes --_----------=_1707256198158560--