Received: by mail.netbsd.org (Postfix, from userid 605) id C00E884D53; Thu, 9 Jul 2020 07:27:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 47E5184D31 for ; Thu, 9 Jul 2020 07:27: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 YlUJA-Y9xzrh for ; Thu, 9 Jul 2020 07:27:17 +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 B8F9A84CE7 for ; Thu, 9 Jul 2020 07:27:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B0913FB28; Thu, 9 Jul 2020 07:27:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1594279637173150" MIME-Version: 1.0 Date: Thu, 9 Jul 2020 07:27: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: <20200709072717.B0913FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1594279637173150 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Jul 9 07:27:17 UTC 2020 Modified Files: pkgsrc/doc: CHANGES-2020 TODO Log Message: Updated devel/py-cython, net/grpc, net/py-grpcio, net/py-grpcio-testing, net/py-grpcio-tools, net/py-lexicon To generate a diff of this commit: cvs rdiff -u -r1.3961 -r1.3962 pkgsrc/doc/CHANGES-2020 cvs rdiff -u -r1.19945 -r1.19946 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1594279637173150 Content-Disposition: inline Content-Length: 1554 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.3961 pkgsrc/doc/CHANGES-2020:1.3962 --- pkgsrc/doc/CHANGES-2020:1.3961 Wed Jul 8 19:06:33 2020 +++ pkgsrc/doc/CHANGES-2020 Thu Jul 9 07:27:17 2020 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2020,v 1.3961 2020/07/08 19:06:33 bsiegert Exp $ +$NetBSD: CHANGES-2020,v 1.3962 2020/07/09 07:27:17 adam Exp $ Changes to the packages collection and infrastructure in 2020: @@ -6289,3 +6289,9 @@ Changes to the packages collection and i Added devel/lua-busted version 2.0.0 [nia 2020-07-08] Added textproc/lua-rapidjson version 0.6.1 [nia 2020-07-08] Updated textproc/asciidoc to 9.0.1 [bsiegert 2020-07-08] + Updated devel/py-cython to 0.29.21 [adam 2020-07-09] + Updated net/grpc to 1.30.1 [adam 2020-07-09] + Updated net/py-grpcio to 1.30.0 [adam 2020-07-09] + Updated net/py-grpcio-testing to 1.30.0 [adam 2020-07-09] + Updated net/py-grpcio-tools to 1.30.0 [adam 2020-07-09] + Updated net/py-lexicon to 3.3.27 [adam 2020-07-09] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.19945 pkgsrc/doc/TODO:1.19946 --- pkgsrc/doc/TODO:1.19945 Tue Jul 7 20:19:34 2020 +++ pkgsrc/doc/TODO Thu Jul 9 07:27:17 2020 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.19945 2020/07/07 20:19:34 adam Exp $ +$NetBSD: TODO,v 1.19946 2020/07/09 07:27:17 adam Exp $ Suggested new packages ====================== @@ -672,7 +672,6 @@ For possible Perl packages updates, see o grantlee-5.0.0 o greed-4.1 o gromacs-5.1.2 - o grpc-1.30.0 o gss-1.0.3 o gst-plugins1-omx-1.10.0 o gthumb-3.4.0 --_----------=_1594279637173150--