Received: by mail.netbsd.org (Postfix, from userid 605) id C37EC84D41; Thu, 13 May 2021 17:25:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0ABC284CDA for ; Thu, 13 May 2021 17:25:31 +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 32YfZYkmZd7D for ; Thu, 13 May 2021 17:25:30 +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 832D284C13 for ; Thu, 13 May 2021 17:25:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7C11FFA95; Thu, 13 May 2021 17:25:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1620926730237990" MIME-Version: 1.0 Date: Thu, 13 May 2021 17:25:30 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-typing To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20210513172530.7C11FFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1620926730237990 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu May 13 17:25:30 UTC 2021 Modified Files: pkgsrc/devel/py-typing: Makefile distinfo Log Message: py-typing: updated to 3.10.0.0 3.10.0.0: Match Python 3.10 To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-typing/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-typing/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1620926730237990 Content-Disposition: inline Content-Length: 1656 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-typing/Makefile diff -u pkgsrc/devel/py-typing/Makefile:1.12 pkgsrc/devel/py-typing/Makefile:1.13 --- pkgsrc/devel/py-typing/Makefile:1.12 Wed Jul 15 09:33:01 2020 +++ pkgsrc/devel/py-typing/Makefile Thu May 13 17:25:30 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2020/07/15 09:33:01 adam Exp $ +# $NetBSD: Makefile,v 1.13 2021/05/13 17:25:30 adam Exp $ -DISTNAME= typing-3.7.4.3 +DISTNAME= typing-3.10.0.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=t/typing/} Index: pkgsrc/devel/py-typing/distinfo diff -u pkgsrc/devel/py-typing/distinfo:1.9 pkgsrc/devel/py-typing/distinfo:1.10 --- pkgsrc/devel/py-typing/distinfo:1.9 Wed Jul 15 09:33:01 2020 +++ pkgsrc/devel/py-typing/distinfo Thu May 13 17:25:30 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2020/07/15 09:33:01 adam Exp $ +$NetBSD: distinfo,v 1.10 2021/05/13 17:25:30 adam Exp $ -SHA1 (typing-3.7.4.3.tar.gz) = 2c065db5a149246be4299b58752e243632bda831 -RMD160 (typing-3.7.4.3.tar.gz) = a32ba2ef1a88c3885c42410be77a50f45cb3f67d -SHA512 (typing-3.7.4.3.tar.gz) = 01d3d33bf3264a8929242d58ffa3b6a897a9ce23cb84858871146ed516a6ef2fc222d3001bb5197276da1a374ae243f0ceab0325ae8675ef0ffb76df5065ae1e -Size (typing-3.7.4.3.tar.gz) = 78592 bytes +SHA1 (typing-3.10.0.0.tar.gz) = 4881436d78cd0b4289fbbff7b003e5c805cb28f5 +RMD160 (typing-3.10.0.0.tar.gz) = 15dea167ea192a7b855c96298af8455e7c2e2aba +SHA512 (typing-3.10.0.0.tar.gz) = 2ae48da0f409f03f8b9df893d9c53e2fa351b2041b7280eb19e633c708da88a4e8109e60679156e3009cf5d0a713d588de2a4049b46ef58a33df093107bbb8d5 +Size (typing-3.10.0.0.tar.gz) = 78962 bytes --_----------=_1620926730237990--