Received: by mail.netbsd.org (Postfix, from userid 605) id 403DD84D55; Tue, 16 May 2023 22:45:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6E74684D21 for ; Tue, 16 May 2023 22:45:01 +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 zTlUUdPgXVHo for ; Tue, 16 May 2023 22:45:01 +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 E1B8B84CCF for ; Tue, 16 May 2023 22:45:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D60E4FA87; Tue, 16 May 2023 22:45:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1684277100205880" MIME-Version: 1.0 Date: Tue, 16 May 2023 22:45:00 +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: <20230516224500.D60E4FA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1684277100205880 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue May 16 22:45:00 UTC 2023 Modified Files: pkgsrc/security/py-google-auth: Makefile distinfo Log Message: py-google-auth: update to 2.18.0. Features Add smbios check to detect GCE residency (#1276) (22d241b) Universe domain support for service account (#1286) (821c1b6) To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 pkgsrc/security/py-google-auth/Makefile cvs rdiff -u -r1.47 -r1.48 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. --_----------=_1684277100205880 Content-Disposition: inline Content-Length: 1676 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.50 pkgsrc/security/py-google-auth/Makefile:1.51 --- pkgsrc/security/py-google-auth/Makefile:1.50 Thu May 4 11:43:33 2023 +++ pkgsrc/security/py-google-auth/Makefile Tue May 16 22:45:00 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.50 2023/05/04 11:43:33 wiz Exp $ +# $NetBSD: Makefile,v 1.51 2023/05/16 22:45:00 wiz Exp $ -DISTNAME= google-auth-2.17.3 +DISTNAME= google-auth-2.18.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.47 pkgsrc/security/py-google-auth/distinfo:1.48 --- pkgsrc/security/py-google-auth/distinfo:1.47 Thu May 4 11:43:33 2023 +++ pkgsrc/security/py-google-auth/distinfo Tue May 16 22:45:00 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.47 2023/05/04 11:43:33 wiz Exp $ +$NetBSD: distinfo,v 1.48 2023/05/16 22:45:00 wiz Exp $ -BLAKE2s (google-auth-2.17.3.tar.gz) = e2fecba11e73a7ddbe32b107fc8349f90ce381ee989723417e173135b5f1b213 -SHA512 (google-auth-2.17.3.tar.gz) = a731260cdfd74a2a095d682aecde55807727eb24fbc4c0ea0da2fb24a6b0f9eed5653cf9ce18ce2caee2e79a7bcadb7a9342aa511db30358c670afbf01c2fd4c -Size (google-auth-2.17.3.tar.gz) = 222865 bytes +BLAKE2s (google-auth-2.18.0.tar.gz) = 0c5056b6b1be0ec23c80fe14b04ee4ebeb2d1995623f41b98e44258441257750 +SHA512 (google-auth-2.18.0.tar.gz) = 2443c7948cb71803197dba2d57ff92f4c17981fa47ac383e9636d2ed239a7d71f43a4d8f61c7c90c651b8d13a0cfc5633a815d72bd731e92d83f3bbaa1b95118 +Size (google-auth-2.18.0.tar.gz) = 224653 bytes --_----------=_1684277100205880--