Received: by mail.netbsd.org (Postfix, from userid 605) id A276284F57; Thu, 23 Feb 2023 08:34:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D233984ED2 for ; Thu, 23 Feb 2023 08:34:09 +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 ywH0i2qBWgDL for ; Thu, 23 Feb 2023 08:34:09 +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 516C784DC1 for ; Thu, 23 Feb 2023 08:34:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 44C4EFA90; Thu, 23 Feb 2023 08:34:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1677141249249780" MIME-Version: 1.0 Date: Thu, 23 Feb 2023 08:34:09 +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: <20230223083409.44C4EFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1677141249249780 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Feb 23 08:34:09 UTC 2023 Modified Files: pkgsrc/security/py-google-auth: Makefile distinfo Log Message: py-google-auth: updated to 2.16.1 2.16.1 (2023-02-17) Bug Fixes Add support for python 3.11 Remove 3PI config url validation Update the docs generator interpreter to unblock documentation build To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 pkgsrc/security/py-google-auth/Makefile cvs rdiff -u -r1.44 -r1.45 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. --_----------=_1677141249249780 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.47 pkgsrc/security/py-google-auth/Makefile:1.48 --- pkgsrc/security/py-google-auth/Makefile:1.47 Wed Feb 15 07:48:45 2023 +++ pkgsrc/security/py-google-auth/Makefile Thu Feb 23 08:34:09 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.47 2023/02/15 07:48:45 adam Exp $ +# $NetBSD: Makefile,v 1.48 2023/02/23 08:34:09 adam Exp $ -DISTNAME= google-auth-2.16.0 +DISTNAME= google-auth-2.16.1 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.44 pkgsrc/security/py-google-auth/distinfo:1.45 --- pkgsrc/security/py-google-auth/distinfo:1.44 Wed Feb 15 07:48:45 2023 +++ pkgsrc/security/py-google-auth/distinfo Thu Feb 23 08:34:09 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.44 2023/02/15 07:48:45 adam Exp $ +$NetBSD: distinfo,v 1.45 2023/02/23 08:34:09 adam Exp $ -BLAKE2s (google-auth-2.16.0.tar.gz) = 46b097be51431e0d11a1f536c712f2cc8a594fbb1de4af32caffb004f1a1327f -SHA512 (google-auth-2.16.0.tar.gz) = dbeff00089a410c6702e2bd704968c7392809dc217b3f511b62429a11649e4b0607a41622d2753bed9e511368b1c32086b23df66ec915e07a1dd4f32471e025d -Size (google-auth-2.16.0.tar.gz) = 223336 bytes +BLAKE2s (google-auth-2.16.1.tar.gz) = 87e8ffd186106415dc5b1c832f6177f1666606a7eb3a459a359a3c0fd0ed88ec +SHA512 (google-auth-2.16.1.tar.gz) = 87e648832cd88d789334e59ea05545dd567ff7cf5d65d5dd2c209277716b6a77e92e082e9db91df208f1372a010ef1d6830ff77dbdf77d0fda2b649da39bcdd9 +Size (google-auth-2.16.1.tar.gz) = 221594 bytes --_----------=_1677141249249780--