Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 254DA84E86 for ; Fri, 11 Aug 2023 06:30:50 +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 0fw4Xp9CIsiw for ; Fri, 11 Aug 2023 06:30:49 +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 77FF584CE3 for ; Fri, 11 Aug 2023 06:30:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 74638FBDB; Fri, 11 Aug 2023 06:30:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169173544964690" MIME-Version: 1.0 Date: Fri, 11 Aug 2023 06:30:49 +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: <20230811063049.74638FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169173544964690 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Aug 11 06:30:49 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 Log Message: Updated textproc/py-Levenshtein, devel/py-test-doctestplus To generate a diff of this commit: cvs rdiff -u -r1.4862 -r1.4863 pkgsrc/doc/CHANGES-2023 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169173544964690 Content-Disposition: inline Content-Length: 805 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.4862 pkgsrc/doc/CHANGES-2023:1.4863 --- pkgsrc/doc/CHANGES-2023:1.4862 Fri Aug 11 06:24:01 2023 +++ pkgsrc/doc/CHANGES-2023 Fri Aug 11 06:30:49 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.4862 2023/08/11 06:24:01 mef Exp $ +$NetBSD: CHANGES-2023,v 1.4863 2023/08/11 06:30:49 adam Exp $ Changes to the packages collection and infrastructure in 2023: @@ -7003,3 +7003,5 @@ Changes to the packages collection and i Updated lang/nodejs16 to 16.20.2 [adam 2023-08-11] Updated textproc/py-pallets-sphinx-themes to 2.1.1 [adam 2023-08-11] Updated math/R-quantreg to 5.96 [mef 2023-08-11] + Updated textproc/py-Levenshtein to 0.21.1 [adam 2023-08-11] + Updated devel/py-test-doctestplus to 0.13.0 [adam 2023-08-11] --_----------=_169173544964690--