Received: by mail.netbsd.org (Postfix, from userid 605) id C0C9184D6B; Mon, 5 Apr 2021 11:17:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0636984D29 for ; Mon, 5 Apr 2021 11:17:10 +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 w-EAWwvV2PLP for ; Mon, 5 Apr 2021 11:17:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 81C9184D0E for ; Mon, 5 Apr 2021 11:17:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7ADE9FA95; Mon, 5 Apr 2021 11:17:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1617621429143640" MIME-Version: 1.0 Date: Mon, 5 Apr 2021 11:17:09 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-flakes To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20210405111709.7ADE9FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1617621429143640 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Apr 5 11:17:09 UTC 2021 Modified Files: pkgsrc/devel/py-flakes: Makefile distinfo Log Message: py-flakes: updated to 2.3.1 2.3.1: - Fix regression in 2.3.0: type annotations no longer redefine imports To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/py-flakes/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-flakes/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1617621429143640 Content-Disposition: inline Content-Length: 1664 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-flakes/Makefile diff -u pkgsrc/devel/py-flakes/Makefile:1.17 pkgsrc/devel/py-flakes/Makefile:1.18 --- pkgsrc/devel/py-flakes/Makefile:1.17 Mon Mar 15 07:17:15 2021 +++ pkgsrc/devel/py-flakes/Makefile Mon Apr 5 11:17:09 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2021/03/15 07:17:15 adam Exp $ +# $NetBSD: Makefile,v 1.18 2021/04/05 11:17:09 adam Exp $ -DISTNAME= pyflakes-2.3.0 +DISTNAME= pyflakes-2.3.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyflakes/} Index: pkgsrc/devel/py-flakes/distinfo diff -u pkgsrc/devel/py-flakes/distinfo:1.14 pkgsrc/devel/py-flakes/distinfo:1.15 --- pkgsrc/devel/py-flakes/distinfo:1.14 Mon Mar 15 07:17:15 2021 +++ pkgsrc/devel/py-flakes/distinfo Mon Apr 5 11:17:09 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2021/03/15 07:17:15 adam Exp $ +$NetBSD: distinfo,v 1.15 2021/04/05 11:17:09 adam Exp $ -SHA1 (pyflakes-2.3.0.tar.gz) = 9acf12534732e85472889bb254ab33917496a539 -RMD160 (pyflakes-2.3.0.tar.gz) = 32730b188c937853fdf23c4ff1e1641c89ba58d0 -SHA512 (pyflakes-2.3.0.tar.gz) = e65e534139b7739e742eaa07e8803387f20bba0332247688c864ef8fab74d5851c68e9705cecae158c8d178ddbb08d54aea7ce77910979be1cc3fea57687fce4 -Size (pyflakes-2.3.0.tar.gz) = 68452 bytes +SHA1 (pyflakes-2.3.1.tar.gz) = 9798bb913a46fc8352d75098d94c837ec3559393 +RMD160 (pyflakes-2.3.1.tar.gz) = 5f679e5efcc429666436c88b61641891cc31cc8a +SHA512 (pyflakes-2.3.1.tar.gz) = 85d3a2737d31ed4b5f4c2e3621759a5951d1320f95d74313fec09fa551648105b3ab84db94f7bffe5b77623e4adbea1d8ad12b9ce2fee7e81c41581a3ea81cc6 +Size (pyflakes-2.3.1.tar.gz) = 68567 bytes --_----------=_1617621429143640--