Date: Fri, 30 Dec 2022 09:12: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: 286bee4635a8 - main - textproc/py-sphinx-copybutton: Update to 0.5.1 Message-ID: <202212300912.2BU9CpE1019349@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=286bee4635a8f7a44edb61029ff72feafe237183 commit 286bee4635a8f7a44edb61029ff72feafe237183 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-12-30 08:45:57 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-12-30 09:05:09 +0000 textproc/py-sphinx-copybutton: Update to 0.5.1 Changes: https://github.com/executablebooks/sphinx-copybutton/releases https://github.com/executablebooks/sphinx-copybutton/blob/master/CHANGELOG.md --- textproc/py-sphinx-copybutton/Makefile | 4 ++-- textproc/py-sphinx-copybutton/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/textproc/py-sphinx-copybutton/Makefile b/textproc/py-sphinx-copybutton/Makefile index 36d8fe76c70a..cc9e6096c85b 100644 --- a/textproc/py-sphinx-copybutton/Makefile +++ b/textproc/py-sphinx-copybutton/Makefile @@ -1,5 +1,5 @@ PORTNAME= sphinx-copybutton -PORTVERSION= 0.5.0 +PORTVERSION= 0.5.1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.8,1:textproc/py-sphinx@${PY_FLAVOR} -USES= python +USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/textproc/py-sphinx-copybutton/distinfo b/textproc/py-sphinx-copybutton/distinfo index 216d1f917643..d760b56862f5 100644 --- a/textproc/py-sphinx-copybutton/distinfo +++ b/textproc/py-sphinx-copybutton/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1646058144 -SHA256 (sphinx-copybutton-0.5.0.tar.gz) = a0c059daadd03c27ba750da534a92a63e7a36a7736dcf684f26ee346199787f6 -SIZE (sphinx-copybutton-0.5.0.tar.gz) = 21640 +TIMESTAMP = 1669057971 +SHA256 (sphinx-copybutton-0.5.1.tar.gz) = 366251e28a6f6041514bfb5439425210418d6c750e98d3a695b73e56866a677a +SIZE (sphinx-copybutton-0.5.1.tar.gz) = 22826
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212300912.2BU9CpE1019349>