From nobody Fri Nov 05 07:17:45 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 9ED4A18330C4; Fri, 5 Nov 2021 07:17:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HlsKP43Hcz3H4D; Fri, 5 Nov 2021 07:17:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6B60B135B8; Fri, 5 Nov 2021 07:17:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1A57HjBE017053; Fri, 5 Nov 2021 07:17:45 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1A57Hjj5017052; Fri, 5 Nov 2021 07:17:45 GMT (envelope-from git) Date: Fri, 5 Nov 2021 07:17:45 GMT Message-Id: <202111050717.1A57Hjj5017052@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yasuhiro Kimura Subject: git: 6daca154473c - main - textproc/py-sphinxcontrib-htmlhelp: Update to 2.0.0 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yasu X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 6daca154473c46499fdb3204b0b2a5076b2a52b4 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by yasu: URL: https://cgit.FreeBSD.org/ports/commit/?id=6daca154473c46499fdb3204b0b2a5076b2a52b4 commit 6daca154473c46499fdb3204b0b2a5076b2a52b4 Author: Yasuhiro Kimura AuthorDate: 2021-09-18 18:22:34 +0000 Commit: Yasuhiro Kimura CommitDate: 2021-11-05 07:17:05 +0000 textproc/py-sphinxcontrib-htmlhelp: Update to 2.0.0 Change Log: https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/blob/2.0.0/CHANGES PR: 258587 Approved by: maintainer timeout (> 6 weeks) --- textproc/py-sphinxcontrib-htmlhelp/Makefile | 4 ++-- textproc/py-sphinxcontrib-htmlhelp/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/textproc/py-sphinxcontrib-htmlhelp/Makefile b/textproc/py-sphinxcontrib-htmlhelp/Makefile index 259f7410478b..dfabef813cd6 100644 --- a/textproc/py-sphinxcontrib-htmlhelp/Makefile +++ b/textproc/py-sphinxcontrib-htmlhelp/Makefile @@ -1,5 +1,5 @@ PORTNAME= sphinxcontrib-htmlhelp -PORTVERSION= 1.0.3 +PORTVERSION= 2.0.0 CATEGORIES= textproc MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,7 +10,7 @@ COMMENT= Sphinx extension which renders HTML help files LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.5+ +USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/textproc/py-sphinxcontrib-htmlhelp/distinfo b/textproc/py-sphinxcontrib-htmlhelp/distinfo index 0223159541c6..c863d5a73712 100644 --- a/textproc/py-sphinxcontrib-htmlhelp/distinfo +++ b/textproc/py-sphinxcontrib-htmlhelp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1586631496 -SHA256 (sphinxcontrib-htmlhelp-1.0.3.tar.gz) = e8f5bb7e31b2dbb25b9cc435c8ab7a79787ebf7f906155729338f3156d93659b -SIZE (sphinxcontrib-htmlhelp-1.0.3.tar.gz) = 24248 +TIMESTAMP = 1631989328 +SHA256 (sphinxcontrib-htmlhelp-2.0.0.tar.gz) = f5f8bb2d0d629f398bf47d0d69c07bc13b65f75a81ad9e2f71a63d4b7a2f6db2 +SIZE (sphinxcontrib-htmlhelp-2.0.0.tar.gz) = 28144