Received: by mail.netbsd.org (Postfix, from userid 605) id C190085132; Tue, 29 Jun 2021 12:44:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 08DEE8512F for ; Tue, 29 Jun 2021 12:44:21 +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 GLPyHIWa6wim for ; Tue, 29 Jun 2021 12:44:20 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 61C2984CE0 for ; Tue, 29 Jun 2021 12:44:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5DD21FA95; Tue, 29 Jun 2021 12:44:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1624970660229980" MIME-Version: 1.0 Date: Tue, 29 Jun 2021 12:44:20 +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: <20210629124420.5DD21FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1624970660229980 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Jun 29 12:44:20 UTC 2021 Modified Files: pkgsrc/doc: CHANGES-2021 Log Message: Updated lang/python3[6789], lang/py3[6789]-html-docs To generate a diff of this commit: cvs rdiff -u -r1.3594 -r1.3595 pkgsrc/doc/CHANGES-2021 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1624970660229980 Content-Disposition: inline Content-Length: 1076 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.3594 pkgsrc/doc/CHANGES-2021:1.3595 --- pkgsrc/doc/CHANGES-2021:1.3594 Tue Jun 29 10:09:36 2021 +++ pkgsrc/doc/CHANGES-2021 Tue Jun 29 12:44:20 2021 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2021,v 1.3594 2021/06/29 10:09:36 nia Exp $ +$NetBSD: CHANGES-2021,v 1.3595 2021/06/29 12:44:20 adam Exp $ Changes to the packages collection and infrastructure in 2021: @@ -5717,3 +5717,11 @@ Changes to the packages collection and i Removed devel/go-shellwords [nia 2021-06-29] Removed devel/go-urlesc [nia 2021-06-29] Removed devel/go-purell [nia 2021-06-29] + Updated lang/python36 to 3.6.14 [adam 2021-06-29] + Updated lang/py36-html-docs to 3.6.14 [adam 2021-06-29] + Updated lang/python37 to 3.7.11 [adam 2021-06-29] + Updated lang/py37-html-docs to 3.7.11 [adam 2021-06-29] + Updated lang/python38 to 3.8.11 [adam 2021-06-29] + Updated lang/py38-html-docs to 3.8.11 [adam 2021-06-29] + Updated lang/python39 to 3.9.6 [adam 2021-06-29] + Updated lang/py39-html-docs to 3.9.6 [adam 2021-06-29] --_----------=_1624970660229980--