Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jul 2024 15:02:51 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: 2074f27886ce - main - textproc/py-sphinx-tabs: Fix c0615e6aa3e51781df0cf60379b4b8fc69d1a6c0
Message-ID:  <202407111502.46BF2p90016055@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2074f27886ceb29707268a62a1a7e401235113a4

commit 2074f27886ceb29707268a62a1a7e401235113a4
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-07-11 15:01:28 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-07-11 15:01:28 +0000

    textproc/py-sphinx-tabs: Fix c0615e6aa3e51781df0cf60379b4b8fc69d1a6c0
    
    - Bump PORTREVISION for package change
---
 textproc/py-sphinx-tabs/Makefile             | 2 +-
 textproc/py-sphinx-tabs/files/patch-setup.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/textproc/py-sphinx-tabs/Makefile b/textproc/py-sphinx-tabs/Makefile
index e0189e4d9298..b4da6ae01a42 100644
--- a/textproc/py-sphinx-tabs/Makefile
+++ b/textproc/py-sphinx-tabs/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	sphinx-tabs
 PORTVERSION=	3.4.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	textproc python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/textproc/py-sphinx-tabs/files/patch-setup.py b/textproc/py-sphinx-tabs/files/patch-setup.py
index 4a547e57b3df..2733f85e0fa2 100644
--- a/textproc/py-sphinx-tabs/files/patch-setup.py
+++ b/textproc/py-sphinx-tabs/files/patch-setup.py
@@ -5,7 +5,7 @@
      license="MIT",
      python_requires="~=3.7",
 -    install_requires=["sphinx", "pygments", "docutils~=0.18.0"],
-+    install_requires=["sphinx", "pygments", "docutils>=0.18.0,<0.20.0"],
++    install_requires=["sphinx", "pygments", "docutils>=0.18.0,<0.22.0"],
      extras_require={
          "testing": [
              "coverage",


home | help

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