Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=2kEmAs+r; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=DGNu0mfw Received: by mail.netbsd.org (Postfix, from userid 605) id D9EB584EBF; Wed, 15 May 2024 21:14:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715807671; bh=FzeR90G2vFesMOaCzEHDN8c9d3CjYu6oUeyUsr4Vb9w=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=2kEmAs+r48YqS6X+ysC04VfKmhWZwxP27jdvCbsfolYXzUz37aHKbcAUOuou7XMJ3 yqVKbH72IMhVQk7rcqjNQHc4iRJxPpN4edY//LD6ju43R0qEbPPgLkcag/k/LCAP+I gFm4M3gKQa5aq7+eWURRBTeu1sFQ3xwco2sYGkTU= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CB55484EAC for ; Wed, 15 May 2024 21:14:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id faPGHBjA3RQI for ; Wed, 15 May 2024 21:14:29 +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 5709884D40 for ; Wed, 15 May 2024 21:14:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715807669; bh=FzeR90G2vFesMOaCzEHDN8c9d3CjYu6oUeyUsr4Vb9w=; h=Date:From:Subject:To:Reply-To; b=DGNu0mfwslHs+yfmGsxYzNfUD970DfxKSeYzStKa1EWWi5oFL689PlwDGWunXeklG TAG0idbrOx4jnW3b/PaLkVemRdqRBIg1+zjM0LDevtLQKtkh/wtl+52Mkt4kHPpDvF cq7mV5U4Ro07P3RPfMYNIZJTGs3DpAjJIvG581Y8= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4A339FA2C; Wed, 15 May 2024 21:14:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171580766915610" MIME-Version: 1.0 Date: Wed, 15 May 2024 21:14:29 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240515211429.4A339FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171580766915610 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed May 15 21:14:29 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated net/py-grpcio-testing to 1.63.0 To generate a diff of this commit: cvs rdiff -u -r1.3453 -r1.3454 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171580766915610 Content-Disposition: inline Content-Length: 708 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2024 diff -u pkgsrc/doc/CHANGES-2024:1.3453 pkgsrc/doc/CHANGES-2024:1.3454 --- pkgsrc/doc/CHANGES-2024:1.3453 Wed May 15 21:14:15 2024 +++ pkgsrc/doc/CHANGES-2024 Wed May 15 21:14:29 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.3453 2024/05/15 21:14:15 wiz Exp $ +$NetBSD: CHANGES-2024,v 1.3454 2024/05/15 21:14:29 wiz Exp $ Changes to the packages collection and infrastructure in 2024: @@ -5404,3 +5404,4 @@ Changes to the packages collection and i Updated print/mupdf to 1.24.0 [wiz 2024-05-15] Updated net/grpc to 1.63.0 [wiz 2024-05-15] Updated net/py-grpcio to 1.63.0 [wiz 2024-05-15] + Updated net/py-grpcio-testing to 1.63.0 [wiz 2024-05-15] --_----------=_171580766915610--