Date: Sat, 6 Apr 2024 00:01:46 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: 10bade3895f4 - main - devel/py-pytest-jupyter: Update to 0.10.1 Message-ID: <202404060001.43601kxL076515@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=10bade3895f424bc125bfc5addd76ca2afd153cd commit 10bade3895f424bc125bfc5addd76ca2afd153cd Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-04-05 23:57:53 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-04-05 23:57:53 +0000 devel/py-pytest-jupyter: Update to 0.10.1 Changes: https://github.com/jupyter-server/pytest-jupyter/releases --- devel/py-pytest-jupyter/Makefile | 4 ++-- devel/py-pytest-jupyter/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/py-pytest-jupyter/Makefile b/devel/py-pytest-jupyter/Makefile index b426a70f53bf..1dfd6af60e47 100644 --- a/devel/py-pytest-jupyter/Makefile +++ b/devel/py-pytest-jupyter/Makefile @@ -1,5 +1,5 @@ PORTNAME= pytest-jupyter -PORTVERSION= 0.9.1 +PORTVERSION= 0.10.1 CATEGORIES= devel python MASTER_SITES= PYPI \ https://github.com/jupyter-server/pytest-jupyter/releases/download/v${PORTVERSION}/ @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=1.10.0:devel/py-hatchling@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jupyter-core>=5.7:devel/py-jupyter-core@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest>=0,1:devel/py-pytest@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pytest>=7.0,1:devel/py-pytest@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 diff --git a/devel/py-pytest-jupyter/distinfo b/devel/py-pytest-jupyter/distinfo index d099bada872b..9ac9d8974a74 100644 --- a/devel/py-pytest-jupyter/distinfo +++ b/devel/py-pytest-jupyter/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1710712478 -SHA256 (pytest_jupyter-0.9.1.tar.gz) = f11db2bc390bd8e1090e36b6295c2d80b84e014f13b778e3ca0f8685c7d64379 -SIZE (pytest_jupyter-0.9.1.tar.gz) = 15519 +TIMESTAMP = 1712330605 +SHA256 (pytest_jupyter-0.10.1.tar.gz) = 00df54eef9e201dd542d5471b8980def15d34b917b30587d14d7c824fc4d9e84 +SIZE (pytest_jupyter-0.10.1.tar.gz) = 15580
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404060001.43601kxL076515>