Received: by mail.netbsd.org (Postfix, from userid 605) id 4F26684D80; Wed, 15 Jul 2020 09:29:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CC94E84D27 for ; Wed, 15 Jul 2020 09:29:55 +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 1NPkE71zzaS9 for ; Wed, 15 Jul 2020 09:29:55 +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 515D384CDB for ; Wed, 15 Jul 2020 09:29:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4AE2DFB28; Wed, 15 Jul 2020 09:29:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1594805395109740" MIME-Version: 1.0 Date: Wed, 15 Jul 2020 09:29:55 +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: <20200715092955.4AE2DFB28@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. --_----------=_1594805395109740 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Jul 15 09:29:55 UTC 2020 Modified Files: pkgsrc/security/py-google-auth: Makefile distinfo Log Message: py-google-auth: updated to 1.19.0 1.19.0: Features add quota project to base credentials class check 'iss' in verify_oauth2_token Bug Fixes migrate signBlob to iamcredentials.googleapis.com Documentation remove 3.4 from supported versions list To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/security/py-google-auth/Makefile cvs rdiff -u -r1.19 -r1.20 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. --_----------=_1594805395109740 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.20 pkgsrc/security/py-google-auth/Makefile:1.21 --- pkgsrc/security/py-google-auth/Makefile:1.20 Sat Jun 20 16:28:08 2020 +++ pkgsrc/security/py-google-auth/Makefile Wed Jul 15 09:29:55 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2020/06/20 16:28:08 adam Exp $ +# $NetBSD: Makefile,v 1.21 2020/07/15 09:29:55 adam Exp $ -DISTNAME= google-auth-1.18.0 +DISTNAME= google-auth-1.19.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.19 pkgsrc/security/py-google-auth/distinfo:1.20 --- pkgsrc/security/py-google-auth/distinfo:1.19 Sat Jun 20 16:28:08 2020 +++ pkgsrc/security/py-google-auth/distinfo Wed Jul 15 09:29:55 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.19 2020/06/20 16:28:08 adam Exp $ +$NetBSD: distinfo,v 1.20 2020/07/15 09:29:55 adam Exp $ -SHA1 (google-auth-1.18.0.tar.gz) = 97eadb75e636faf16736906ff5b9dc5f24f38dfe -RMD160 (google-auth-1.18.0.tar.gz) = 29b56bdb4e37deceeaf5c2617033e923c53de984 -SHA512 (google-auth-1.18.0.tar.gz) = 391ca5c9686c0dcab6608de90ef9196f234e435633a9fe1d8f0560735672d109c065f916621f6813e0067717ec686bd07e82aa3a7da0ac8b41e612b6811c9c52 -Size (google-auth-1.18.0.tar.gz) = 105350 bytes +SHA1 (google-auth-1.19.0.tar.gz) = 2f39f9006c76136ea1c076a37e41f5bbf850be95 +RMD160 (google-auth-1.19.0.tar.gz) = 75df14f7f2a7f2efd08f4003b74490db3fce3ea9 +SHA512 (google-auth-1.19.0.tar.gz) = 1ff2aa6ac142b0343881fc921c20c129a9beab2a965ec1031e2316127eecfa99e45a79c91f04fd2eea502aaf55ac20669d297a7d24fc5c68fe99f0c58dca0b05 +Size (google-auth-1.19.0.tar.gz) = 106972 bytes --_----------=_1594805395109740--