Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Mar 2024 14:13:16 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: f4bbdc3be51c - main - devel/py-pytest-jupyter: Update to 0.9.0
Message-ID:  <202403091413.429EDGuT016291@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=f4bbdc3be51c209515047be1e809b04a85e9a1a9

commit f4bbdc3be51c209515047be1e809b04a85e9a1a9
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-09 13:48:30 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-09 14:06:04 +0000

    devel/py-pytest-jupyter: Update to 0.9.0
    
    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 fcd3d441fd8d..3f551df00eba 100644
--- a/devel/py-pytest-jupyter/Makefile
+++ b/devel/py-pytest-jupyter/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pytest-jupyter
-PORTVERSION=	0.8.0
+PORTVERSION=	0.9.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI \
 		https://github.com/jupyter-server/pytest-jupyter/releases/download/v${PORTVERSION}/
@@ -15,7 +15,7 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatchling>=1.10.0:devel/py-hatchling@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}jupyter-core>=0:devel/py-jupyter-core@${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}
 
 USES=		python
diff --git a/devel/py-pytest-jupyter/distinfo b/devel/py-pytest-jupyter/distinfo
index 986924b0d312..32ddc165ecd0 100644
--- a/devel/py-pytest-jupyter/distinfo
+++ b/devel/py-pytest-jupyter/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1702028124
-SHA256 (pytest_jupyter-0.8.0.tar.gz) = 842817c300802c8608676bbb1460ba0081f2688cf5cb55b87d7bad5dcb0e9729
-SIZE (pytest_jupyter-0.8.0.tar.gz) = 15716
+TIMESTAMP = 1709390646
+SHA256 (pytest_jupyter-0.9.0.tar.gz) = 88bdf4296a166959c1598f976e4b5faab3e11785f06cf97b248f305e60a5beda
+SIZE (pytest_jupyter-0.9.0.tar.gz) = 15520



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