Received: by mail.netbsd.org (Postfix, from userid 605) id A73FB84D37; Mon, 31 Aug 2020 16:32:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2BC7984CDF for ; Mon, 31 Aug 2020 16:32:14 +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 M-4rllbfCOtt for ; Mon, 31 Aug 2020 16:32:13 +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 A47BD84CDB for ; Mon, 31 Aug 2020 16:32:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 974C2FB27; Mon, 31 Aug 2020 16:32:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1598891533159100" MIME-Version: 1.0 Date: Mon, 31 Aug 2020 16:32:13 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/security/py-google-auth To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20200831163213.974C2FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1598891533159100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Aug 31 16:32:13 UTC 2020 Modified Files: pkgsrc/security/py-google-auth: Makefile distinfo Log Message: py-google-auth: update to 1.21.0. * add GOOGLE_API_USE_CLIENT_CERTIFICATE support To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/security/py-google-auth/Makefile cvs rdiff -u -r1.22 -r1.23 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. --_----------=_1598891533159100 Content-Disposition: inline Content-Length: 1782 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.23 pkgsrc/security/py-google-auth/Makefile:1.24 --- pkgsrc/security/py-google-auth/Makefile:1.23 Fri Aug 7 06:41:25 2020 +++ pkgsrc/security/py-google-auth/Makefile Mon Aug 31 16:32:13 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2020/08/07 06:41:25 adam Exp $ +# $NetBSD: Makefile,v 1.24 2020/08/31 16:32:13 wiz Exp $ -DISTNAME= google-auth-1.20.1 +DISTNAME= google-auth-1.21.0 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.22 pkgsrc/security/py-google-auth/distinfo:1.23 --- pkgsrc/security/py-google-auth/distinfo:1.22 Fri Aug 7 06:41:25 2020 +++ pkgsrc/security/py-google-auth/distinfo Mon Aug 31 16:32:13 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.22 2020/08/07 06:41:25 adam Exp $ +$NetBSD: distinfo,v 1.23 2020/08/31 16:32:13 wiz Exp $ -SHA1 (google-auth-1.20.1.tar.gz) = 137c77a003c95c93df27a4fabd71ae4c5e2f94bb -RMD160 (google-auth-1.20.1.tar.gz) = 5e0353f96f24cd3bbd91f6289159d41d8e265f26 -SHA512 (google-auth-1.20.1.tar.gz) = 6aad44b58c71f96c686606d6e8b6f273c64ce1559737920ccc31ad761442cad7f5fab19a59daee9408b284405a00c2de769c00221ac91bcfdd48851dba6f680f -Size (google-auth-1.20.1.tar.gz) = 107375 bytes +SHA1 (google-auth-1.21.0.tar.gz) = 8c73b58ec383102e234c766dc600f2a4d4570990 +RMD160 (google-auth-1.21.0.tar.gz) = e6ab9566e28536944a204996c9a70de1ba71c392 +SHA512 (google-auth-1.21.0.tar.gz) = 61682e4d3b81354260d3781ccfffd0efd8af363bedf0b70612c40b06a313c8888ec2359ee06b221172edef82721fa8beda7536acfb3601f1aa61ca1df25b69b4 +Size (google-auth-1.21.0.tar.gz) = 108582 bytes --_----------=_1598891533159100--