Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Feb 2023 19:21:11 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4328204847ed - main - devel/py-pip: relax version check after recent py-sphinx update (+)
Message-ID:  <202302181921.31IJLBIg009989@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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} \



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