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 B0FC21A923A for ; Sat, 2 Jan 2021 09:52:36 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E6D1385112; Sat, 2 Jan 2021 09:52:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2F18384D8E for ; Sat, 2 Jan 2021 09:52:35 +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 yqrNdZHH1FYB for ; Sat, 2 Jan 2021 09:52:34 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 879FA84D4C for ; Sat, 2 Jan 2021 09:52:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 849C4FA9D; Sat, 2 Jan 2021 09:52:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1609581154154070" MIME-Version: 1.0 Date: Sat, 2 Jan 2021 09:52:34 +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: <20210102095234.849C4FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1609581154154070 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Jan 2 09:52:34 UTC 2021 Modified Files: pkgsrc/doc: CHANGES-2021 Log Message: Updated lang/python38, lang/py38-html-docs To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 pkgsrc/doc/CHANGES-2021 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1609581154154070 Content-Disposition: inline Content-Length: 770 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2021 diff -u pkgsrc/doc/CHANGES-2021:1.53 pkgsrc/doc/CHANGES-2021:1.54 --- pkgsrc/doc/CHANGES-2021:1.53 Sat Jan 2 07:51:14 2021 +++ pkgsrc/doc/CHANGES-2021 Sat Jan 2 09:52:34 2021 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2021,v 1.53 2021/01/02 07:51:14 wen Exp $ +$NetBSD: CHANGES-2021,v 1.54 2021/01/02 09:52:34 adam Exp $ Changes to the packages collection and infrastructure in 2021: @@ -67,3 +67,5 @@ Changes to the packages collection and i Updated devel/p5-File-Listing to 6.14 [wen 2021-01-02] Added multimedia/assimp version 5.0.1 [pin 2021-01-02] Updated devel/p5-File-MimeInfo to 0.30 [wen 2021-01-02] + Updated lang/python38 to 3.8.7 [adam 2021-01-02] + Updated lang/py38-html-docs to 3.8.7 [adam 2021-01-02] --_----------=_1609581154154070--