Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=VgQbm3Xw; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=pBdX/Iua Received: by mail.netbsd.org (Postfix, from userid 605) id C6BED84EB3; Sat, 6 Apr 2024 05:50:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712382651; bh=8p5o9slE/YXiYnf8Y5wxbH4f4pPeUs7vvkv/+WYXXcw=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=VgQbm3Xwnf6S/zJWqf3IEIk8YX4RNG6gB3/NWZpErmHYJzo2cWqSuzq9sZUpZz/WH LMuWfEvF16d8pdwstGbWAcAcV3+cetjVVx//9iQ8bajAJgbK7730K1zQszCPZekQZF KG/ldclu5+lpS3cgaCavq3vXjhs31exlkgf4IAkU= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B67E584D6A for ; Sat, 6 Apr 2024 05:50:50 +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 ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 0FWb9k1vXdML for ; Sat, 6 Apr 2024 05:50:50 +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 1215684CEB for ; Sat, 6 Apr 2024 05:50:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712382650; bh=8p5o9slE/YXiYnf8Y5wxbH4f4pPeUs7vvkv/+WYXXcw=; h=Date:From:Subject:To:Reply-To; b=pBdX/Iuahgc+GxTl7/vPdUHLlbqOwZM1T2sn63ewI9bj2jVZKefoAkQkasG/L34K5 qCxwktoCwG/D9oxBfjC9NrQfICRD1czC4s+UokDbHrnTri3mwpvPMuiqinL6i/ERyU 6GcanCV7wiNHf80dmkGSwqC+yPVsygkauMmhVAb0= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 01284FA2C; Sat, 6 Apr 2024 05:50:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171238264944720" MIME-Version: 1.0 Date: Sat, 6 Apr 2024 05:50:49 +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: <20240406055050.01284FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171238264944720 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Apr 6 05:50:49 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: Updated devel/py-execnet, www/py-publicsuffixlist, www/py-test-jupyter, devel/py-typing-extensions To generate a diff of this commit: cvs rdiff -u -r1.2285 -r1.2286 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171238264944720 Content-Disposition: inline Content-Length: 893 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.2285 pkgsrc/doc/CHANGES-2024:1.2286 --- pkgsrc/doc/CHANGES-2024:1.2285 Sat Apr 6 05:38:26 2024 +++ pkgsrc/doc/CHANGES-2024 Sat Apr 6 05:50:49 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2285 2024/04/06 05:38:26 adam Exp $ +$NetBSD: CHANGES-2024,v 1.2286 2024/04/06 05:50:49 adam Exp $ Changes to the packages collection and infrastructure in 2024: @@ -3821,3 +3821,7 @@ Changes to the packages collection and i Updated www/snac to 2.51 [schmonz 2024-04-06] Updated lang/tcl to 8.6.14 [adam 2024-04-06] Updated x11/tk to 8.6.14 [adam 2024-04-06] + Updated devel/py-execnet to 2.1.0 [adam 2024-04-06] + Updated www/py-publicsuffixlist to 0.10.0.20240403 [adam 2024-04-06] + Updated www/py-test-jupyter to 0.10.1 [adam 2024-04-06] + Updated devel/py-typing-extensions to 4.11.0 [adam 2024-04-06] --_----------=_171238264944720--