Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D0E7184D2E for ; Thu, 7 Dec 2023 08:37:16 +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 RiEEnfg1A2Qd for ; Thu, 7 Dec 2023 08:37:16 +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 520A584CED for ; Thu, 7 Dec 2023 08:37:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 45AA7FA42; Thu, 7 Dec 2023 08:37:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1701938236251250" MIME-Version: 1.0 Date: Thu, 7 Dec 2023 08:37:16 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/security/py-google-auth To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20231207083716.45AA7FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1701938236251250 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Dec 7 08:37:16 UTC 2023 Modified Files: pkgsrc/security/py-google-auth: Makefile distinfo Log Message: py-google-auth: update to 2.24.0. Changes not found. To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 pkgsrc/security/py-google-auth/Makefile cvs rdiff -u -r1.57 -r1.58 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. --_----------=_1701938236251250 Content-Disposition: inline Content-Length: 1678 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.60 pkgsrc/security/py-google-auth/Makefile:1.61 --- pkgsrc/security/py-google-auth/Makefile:1.60 Fri Nov 10 11:27:35 2023 +++ pkgsrc/security/py-google-auth/Makefile Thu Dec 7 08:37:16 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.60 2023/11/10 11:27:35 adam Exp $ +# $NetBSD: Makefile,v 1.61 2023/12/07 08:37:16 wiz Exp $ -DISTNAME= google-auth-2.23.4 +DISTNAME= google-auth-2.24.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.57 pkgsrc/security/py-google-auth/distinfo:1.58 --- pkgsrc/security/py-google-auth/distinfo:1.57 Fri Nov 10 11:27:35 2023 +++ pkgsrc/security/py-google-auth/distinfo Thu Dec 7 08:37:16 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.57 2023/11/10 11:27:35 adam Exp $ +$NetBSD: distinfo,v 1.58 2023/12/07 08:37:16 wiz Exp $ -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 +BLAKE2s (google-auth-2.24.0.tar.gz) = c91326fc62856731a01367f6d518bb953e79b894625cefc3ed9bc6199ac6a40b +SHA512 (google-auth-2.24.0.tar.gz) = e4987b8e52be45e2fd2906525e1a4645f73b2322a6d7055f9b9c00555f4ffe05b7cda6e21cbf9f491e1e0f2b43772050017b7473b24a92cf5ca6ae6e589a15e0 +Size (google-auth-2.24.0.tar.gz) = 234771 bytes --_----------=_1701938236251250--