Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6F28284E96 for ; Sat, 2 Sep 2023 05:44:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id nguLEFQ7pv4B for ; Sat, 2 Sep 2023 05:44:47 +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 BB84084CEE for ; Sat, 2 Sep 2023 05:44:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7DC27FBDC; Sat, 2 Sep 2023 05:39:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1693633186245420" MIME-Version: 1.0 Date: Sat, 2 Sep 2023 05:39:46 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230902053946.7DC27FBDC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1693633186245420 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Sep 2 05:39:46 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 Log Message: Updated www/py-notebook, devel/py-ipython To generate a diff of this commit: cvs rdiff -u -r1.5270 -r1.5271 pkgsrc/doc/CHANGES-2023 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1693633186245420 Content-Disposition: inline Content-Length: 786 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2023 diff -u pkgsrc/doc/CHANGES-2023:1.5270 pkgsrc/doc/CHANGES-2023:1.5271 --- pkgsrc/doc/CHANGES-2023:1.5270 Fri Sep 1 23:44:51 2023 +++ pkgsrc/doc/CHANGES-2023 Sat Sep 2 05:39:46 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.5270 2023/09/01 23:44:51 rillig Exp $ +$NetBSD: CHANGES-2023,v 1.5271 2023/09/02 05:39:46 adam Exp $ Changes to the packages collection and infrastructure in 2023: @@ -7678,3 +7678,5 @@ Changes to the packages collection and i Updated lang/racket to 8.10 [riastradh 2023-09-01] Updated lang/racket-textual to 8.10 [riastradh 2023-09-01] Updated pkgtools/pkglint to 23.2.2 [rillig 2023-09-01] + Updated www/py-notebook to 7.0.3 [adam 2023-09-02] + Updated devel/py-ipython to 8.15.0 [adam 2023-09-02] --_----------=_1693633186245420--