git: 4328204847ed - main - devel/py-pip: relax version check after recent py-sphinx update (+)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 18 Feb 2023 19:21:11 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=4328204847ed8df7881ecc0b2781b6393e7a4179 commit 4328204847ed8df7881ecc0b2781b6393e7a4179 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2023-02-18 19:16:37 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2023-02-18 19:21:02 +0000 devel/py-pip: relax version check after recent py-sphinx update (+) Reported by: tcberner Sponsored by: Serenity Cybersecurity, LLC --- devel/py-pip/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-pip/Makefile b/devel/py-pip/Makefile index 9629434eef25..3480bd739487 100644 --- a/devel/py-pip/Makefile +++ b/devel/py-pip/Makefile @@ -49,7 +49,7 @@ OPTIONS_DEFINE= DOCS DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}furo>=0:textproc/py-furo@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}myst-parser>=0:textproc/py-myst-parser@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}sphinx>=4.2,1<5.2,1:textproc/py-sphinx@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}sphinx>=4.2,1<6.0,1:textproc/py-sphinx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx-copybutton>=0:textproc/py-sphinx-copybutton@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx-inline-tabs>=0:textproc/py-sphinx-inline-tabs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinxcontrib-towncrier>=0.2.0a0:textproc/py-sphinxcontrib-towncrier@${PY_FLAVOR} \