Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 2024 06:21:16 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 31c7a216ab70 - main - textproc/py-furo: Update to 2024.8.6
Message-ID:  <202409050621.4856LGHM006212@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=31c7a216ab700bda5ce7b6ba07cf3694f8935cf1

commit 31c7a216ab700bda5ce7b6ba07cf3694f8935cf1
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-09-05 05:27:00 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-09-05 06:18:04 +0000

    textproc/py-furo: Update to 2024.8.6
    
    Changes:        https://github.com/pradyunsg/furo/blob/main/docs/changelog.md
                    https://pradyunsg.me/furo/changelog/
---
 textproc/py-furo/Makefile       |  4 ++--
 textproc/py-furo/distinfo       | 10 +++++-----
 textproc/py-furo/files/setup.py |  2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/textproc/py-furo/Makefile b/textproc/py-furo/Makefile
index e7b618193d39..65c50eb76961 100644
--- a/textproc/py-furo/Makefile
+++ b/textproc/py-furo/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	furo
-PORTVERSION=	2024.7.18
+PORTVERSION=	2024.8.6
 CATEGORIES=	textproc python
 MASTER_SITES=	PYPI \
 		LOCAL/sunpoet:static
@@ -17,7 +17,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pygments>=2.7:textproc/py-pygments@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}sphinx>=5.0,1<8.0,1:textproc/py-sphinx@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}sphinx>=5.0,1<9.0,1:textproc/py-sphinx@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}sphinx-basic-ng>=1.0.0b2:textproc/py-sphinx-basic-ng@${PY_FLAVOR}
 
 USES=		python
diff --git a/textproc/py-furo/distinfo b/textproc/py-furo/distinfo
index a849889504ae..62d7ea2e73b2 100644
--- a/textproc/py-furo/distinfo
+++ b/textproc/py-furo/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1722711251
-SHA256 (furo-2024.7.18.tar.gz) = 37b08c5fccc95d46d8712c8be97acd46043963895edde05b0f4f135d58325c83
-SIZE (furo-2024.7.18.tar.gz) = 1661386
-SHA256 (furo-2024.7.18-static.tar.gz) = 117c9f779897a4e462e00d0a7e66f7390af43f4e13b763cf4882bca6f757b295
-SIZE (furo-2024.7.18-static.tar.gz) = 183808
+TIMESTAMP = 1724084642
+SHA256 (furo-2024.8.6.tar.gz) = b63e4cee8abfc3136d3bc03a3d45a76a850bada4d6374d24c1716b0e01394a01
+SIZE (furo-2024.8.6.tar.gz) = 1661506
+SHA256 (furo-2024.8.6-static.tar.gz) = 6ed2b7edf2ec6d4711016e5b70ddff17651c2b0b09038e52f82f19db838d427f
+SIZE (furo-2024.8.6-static.tar.gz) = 183808
diff --git a/textproc/py-furo/files/setup.py b/textproc/py-furo/files/setup.py
index d68615086d6b..e06f11d12151 100644
--- a/textproc/py-furo/files/setup.py
+++ b/textproc/py-furo/files/setup.py
@@ -27,7 +27,7 @@ package_dir = \
 {'': 'src'}
 
 install_requires = \
-['beautifulsoup4', 'sphinx >= 5.0,<8.0', 'sphinx-basic-ng >= 1.0.0.beta2', 'pygments >= 2.7']
+['beautifulsoup4', 'sphinx >= 5.0,<9.0', 'sphinx-basic-ng >= 1.0.0.beta2', 'pygments >= 2.7']
 
 entry_points = \
 {'sphinx.html_themes': ['furo = furo']}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409050621.4856LGHM006212>