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 869BA1A9239 for ; Sat, 19 Mar 2022 19:00:47 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B2F3D84EEE; Sat, 19 Mar 2022 19:00:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EF90584ECE for ; Sat, 19 Mar 2022 19:00:45 +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 BAhbdrTUSIT5 for ; Sat, 19 Mar 2022 19:00:45 +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 4D23B84D16 for ; Sat, 19 Mar 2022 19:00:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 44892FB24; Sat, 19 Mar 2022 19:00:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1647716445146940" MIME-Version: 1.0 Date: Sat, 19 Mar 2022 19:00:45 +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: <20220319190045.44892FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1647716445146940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Mar 19 19:00:45 UTC 2022 Modified Files: pkgsrc/doc: CHANGES-2022 Log Message: Updated lang/python3x, lang/py3x-html-docs To generate a diff of this commit: cvs rdiff -u -r1.1515 -r1.1516 pkgsrc/doc/CHANGES-2022 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1647716445146940 Content-Disposition: inline Content-Length: 1121 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.1515 pkgsrc/doc/CHANGES-2022:1.1516 --- pkgsrc/doc/CHANGES-2022:1.1515 Sat Mar 19 16:53:42 2022 +++ pkgsrc/doc/CHANGES-2022 Sat Mar 19 19:00:45 2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.1515 2022/03/19 16:53:42 rhialto Exp $ +$NetBSD: CHANGES-2022,v 1.1516 2022/03/19 19:00:45 adam Exp $ Changes to the packages collection and infrastructure in 2022: @@ -2001,3 +2001,11 @@ Changes to the packages collection and i Updated www/kore to 4.2.0 [fcambus 2022-03-19] Updated filesystems/openafs to 1.8.8.1 [jakllsch 2022-03-19] Updated devel/acme to 0.97.0.0.323 [rhialto 2022-03-19] + Updated lang/python37 to 3.7.13 [adam 2022-03-19] + Updated lang/python38 to 3.8.13 [adam 2022-03-19] + Updated lang/python39 to 3.9.11 [adam 2022-03-19] + Updated lang/python310 to 3.10.3 [adam 2022-03-19] + Updated lang/py37-html-docs to 3.7.13 [adam 2022-03-19] + Updated lang/py38-html-docs to 3.8.13 [adam 2022-03-19] + Updated lang/py39-html-docs to 3.9.11 [adam 2022-03-19] + Updated lang/py310-html-docs to 3.10.3 [adam 2022-03-19] --_----------=_1647716445146940--