Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=C4vyGbUx; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=CGvujOUD Received: by mail.netbsd.org (Postfix, from userid 605) id A95FC84E71; Sun, 17 Mar 2024 09:57:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710669455; bh=M28Ou3AKfJAoBf+87k+f54K+l7HUFLRQzUmvJS5GS/0=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=C4vyGbUxFhOnEI6vSaqa8vceBJ2acThAgTxvCMp8a7jj+oeuDyvWpmA5yDommmz5H R1u7bfyETXgLEt2rcRMpglm3MS6VDb9+anmJLp5lPuvz2L/sBTqXDkGvNocpGdF3ZJ TEAOCyx9uPpt0nRoYAY31eVAEjzlrtHmX5XfW1Jo= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 97EA784E59 for ; Sun, 17 Mar 2024 09:57:34 +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 2NP1xPXfjXqi for ; Sun, 17 Mar 2024 09:57:34 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id DF15584D27 for ; Sun, 17 Mar 2024 09:57:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710669454; bh=M28Ou3AKfJAoBf+87k+f54K+l7HUFLRQzUmvJS5GS/0=; h=Date:From:Subject:To:Reply-To; b=CGvujOUD/Qp+Ib2g/AC38HoVc88Ve3KMn2p/DnxFND6FwzmkjsHeE/rueSmyZe3c+ BCZOfMo+BqUweGaTeyWkFwUW+RAUxg7KGX5+pCATKBbgPtsv/FQ+6AfSgXWl2pKCWR FDrbQSndK4x2IBjeJ37RTzxuvJHs0CGI81MeT4sA= Received: by cvs.NetBSD.org (Postfix, from userid 500) id D7B6FFA2C; Sun, 17 Mar 2024 09:57:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1710669453139150" MIME-Version: 1.0 Date: Sun, 17 Mar 2024 09:57:33 +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: <20240317095733.D7B6FFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1710669453139150 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Mar 17 09:57:33 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: Updated math/py-asdf-standard, math/py-asdf-unit-schemas, math/py-asdf-transform-schemas, math/py-asdf To generate a diff of this commit: cvs rdiff -u -r1.1901 -r1.1902 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1710669453139150 Content-Disposition: inline Content-Length: 918 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.1901 pkgsrc/doc/CHANGES-2024:1.1902 --- pkgsrc/doc/CHANGES-2024:1.1901 Sun Mar 17 07:13:48 2024 +++ pkgsrc/doc/CHANGES-2024 Sun Mar 17 09:57:33 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.1901 2024/03/17 07:13:48 fox Exp $ +$NetBSD: CHANGES-2024,v 1.1902 2024/03/17 09:57:33 adam Exp $ Changes to the packages collection and infrastructure in 2024: @@ -3186,3 +3186,7 @@ Changes to the packages collection and i Updated meta-pkgs/mate to 1.26.1nb9 [gutteridge 2024-03-16] Updated shells/oh-my-posh to 19.17.2 [pin 2024-03-16] Updated audio/fasttracker2 to 1.77.1 [fox 2024-03-17] + Updated math/py-asdf-standard to 1.1.1 [adam 2024-03-17] + Updated math/py-asdf-unit-schemas to 0.2.0 [adam 2024-03-17] + Updated math/py-asdf-transform-schemas to 0.5.0 [adam 2024-03-17] + Updated math/py-asdf to 3.1.0 [adam 2024-03-17] --_----------=_1710669453139150--