Received: by mail.netbsd.org (Postfix, from userid 605) id 5373C84D16; Fri, 5 Mar 2021 08:35:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8C48584CF1 for ; Fri, 5 Mar 2021 08:35:48 +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 6Out96Kf0bzp for ; Fri, 5 Mar 2021 08:35:48 +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 CAE9F84CDB for ; Fri, 5 Mar 2021 08:35:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C2910FA95; Fri, 5 Mar 2021 08:35:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161493334749800" MIME-Version: 1.0 Date: Fri, 5 Mar 2021 08:35:47 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20210305083547.C2910FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161493334749800 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Mar 5 08:35:47 UTC 2021 Modified Files: pkgsrc/doc: CHANGES-2021 Log Message: Updated security/py-google-auth, security/py-google-auth-httplib2, security/py-google-auth-oauthlib, devel/py-google-api-core To generate a diff of this commit: cvs rdiff -u -r1.1399 -r1.1400 pkgsrc/doc/CHANGES-2021 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161493334749800 Content-Disposition: inline Content-Length: 945 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2021 diff -u pkgsrc/doc/CHANGES-2021:1.1399 pkgsrc/doc/CHANGES-2021:1.1400 --- pkgsrc/doc/CHANGES-2021:1.1399 Fri Mar 5 07:59:10 2021 +++ pkgsrc/doc/CHANGES-2021 Fri Mar 5 08:35:47 2021 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2021,v 1.1399 2021/03/05 07:59:10 adam Exp $ +$NetBSD: CHANGES-2021,v 1.1400 2021/03/05 08:35:47 adam Exp $ Changes to the packages collection and infrastructure in 2021: @@ -2192,3 +2192,7 @@ Changes to the packages collection and i Updated devel/py-setuptools_scm to 5.0.2 [adam 2021-03-05] Updated archivers/py-zipp to 3.4.1 [adam 2021-03-05] Updated textproc/py-xmlschema to 1.5.2 [adam 2021-03-05] + Updated security/py-google-auth to 1.27.1 [adam 2021-03-05] + Updated security/py-google-auth-httplib2 to 0.1.0 [adam 2021-03-05] + Updated security/py-google-auth-oauthlib to 0.4.3 [adam 2021-03-05] + Updated devel/py-google-api-core to 1.26.1 [adam 2021-03-05] --_----------=_161493334749800--