Received: by mail.netbsd.org (Postfix, from userid 605) id 47FE484D6C; Mon, 1 Mar 2021 08:49:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 808AD84D3A for ; Mon, 1 Mar 2021 08:49:12 +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 GA44dmM7wmIG for ; Mon, 1 Mar 2021 08:49:12 +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 F1A3784CEF for ; Mon, 1 Mar 2021 08:49:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DE12CFA95; Mon, 1 Mar 2021 08:49:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1614588551220760" MIME-Version: 1.0 Date: Mon, 1 Mar 2021 08:49:11 +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: <20210301084911.DE12CFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1614588551220760 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Mar 1 08:49:11 UTC 2021 Modified Files: pkgsrc/devel/py-astroid: Makefile distinfo Log Message: py-astroid: updated to 2.5.1 What's New in astroid 2.5.1? * The ``context.path`` is reverted to a set because otherwise it leads to false positives for non `numpy` functions. * Don't transform dataclass ClassVars * Improve typing.TypedDict inference * Fix the `Duplicates found in MROs` false positive. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 pkgsrc/devel/py-astroid/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/py-astroid/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1614588551220760 Content-Disposition: inline Content-Length: 1647 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.37 pkgsrc/devel/py-astroid/Makefile:1.38 --- pkgsrc/devel/py-astroid/Makefile:1.37 Mon Feb 22 09:22:05 2021 +++ pkgsrc/devel/py-astroid/Makefile Mon Mar 1 08:49:11 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.37 2021/02/22 09:22:05 adam Exp $ +# $NetBSD: Makefile,v 1.38 2021/03/01 08:49:11 adam Exp $ -DISTNAME= astroid-2.5 +DISTNAME= astroid-2.5.1 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.30 pkgsrc/devel/py-astroid/distinfo:1.31 --- pkgsrc/devel/py-astroid/distinfo:1.30 Mon Feb 22 09:22:05 2021 +++ pkgsrc/devel/py-astroid/distinfo Mon Mar 1 08:49:11 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.30 2021/02/22 09:22:05 adam Exp $ +$NetBSD: distinfo,v 1.31 2021/03/01 08:49:11 adam Exp $ -SHA1 (astroid-2.5.tar.gz) = b8a5adbcda56ede1d1827fb5b4e7c9e475efbaaf -RMD160 (astroid-2.5.tar.gz) = 65094b603f4a92a2154b443a1d4fa9a7b26a2189 -SHA512 (astroid-2.5.tar.gz) = eba7e757a12f89a74bff579731a157fda3c8d8dd1b5a4369791d47f7f6e321b23e167260d0988d389428222c8c98929e66ad26f379ff937e274dcd1abdb3b3d2 -Size (astroid-2.5.tar.gz) = 304788 bytes +SHA1 (astroid-2.5.1.tar.gz) = 63f873188f4f40923edc258ad72d6b2987a7e11d +RMD160 (astroid-2.5.1.tar.gz) = dc50748c8a9d023c287842f30fbf5927f3fbb29f +SHA512 (astroid-2.5.1.tar.gz) = a0aaa95257961235abbbbc021cdb48da760f8b1856bbc0a7a8b98c53c69045cee4bfe575182a631f994765819e373b33b3a6eca052573128e8b36f2c23c250de +Size (astroid-2.5.1.tar.gz) = 312511 bytes --_----------=_1614588551220760--