Received: by mail.netbsd.org (Postfix, from userid 605) id 8036884E60; Tue, 5 Oct 2021 19:08:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BC81F84D29 for ; Tue, 5 Oct 2021 19:08:35 +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 laMUpXMHcIcc for ; Tue, 5 Oct 2021 19:08:35 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5803884D0F for ; Tue, 5 Oct 2021 19:08:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 55331FA97; Tue, 5 Oct 2021 19:08:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_163346091565370" MIME-Version: 1.0 Date: Tue, 5 Oct 2021 19:08:35 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/lang/py39-html-docs To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20211005190835.55331FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_163346091565370 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Oct 5 19:08:35 UTC 2021 Modified Files: pkgsrc/lang/py39-html-docs: DESCR Log Message: py39-html-docs: fix DESCR To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/py39-html-docs/DESCR Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_163346091565370 Content-Disposition: inline Content-Length: 350 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/py39-html-docs/DESCR diff -u pkgsrc/lang/py39-html-docs/DESCR:1.1 pkgsrc/lang/py39-html-docs/DESCR:1.2 --- pkgsrc/lang/py39-html-docs/DESCR:1.1 Sat Oct 10 20:19:47 2020 +++ pkgsrc/lang/py39-html-docs/DESCR Tue Oct 5 19:08:35 2021 @@ -1 +1 @@ -HTML Documentation for Python 3.8 +HTML Documentation for Python 3.9 --_----------=_163346091565370--