Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=thjLRQQW; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=I8eSxqNT Received: by mail.netbsd.org (Postfix, from userid 605) id 85EDF84EDB; Wed, 15 May 2024 12:53:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715777633; bh=HxFNHesEOrcnKFordDgSL8bZfPMJXuDlqG08gevJtqk=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=thjLRQQWVhp6vEN7GIKXnMZ/9sXDYE3iKntv0hYNk+BcCcc2JQw7Wsu7Goa9XrcfM 0LwWm+fPM2rBJ51u1nLKowyz5MsUlm8WFoguUlVzJWw3E/9V/D53AA8qQbM2/yKxxu dhIZBCWf0rfoNofxgr6Gc3xqYIze05HrY6d+tR2g= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 779C384D27 for ; Wed, 15 May 2024 12:53:52 +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 XW9mwqdYv-Bu for ; Wed, 15 May 2024 12:53:52 +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 B9F4884CD7 for ; Wed, 15 May 2024 12:53:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715777632; bh=HxFNHesEOrcnKFordDgSL8bZfPMJXuDlqG08gevJtqk=; h=Date:From:Subject:To:Reply-To; b=I8eSxqNT5e09kivCOQULjp8ZJwv5Uxxl2yZQr1n3AUSZ/Oqq8ZGcWQAliOcqN2x9L qiGLfpEbuYh2NcST7Sc5sQvniVNMB9QVHOUBa423ixFLMnmHZWNiwH/vfepnSi6IQE DAuf7zU8oL7lcPHkPwbr3+Q0f+9DpL17Cb8RVYZw= Received: by cvs.NetBSD.org (Postfix, from userid 500) id B2D1BFA2C; Wed, 15 May 2024 12:53:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1715777631199870" MIME-Version: 1.0 Date: Wed, 15 May 2024 12:53:51 +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: <20240515125351.B2D1BFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1715777631199870 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed May 15 12:53:51 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: Updated devel/py-scikit-build-core, devel/py-urwid To generate a diff of this commit: cvs rdiff -u -r1.3440 -r1.3441 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1715777631199870 Content-Disposition: inline Content-Length: 790 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.3440 pkgsrc/doc/CHANGES-2024:1.3441 --- pkgsrc/doc/CHANGES-2024:1.3440 Wed May 15 12:45:35 2024 +++ pkgsrc/doc/CHANGES-2024 Wed May 15 12:53:51 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.3440 2024/05/15 12:45:35 adam Exp $ +$NetBSD: CHANGES-2024,v 1.3441 2024/05/15 12:53:51 adam Exp $ Changes to the packages collection and infrastructure in 2024: @@ -5387,3 +5387,5 @@ Changes to the packages collection and i Updated lang/gcc12-libs to 12.3.0nb2 [ryoon 2024-05-15] Updated lang/py-inflect to 7.2.1 [adam 2024-05-15] Updated textproc/py-ini2toml to 0.15 [adam 2024-05-15] + Updated devel/py-scikit-build-core to 0.9.4 [adam 2024-05-15] + Updated devel/py-urwid to 2.6.12 [adam 2024-05-15] --_----------=_1715777631199870--