Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=iYsL3n+d; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=m6EcTNVj Received: by mail.netbsd.org (Postfix, from userid 605) id 4CFEE84F41; Wed, 15 May 2024 06:59:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715756349; bh=eDUoqNtGplwEE5MYo/SXr9tg/DpuzkQendMk6fugeSg=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=iYsL3n+dmnDKTg6WAnqO2hu+aXFkYsW11ejNGtvFz+SbrbgtPG+ty0jxZ8CqlV+t8 zSFQR2YYAKx2FTsCCbcg8PMgtHVr7igvHNk8i0WFHrgE9l7jMblU9OUpVyidUe+pcI WUAv2Q53PvRHtRPtCEi9S7uPJXfQyAiR7xV4LD1E= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3D5FF84E8C for ; Wed, 15 May 2024 06:59:08 +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 LEP3ZF1FvFXt for ; Wed, 15 May 2024 06:59:07 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 91B7A84D35 for ; Wed, 15 May 2024 06:59:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715756347; bh=eDUoqNtGplwEE5MYo/SXr9tg/DpuzkQendMk6fugeSg=; h=Date:From:Subject:To:Reply-To; b=m6EcTNVjLMgT3shB5ax/mywVoFjAwHE5vnesRngKA4VJuZ8THqjvvupKZQPlD9Mv4 BEe+gP8P4c37EIKBpxAuC3p4vCYgWjE4435OIpFQu2HRsb8pJWbViXUpIjIiH0V0Sx bMMFWYcWeB/tqlNAwg0HHN9WsJtHkw+Ufz/tK3K8= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8A4CFFA2C; Wed, 15 May 2024 06:59:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1715756347111180" MIME-Version: 1.0 Date: Wed, 15 May 2024 06:59:07 +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: <20240515065907.8A4CFFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1715756347111180 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed May 15 06:59:07 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Added math/py-asdf_wcs_schemas version 0.4.0 To generate a diff of this commit: cvs rdiff -u -r1.3429 -r1.3430 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1715756347111180 Content-Disposition: inline Content-Length: 767 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.3429 pkgsrc/doc/CHANGES-2024:1.3430 --- pkgsrc/doc/CHANGES-2024:1.3429 Wed May 15 06:47:25 2024 +++ pkgsrc/doc/CHANGES-2024 Wed May 15 06:59:07 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.3429 2024/05/15 06:47:25 wiz Exp $ +$NetBSD: CHANGES-2024,v 1.3430 2024/05/15 06:59:07 wiz Exp $ Changes to the packages collection and infrastructure in 2024: @@ -5369,3 +5369,4 @@ Changes to the packages collection and i Added devel/py-test-astropy-header version 0.2.2 [wiz 2024-05-15] Added math/py-asdf_coordinates_schemas version 0.3.0 [wiz 2024-05-15] 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] --_----------=_1715756347111180--