Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=qmxhWB60; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=YrPYEz78 Received: by mail.netbsd.org (Postfix, from userid 605) id 2B13B84EB7; Mon, 15 Apr 2024 05:31:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713159071; bh=pZUZ9YaQtavN4kyGgZ78ZAI/diqnxG7W3lLT+pOrL+o=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=qmxhWB606gTT3D8GKTyVkIXEmYDILsiAT3tcY5DPvNpgkqiFyXxnpz/yAW9Hy1aGW mHDcQ3P2N8I7DDKmbUlm+DLYfhBgDjJGjfhSgutZkjdAqO/fWagUfWfPXzlVlCXw7j DUnm/wfrhESK5bCN8/36WbPjA40d8cTFQWopt10M= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0F38184D4C for ; Mon, 15 Apr 2024 05:31:10 +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 qbo3hh8NK2nt for ; Mon, 15 Apr 2024 05:31:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6359B84CD9 for ; Mon, 15 Apr 2024 05:31:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713159069; bh=pZUZ9YaQtavN4kyGgZ78ZAI/diqnxG7W3lLT+pOrL+o=; h=Date:From:Subject:To:Reply-To; b=YrPYEz78JybA8D/v1zi8O4YRsCLfcgyBSZKWd1NDvKiHxOfE6VSC9e5YxDDKU1eS5 fPoWboTv9q+4SZxEA/pHcbcsAxufpmZxE0NoOqNrj/x5bOoYgLpgbBIak+A/qe3bGY 16Zqc5hYB3ZCjtQfu8c6q2zh9pk4Rfpx3gLMcO4M= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5D62DFA2C; Mon, 15 Apr 2024 05:31:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1713159069197590" MIME-Version: 1.0 Date: Mon, 15 Apr 2024 05:31:09 +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: <20240415053109.5D62DFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1713159069197590 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Apr 15 05:31:09 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: Updated textproc/py-enchant, devel/cargo-bloat To generate a diff of this commit: cvs rdiff -u -r1.2456 -r1.2457 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1713159069197590 Content-Disposition: inline Content-Length: 785 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.2456 pkgsrc/doc/CHANGES-2024:1.2457 --- pkgsrc/doc/CHANGES-2024:1.2456 Mon Apr 15 05:18:09 2024 +++ pkgsrc/doc/CHANGES-2024 Mon Apr 15 05:31:09 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2456 2024/04/15 05:18:09 adam Exp $ +$NetBSD: CHANGES-2024,v 1.2457 2024/04/15 05:31:09 adam Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4092,3 +4092,5 @@ Changes to the packages collection and i Updated textproc/yq to 3.3.0 [adam 2024-04-15] Updated devel/py-pdm_backend to 2.2.0 [adam 2024-04-15] Updated devel/py-hatchling to 1.23.0 [adam 2024-04-15] + Updated textproc/py-enchant to 3.2.2nb1 [adam 2024-04-15] + Updated devel/cargo-bloat to 0.12.0 [adam 2024-04-15] --_----------=_1713159069197590--