Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 59EF91A923A for ; Sat, 27 Nov 2021 11:42:05 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 92E5A84E6C; Sat, 27 Nov 2021 11:42:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C7C5184D74 for ; Sat, 27 Nov 2021 11:42:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at 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 w9NSGLBajOpy for ; Sat, 27 Nov 2021 11:42:03 +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 2900D84D1B for ; Sat, 27 Nov 2021 11:42:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 20BEFFAEC; Sat, 27 Nov 2021 11:42:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1638013323232140" MIME-Version: 1.0 Date: Sat, 27 Nov 2021 11:42:03 +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: <20211127114203.20BEFFAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1638013323232140 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Nov 27 11:42:03 UTC 2021 Modified Files: pkgsrc/doc: CHANGES-2021 Log Message: Updated devel/py-prompt_toolkit, devel/py-ipython To generate a diff of this commit: cvs rdiff -u -r1.5841 -r1.5842 pkgsrc/doc/CHANGES-2021 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1638013323232140 Content-Disposition: inline Content-Length: 816 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2021 diff -u pkgsrc/doc/CHANGES-2021:1.5841 pkgsrc/doc/CHANGES-2021:1.5842 --- pkgsrc/doc/CHANGES-2021:1.5841 Sat Nov 27 10:37:36 2021 +++ pkgsrc/doc/CHANGES-2021 Sat Nov 27 11:42:02 2021 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2021,v 1.5841 2021/11/27 10:37:36 pho Exp $ +$NetBSD: CHANGES-2021,v 1.5842 2021/11/27 11:42:02 adam Exp $ Changes to the packages collection and infrastructure in 2021: @@ -8867,3 +8867,5 @@ Changes to the packages collection and i Added meta-pkgs/php81-extensions version 8.1.0 [taca 2021-11-27] Added sysutils/gkrellm-themes version 2003.01.29 [pho 2021-11-27] Added audio/gkrellmpc version 0.1_beta10 [pho 2021-11-27] + Updated devel/py-prompt_toolkit to 3.0.23 [adam 2021-11-27] + Updated devel/py-ipython to 7.30.0 [adam 2021-11-27] --_----------=_1638013323232140--