Received: by mail.netbsd.org (Postfix, from userid 605) id 9CADE84EBF; Tue, 6 Sep 2022 19:13:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D21A484EBA for ; Tue, 6 Sep 2022 19:13:51 +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 pOGg8rR7tWcE for ; Tue, 6 Sep 2022 19:13:51 +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 5622384CFC for ; Tue, 6 Sep 2022 19:13:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 53A8EFA90; Tue, 6 Sep 2022 19:13:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1662491631272030" MIME-Version: 1.0 Date: Tue, 6 Sep 2022 19:13:51 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/lang/py310-html-docs To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220906191351.53A8EFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1662491631272030 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Sep 6 19:13:51 UTC 2022 Modified Files: pkgsrc/lang/py310-html-docs: Makefile distinfo Log Message: py310-html-docs: updated to 3.10.7 Match python310 version. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/lang/py310-html-docs/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/lang/py310-html-docs/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1662491631272030 Content-Disposition: inline Content-Length: 1628 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/py310-html-docs/Makefile diff -u pkgsrc/lang/py310-html-docs/Makefile:1.7 pkgsrc/lang/py310-html-docs/Makefile:1.8 --- pkgsrc/lang/py310-html-docs/Makefile:1.7 Tue Aug 2 18:27:22 2022 +++ pkgsrc/lang/py310-html-docs/Makefile Tue Sep 6 19:13:51 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2022/08/02 18:27:22 adam Exp $ +# $NetBSD: Makefile,v 1.8 2022/09/06 19:13:51 adam Exp $ -VERS= 3.10.6 +VERS= 3.10.7 DISTNAME= python-${VERS}-docs-html PKGNAME= py310-html-docs-${VERS} CATEGORIES= lang python Index: pkgsrc/lang/py310-html-docs/distinfo diff -u pkgsrc/lang/py310-html-docs/distinfo:1.9 pkgsrc/lang/py310-html-docs/distinfo:1.10 --- pkgsrc/lang/py310-html-docs/distinfo:1.9 Tue Aug 2 18:27:22 2022 +++ pkgsrc/lang/py310-html-docs/distinfo Tue Sep 6 19:13:51 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2022/08/02 18:27:22 adam Exp $ +$NetBSD: distinfo,v 1.10 2022/09/06 19:13:51 adam Exp $ -BLAKE2s (python-3.10.6-docs-html.tar.bz2) = 9ce1e433871e0bc165a4007c35a7b29f024c42a5ce133bf8a0f010c434fd7162 -SHA512 (python-3.10.6-docs-html.tar.bz2) = 1ba9b2dbd090afb1067e7d1dbb63cf3e178485a3b3845cd8ba6401c042b8f62948b0240507a1e622e9ae9287abfcdf4e78fc2289c3178b2da1682b93c6295d1f -Size (python-3.10.6-docs-html.tar.bz2) = 7324452 bytes +BLAKE2s (python-3.10.7-docs-html.tar.bz2) = 16bdb4705b0ca2d3afb28b4986b699a92142ff47566c2497f47b074b17a8f77f +SHA512 (python-3.10.7-docs-html.tar.bz2) = cb976e67866e45ca531428e2969bd707bbcddb5928f9f15b40c9ebdb8b4968019b5d95e4da9eb5409d5d7d3c32a63d93761a8b6fbeda49dc0b980189752542cf +Size (python-3.10.7-docs-html.tar.bz2) = 7347443 bytes --_----------=_1662491631272030--