Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 865731A9217 for ; Mon, 7 Dec 2020 08:02:19 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id EB8D984D9C; Mon, 7 Dec 2020 08:02:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3225484D6C for ; Mon, 7 Dec 2020 08:02:18 +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 Bc53FJWCur0Y for ; Mon, 7 Dec 2020 08:02:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 898F884D47 for ; Mon, 7 Dec 2020 08:02:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 86739FA9D; Mon, 7 Dec 2020 08:02:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_160732813783120" MIME-Version: 1.0 Date: Mon, 7 Dec 2020 08:02:17 +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: <20201207080217.86739FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_160732813783120 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Dec 7 08:02:17 UTC 2020 Modified Files: pkgsrc/doc: CHANGES-2020 Log Message: Updated net/py-grpcio, net/py-grpcio-testing, net/py-grpcio-tools, devel/abseil To generate a diff of this commit: cvs rdiff -u -r1.6599 -r1.6600 pkgsrc/doc/CHANGES-2020 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_160732813783120 Content-Disposition: inline Content-Length: 892 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2020 diff -u pkgsrc/doc/CHANGES-2020:1.6599 pkgsrc/doc/CHANGES-2020:1.6600 --- pkgsrc/doc/CHANGES-2020:1.6599 Mon Dec 7 00:03:58 2020 +++ pkgsrc/doc/CHANGES-2020 Mon Dec 7 08:02:17 2020 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2020,v 1.6599 2020/12/07 00:03:58 schwarz Exp $ +$NetBSD: CHANGES-2020,v 1.6600 2020/12/07 08:02:17 adam Exp $ Changes to the packages collection and infrastructure in 2020: @@ -9595,3 +9595,7 @@ Changes to the packages collection and i Updated devel/libosip to 5.2.0 [schwarz 2020-12-06] Updated net/libexosip to 5.2.0 [schwarz 2020-12-06] Updated editors/nano to 5.4 [schwarz 2020-12-07] + Updated net/py-grpcio to 1.34.0 [adam 2020-12-07] + Updated net/py-grpcio-testing to 1.34.0 [adam 2020-12-07] + Updated net/py-grpcio-tools to 1.34.0 [adam 2020-12-07] + Updated devel/abseil to 20200923.2 [adam 2020-12-07] --_----------=_160732813783120--