Received: by mail.netbsd.org (Postfix, from userid 605) id 1F8B684D81; Fri, 5 Feb 2021 19:50:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5A2A484D6A for ; Fri, 5 Feb 2021 19:50:03 +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 ZczrZm_OXHwc for ; Fri, 5 Feb 2021 19:50:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D2B4984C86 for ; Fri, 5 Feb 2021 19:50:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C6C32FA95; Fri, 5 Feb 2021 19:50:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161255460262590" MIME-Version: 1.0 Date: Fri, 5 Feb 2021 19:50:02 +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: <20210205195002.C6C32FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161255460262590 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Feb 5 19:50:02 UTC 2021 Modified Files: pkgsrc/security/py-google-auth: Makefile distinfo Log Message: py-google-auth: updated to 1.25.0 1.25.0 Features support self-signed jwt in requests and urllib3 transports use self-signed jwt for service account To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 pkgsrc/security/py-google-auth/Makefile cvs rdiff -u -r1.27 -r1.28 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. --_----------=_161255460262590 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.30 pkgsrc/security/py-google-auth/Makefile:1.31 --- pkgsrc/security/py-google-auth/Makefile:1.30 Mon Dec 14 06:10:36 2020 +++ pkgsrc/security/py-google-auth/Makefile Fri Feb 5 19:50:02 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2020/12/14 06:10:36 adam Exp $ +# $NetBSD: Makefile,v 1.31 2021/02/05 19:50:02 adam Exp $ -DISTNAME= google-auth-1.24.0 +DISTNAME= google-auth-1.25.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.27 pkgsrc/security/py-google-auth/distinfo:1.28 --- pkgsrc/security/py-google-auth/distinfo:1.27 Mon Dec 14 06:10:36 2020 +++ pkgsrc/security/py-google-auth/distinfo Fri Feb 5 19:50:02 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.27 2020/12/14 06:10:36 adam Exp $ +$NetBSD: distinfo,v 1.28 2021/02/05 19:50:02 adam Exp $ -SHA1 (google-auth-1.24.0.tar.gz) = 46d2f60e17e47dac473dc56663898cdf0d91a7af -RMD160 (google-auth-1.24.0.tar.gz) = 57df73e4ebd421ac09c9167ef57ac39a1de8957a -SHA512 (google-auth-1.24.0.tar.gz) = 3e678dd946eb6c3c865cd35df1480a96ed35cf14b973f2239c5213b223a6569b4a9642609ac51243af75c662a08bbf0518d8592db97af297cf67c52b83019e30 -Size (google-auth-1.24.0.tar.gz) = 120351 bytes +SHA1 (google-auth-1.25.0.tar.gz) = 2d95803f2027d0a6df811afb9edfba89ce6b5691 +RMD160 (google-auth-1.25.0.tar.gz) = 077e7c5a61134747ba2879b9fa0710f05615bff4 +SHA512 (google-auth-1.25.0.tar.gz) = 1c83f18904b646264263c8ba20c13bcc61572b9de397331564b1c2e65083a27e6393dd9435b03789136d2fc2b43750f784d21a3dc670a58cc4bade9de267f195 +Size (google-auth-1.25.0.tar.gz) = 121940 bytes --_----------=_161255460262590--