Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 51EE484D9B for ; Sun, 30 Jul 2023 14:41:30 +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 nIH5IVHLfUFP for ; Sun, 30 Jul 2023 14:41:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A8BE584CC9 for ; Sun, 30 Jul 2023 14:41:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D4839FBDB; Sun, 30 Jul 2023 14:41:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169072808824980" MIME-Version: 1.0 Date: Sun, 30 Jul 2023 14:41:28 +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: <20230730144128.D4839FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169072808824980 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Jul 30 14:41:28 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 Log Message: Removed lang/python37, lang/py37-html-docs To generate a diff of this commit: cvs rdiff -u -r1.4665 -r1.4666 pkgsrc/doc/CHANGES-2023 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169072808824980 Content-Disposition: inline Content-Length: 756 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.4665 pkgsrc/doc/CHANGES-2023:1.4666 --- pkgsrc/doc/CHANGES-2023:1.4665 Sun Jul 30 08:16:07 2023 +++ pkgsrc/doc/CHANGES-2023 Sun Jul 30 14:41:28 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.4665 2023/07/30 08:16:07 adam Exp $ +$NetBSD: CHANGES-2023,v 1.4666 2023/07/30 14:41:28 adam Exp $ Changes to the packages collection and infrastructure in 2023: @@ -6561,3 +6561,5 @@ Changes to the packages collection and i Updated devel/py-ipykernel to 6.25.0 [adam 2023-07-30] Updated www/py-paste to 3.5.3 [adam 2023-07-30] Updated textproc/py-dill to 0.3.7 [adam 2023-07-30] + Removed lang/python37 [adam 2023-07-30] + Removed lang/py37-html-docs [adam 2023-07-30] --_----------=_169072808824980--