Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=at0sNQMC; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=bV9/ENuO Received: by mail.netbsd.org (Postfix, from userid 605) id 4C7AE84EAC; Wed, 15 May 2024 21:14:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715807680; bh=BeorIiOORdF+pPQ4E/8vrslEBrAi1zyI6IvNy+5G6Jk=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=at0sNQMC4bcOxA7/1TkdPBDCYVwGEzZXWUGHVuZF22SXuQ5z0ReGlgpb+F/z2caRZ TXS3JvanxaYR8IosjW2NbAKRnGudwkP/39eZmHIiKNa0LMfwgvIyuRsPjKuLRMlhoD TGJWYwA0Z0hFl1mOE4sVJaa/bzv2CW3T1+DuJ6X4= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3D9C784D40 for ; Wed, 15 May 2024 21:14:39 +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 ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id dNTbxa9ZMhhg for ; Wed, 15 May 2024 21:14:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C4CFB84CCC for ; Wed, 15 May 2024 21:14:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715807678; bh=BeorIiOORdF+pPQ4E/8vrslEBrAi1zyI6IvNy+5G6Jk=; h=Date:From:Subject:To:Reply-To; b=bV9/ENuOuDllW1lEXbxQqCAfuda1H+0SNMdDgqYuGEGLUcGH3FujuU16QvxRYs3Kn TC5zCWpCJE0fcrIhNOo+52sYvbCgNKnlpeJRW01kDTq5Oc0blsdx8USjoz7SU+rV8q piilHufaI62LJu5oSMB6J7gTbuZ5OBCrRUngEyps= Received: by cvs.NetBSD.org (Postfix, from userid 500) id BF1C4FA2C; Wed, 15 May 2024 21:14:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171580767811860" MIME-Version: 1.0 Date: Wed, 15 May 2024 21:14:38 +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: <20240515211438.BF1C4FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171580767811860 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:38 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated net/py-grpcio-tools to 1.63.0 To generate a diff of this commit: cvs rdiff -u -r1.3454 -r1.3455 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171580767811860 Content-Disposition: inline Content-Length: 716 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.3454 pkgsrc/doc/CHANGES-2024:1.3455 --- pkgsrc/doc/CHANGES-2024:1.3454 Wed May 15 21:14:29 2024 +++ pkgsrc/doc/CHANGES-2024 Wed May 15 21:14:38 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.3454 2024/05/15 21:14:29 wiz Exp $ +$NetBSD: CHANGES-2024,v 1.3455 2024/05/15 21:14:38 wiz Exp $ Changes to the packages collection and infrastructure in 2024: @@ -5405,3 +5405,4 @@ Changes to the packages collection and i 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] + Updated net/py-grpcio-tools to 1.63.0 [wiz 2024-05-15] --_----------=_171580767811860--