Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A6BCF84EB9 for ; Fri, 10 Nov 2023 11:27:36 +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 1dOT6AOfXfNi for ; Fri, 10 Nov 2023 11:27:36 +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 1BCC084D44 for ; Fri, 10 Nov 2023 11:27:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0A9EAFA2F; Fri, 10 Nov 2023 11:27:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1699615656111370" MIME-Version: 1.0 Date: Fri, 10 Nov 2023 11:27:36 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/security/py-google-auth To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231110112736.0A9EAFA2F@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1699615656111370 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Nov 10 11:27:35 UTC 2023 Modified Files: pkgsrc/security/py-google-auth: Makefile distinfo Log Message: py-google-auth: updated to 2.23.4 2.23.4 (2023-10-31) Bug Fixes Export detect_gce_residency_linux function To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 pkgsrc/security/py-google-auth/Makefile cvs rdiff -u -r1.56 -r1.57 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. --_----------=_1699615656111370 Content-Disposition: inline Content-Length: 1680 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.59 pkgsrc/security/py-google-auth/Makefile:1.60 --- pkgsrc/security/py-google-auth/Makefile:1.59 Thu Oct 12 15:32:26 2023 +++ pkgsrc/security/py-google-auth/Makefile Fri Nov 10 11:27:35 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.59 2023/10/12 15:32:26 adam Exp $ +# $NetBSD: Makefile,v 1.60 2023/11/10 11:27:35 adam Exp $ -DISTNAME= google-auth-2.23.3 +DISTNAME= google-auth-2.23.4 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.56 pkgsrc/security/py-google-auth/distinfo:1.57 --- pkgsrc/security/py-google-auth/distinfo:1.56 Thu Oct 12 15:32:26 2023 +++ pkgsrc/security/py-google-auth/distinfo Fri Nov 10 11:27:35 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.56 2023/10/12 15:32:26 adam Exp $ +$NetBSD: distinfo,v 1.57 2023/11/10 11:27:35 adam Exp $ -BLAKE2s (google-auth-2.23.3.tar.gz) = 3f6b129929755b4d8d8dd4dec426e7e61d32e8f389b4c907956ded3607fd7d54 -SHA512 (google-auth-2.23.3.tar.gz) = a561c1359e520e82de6faf3e0d60f8c072b96231ee2db54bea59ad9fa5caa505f91ab5b1008f7a3ebecdfcd70fbddbcfb5c19dfad8b0fe1424558284757aeb4b -Size (google-auth-2.23.3.tar.gz) = 232472 bytes +BLAKE2s (google-auth-2.23.4.tar.gz) = e22985ab23de54b0b6141280fd23f798ffc518e697817a52187a47ee0e3ab66a +SHA512 (google-auth-2.23.4.tar.gz) = 561cff5003f5b6e37a0ab4fa4c827646bb9b3fee3dc500214b88ec3fc7203022f487abaee315751fb7d90b4ed9a9d9d0ab6f3dc7d3336d9df9d4b45e6146bc2f +Size (google-auth-2.23.4.tar.gz) = 233560 bytes --_----------=_1699615656111370--