Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=bO/Q1RNN; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=ODVJtIsC Received: by mail.netbsd.org (Postfix, from userid 605) id DDC2684F4E; Wed, 15 May 2024 07:25:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715757932; bh=aHpderFCBmJfiDFt7KcyyUyHqSQeyZfn4R2TZgMw3t8=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=bO/Q1RNNtgOkXmcuTYWuNdhsCUwTb4iO9lcfTG2HiuJdtN43FiQX8bYo4o/849zW2 f/9P20/dr2ObbppjoB00x6D4wBMBdKGKi4y3+/qDrYqSSoiQosUr4x89AcQRVeQwPJ UVu13DxlhPz2ZHEg+BYTMG57qopm7IeW9uMHI7ks= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CDBC684F34 for ; Wed, 15 May 2024 07:25:30 +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 STCzcc2-z3Ns for ; Wed, 15 May 2024 07:25:30 +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 2923B84CEB for ; Wed, 15 May 2024 07:25:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715757930; bh=aHpderFCBmJfiDFt7KcyyUyHqSQeyZfn4R2TZgMw3t8=; h=Date:From:Subject:To:Reply-To; b=ODVJtIsCUcbX+R4hL8vzwX2che082s37vEAxJ9/UX5rV52JH1diBgF+vODokaSWMO kmTVL92AjA0a9jdfs+ewb+MhkHbpYCHrYtU2Nzfxb0cLuBM7SgmEy1mxjsS71yNSbK NiY7FZ2qeKcLGcy93VM2kZ3381vUywOFC7cX3SAU= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 222D4FA2C; Wed, 15 May 2024 07:25:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1715757930118670" MIME-Version: 1.0 Date: Wed, 15 May 2024 07:25:30 +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: <20240515072530.222D4FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1715757930118670 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed May 15 07:25:30 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: Updated devel/wabt, misc/py-platformdirs, devel/py-types-ujson, devel/py-types-setuptools To generate a diff of this commit: cvs rdiff -u -r1.3431 -r1.3432 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1715757930118670 Content-Disposition: inline Content-Length: 926 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.3431 pkgsrc/doc/CHANGES-2024:1.3432 --- pkgsrc/doc/CHANGES-2024:1.3431 Wed May 15 07:01:50 2024 +++ pkgsrc/doc/CHANGES-2024 Wed May 15 07:25:29 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.3431 2024/05/15 07:01:50 wiz Exp $ +$NetBSD: CHANGES-2024,v 1.3432 2024/05/15 07:25:29 adam Exp $ Changes to the packages collection and infrastructure in 2024: @@ -5371,3 +5371,7 @@ Changes to the packages collection and i Added math/py-asdf_astropy version 0.6.1 [wiz 2024-05-15] Added math/py-asdf_wcs_schemas version 0.4.0 [wiz 2024-05-15] Updated math/py-gwcs to 0.21.0 [wiz 2024-05-15] + Updated devel/wabt to 1.0.35 [adam 2024-05-15] + Updated misc/py-platformdirs to 4.2.2 [adam 2024-05-15] + Updated devel/py-types-ujson to 5.10.0.20240515 [adam 2024-05-15] + Updated devel/py-types-setuptools to 69.5.0.20240513 [adam 2024-05-15] --_----------=_1715757930118670--