Received: by mail.netbsd.org (Postfix, from userid 605) id 5320984E68; Thu, 9 Feb 2023 10:48:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 84E6584D47 for ; Thu, 9 Feb 2023 10:48:55 +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 RfOQbsOusZ8k for ; Thu, 9 Feb 2023 10:48:55 +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 D7A9884D24 for ; Thu, 9 Feb 2023 10:48:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CF1F6FA90; Thu, 9 Feb 2023 10:48:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167593973448440" MIME-Version: 1.0 Date: Thu, 9 Feb 2023 10:48:54 +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: <20230209104854.CF1F6FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167593973448440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Feb 9 10:48:54 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 Log Message: Updated lang/python310, lang/python311, lang/py310-html-docs, lang/py311-html-docs To generate a diff of this commit: cvs rdiff -u -r1.1077 -r1.1078 pkgsrc/doc/CHANGES-2023 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167593973448440 Content-Disposition: inline Content-Length: 904 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.1077 pkgsrc/doc/CHANGES-2023:1.1078 --- pkgsrc/doc/CHANGES-2023:1.1077 Thu Feb 9 09:59:56 2023 +++ pkgsrc/doc/CHANGES-2023 Thu Feb 9 10:48:54 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.1077 2023/02/09 09:59:56 adam Exp $ +$NetBSD: CHANGES-2023,v 1.1078 2023/02/09 10:48:54 adam Exp $ Changes to the packages collection and infrastructure in 2023: @@ -1359,3 +1359,7 @@ Changes to the packages collection and i Updated www/grafana to 9.3.6 [triaxx 2023-02-09] Updated graphics/libjpeg-turbo to 2.1.5.1 [adam 2023-02-09] Updated sysutils/ansible-core to 2.14.2 [adam 2023-02-09] + Updated lang/python310 to 3.10.10 [adam 2023-02-09] + Updated lang/python311 to 3.11.2 [adam 2023-02-09] + Updated lang/py310-html-docs to 3.10.10 [adam 2023-02-09] + Updated lang/py311-html-docs to 3.11.2 [adam 2023-02-09] --_----------=_167593973448440--