Received: by mail.netbsd.org (Postfix, from userid 605) id AD60884D84; Tue, 25 May 2021 05:35:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E8D4184D64 for ; Tue, 25 May 2021 05:35:52 +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 W9SuzgVq3Ncs for ; Tue, 25 May 2021 05:35:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6BD9684C86 for ; Tue, 25 May 2021 05:35:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 690F6FA95; Tue, 25 May 2021 05:35:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162192095266270" MIME-Version: 1.0 Date: Tue, 25 May 2021 05:35:52 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/security/py-google-auth To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20210525053552.690F6FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162192095266270 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue May 25 05:35:52 UTC 2021 Modified Files: pkgsrc/security/py-google-auth: Makefile distinfo Log Message: py-google-auth: updated to 1.30.1 1.30.1 Bug Fixes allow user to customize context aware metadata path in _mtls_helper fix function name in signing error message To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 pkgsrc/security/py-google-auth/Makefile cvs rdiff -u -r1.34 -r1.35 pkgsrc/security/py-google-auth/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_162192095266270 Content-Disposition: inline Content-Length: 1784 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/py-google-auth/Makefile diff -u pkgsrc/security/py-google-auth/Makefile:1.37 pkgsrc/security/py-google-auth/Makefile:1.38 --- pkgsrc/security/py-google-auth/Makefile:1.37 Wed May 12 18:17:35 2021 +++ pkgsrc/security/py-google-auth/Makefile Tue May 25 05:35:52 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.37 2021/05/12 18:17:35 adam Exp $ +# $NetBSD: Makefile,v 1.38 2021/05/25 05:35:52 adam Exp $ -DISTNAME= google-auth-1.30.0 +DISTNAME= google-auth-1.30.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_PYPI:=g/google-auth/} Index: pkgsrc/security/py-google-auth/distinfo diff -u pkgsrc/security/py-google-auth/distinfo:1.34 pkgsrc/security/py-google-auth/distinfo:1.35 --- pkgsrc/security/py-google-auth/distinfo:1.34 Wed May 12 18:17:35 2021 +++ pkgsrc/security/py-google-auth/distinfo Tue May 25 05:35:52 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.34 2021/05/12 18:17:35 adam Exp $ +$NetBSD: distinfo,v 1.35 2021/05/25 05:35:52 adam Exp $ -SHA1 (google-auth-1.30.0.tar.gz) = e12e919bf07e96be9a9c94ec73ddded0955e1c8f -RMD160 (google-auth-1.30.0.tar.gz) = 46a64ba4dc73a95f1be39ad17f116f8217e33ac6 -SHA512 (google-auth-1.30.0.tar.gz) = d07d6946635071e601c684a60e99ecec532ec51425aa934ece48b124419cb4c69c7651505018471431a7cf14470f4f8d894a2121999d3a482d603d41e5a8e66c -Size (google-auth-1.30.0.tar.gz) = 169598 bytes +SHA1 (google-auth-1.30.1.tar.gz) = 73fed2c425ba400c9db801bfa1930b4409920b80 +RMD160 (google-auth-1.30.1.tar.gz) = 40c241f7201287aeabae45e2ca9e9ae0a930fd0a +SHA512 (google-auth-1.30.1.tar.gz) = 7e35f5be9be160ddef4b579c2e5bc966f1d64f8f0bb75220e22fd3edb9c6f6140bdcf68055fdb13dd370e3d543206900cc9403237eb328d69418a384a4d0fe26 +Size (google-auth-1.30.1.tar.gz) = 169244 bytes --_----------=_162192095266270--