Date: Fri, 30 Jun 2023 07:20:44 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: b5ff473a5142 - main - textproc/py-furo: Update to 2023.5.20 Message-ID: <202306300720.35U7KiwL076042@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=b5ff473a5142dabedbe407901c39d3e230dcb872 commit b5ff473a5142dabedbe407901c39d3e230dcb872 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-06-30 07:04:52 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-06-30 07:04:52 +0000 textproc/py-furo: Update to 2023.5.20 Changes: https://github.com/pradyunsg/furo/blob/main/docs/changelog.md --- 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 23cde1d80c74..a68911876852 100644 --- a/textproc/py-furo/Makefile +++ b/textproc/py-furo/Makefile @@ -1,5 +1,5 @@ PORTNAME= furo -PORTVERSION= 2023.3.27 +PORTVERSION= 2023.5.20 CATEGORIES= textproc python MASTER_SITES= PYPI \ LOCAL/sunpoet:static @@ -16,7 +16,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<7.0,1:textproc/py-sphinx@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}sphinx>=5.0,1<8.0,1:textproc/py-sphinx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx-basic-ng>=0:textproc/py-sphinx-basic-ng@${PY_FLAVOR} USES= python diff --git a/textproc/py-furo/distinfo b/textproc/py-furo/distinfo index eb11a4a3dcbf..de8db711b7a4 100644 --- a/textproc/py-furo/distinfo +++ b/textproc/py-furo/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1683478924 -SHA256 (furo-2023.3.27.tar.gz) = b99e7867a5cc833b2b34d7230631dd6558c7a29f93071fdbb5709634bb33c5a5 -SIZE (furo-2023.3.27.tar.gz) = 1636618 -SHA256 (furo-2023.3.27-static.tar.gz) = f0a36b485e59dc2dcdf1cc7215c3a148e94a90d292c6a1b4789fc58c0e470b1d -SIZE (furo-2023.3.27-static.tar.gz) = 178176 +TIMESTAMP = 1686496778 +SHA256 (furo-2023.5.20.tar.gz) = 40e09fa17c6f4b22419d122e933089226dcdb59747b5b6c79363089827dea16f +SIZE (furo-2023.5.20.tar.gz) = 1656165 +SHA256 (furo-2023.5.20-static.tar.gz) = 1cb72e3424a425407bbff335ad74662910243d20886f3e61656aef2cc490eb97 +SIZE (furo-2023.5.20-static.tar.gz) = 177152 diff --git a/textproc/py-furo/files/setup.py b/textproc/py-furo/files/setup.py index 1dc7299a3630..7d60e18029b8 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,<7.0', 'sphinx-basic-ng', 'pygments >= 2.7'] +['beautifulsoup4', 'sphinx >= 5.0,<8.0', 'sphinx-basic-ng', '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?202306300720.35U7KiwL076042>