Received: by mail.netbsd.org (Postfix, from userid 605) id 8C91584F2D; Thu, 15 Sep 2022 17:56:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C55F584F2B for ; Thu, 15 Sep 2022 17:56:02 +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 lNCiEIzehvpq for ; Thu, 15 Sep 2022 17:56:02 +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 2360E84CFF for ; Thu, 15 Sep 2022 17:56:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1AD95FA90; Thu, 15 Sep 2022 17:56:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1663264562118400" MIME-Version: 1.0 Date: Thu, 15 Sep 2022 17:56:02 +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: <20220915175602.1AD95FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1663264562118400 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Sep 15 17:56:02 UTC 2022 Modified Files: pkgsrc/doc: CHANGES-2022 Log Message: Updated devel/py-greenlet, devel/py-curtsies, devel/bpython; Added devel/py-blessed To generate a diff of this commit: cvs rdiff -u -r1.4547 -r1.4548 pkgsrc/doc/CHANGES-2022 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1663264562118400 Content-Disposition: inline Content-Length: 876 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2022 diff -u pkgsrc/doc/CHANGES-2022:1.4547 pkgsrc/doc/CHANGES-2022:1.4548 --- pkgsrc/doc/CHANGES-2022:1.4547 Thu Sep 15 13:12:06 2022 +++ pkgsrc/doc/CHANGES-2022 Thu Sep 15 17:56:01 2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.4547 2022/09/15 13:12:06 gdt Exp $ +$NetBSD: CHANGES-2022,v 1.4548 2022/09/15 17:56:01 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -6725,3 +6725,7 @@ Changes to the packages collection and i Updated misc/less to 608 [leot 2022-09-15] Updated geography/gdal-lib to 3.5.2 [gdt 2022-09-15] Updated geography/py-gdal to 3.5.2 [gdt 2022-09-15] + Updated devel/py-greenlet to 1.1.3 [adam 2022-09-15] + Added devel/py-blessed version 1.19.1 [adam 2022-09-15] + Updated devel/py-curtsies to 0.4.0 [adam 2022-09-15] + Updated devel/bpython to 0.23 [adam 2022-09-15] --_----------=_1663264562118400--