Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Apr 2024 07:20:21 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: d883970dd39b - main - devel/py-jupyterlab: Update to 4.1.6
Message-ID:  <202404100720.43A7KLDV087838@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=d883970dd39b2b575699d8b63f975f62bef621c8

commit d883970dd39b2b575699d8b63f975f62bef621c8
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-04-10 07:11:36 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-04-10 07:19:59 +0000

    devel/py-jupyterlab: Update to 4.1.6
    
    Changes:        https://github.com/jupyterlab/jupyterlab/releases
---
 devel/py-jupyterlab/Makefile | 6 +++---
 devel/py-jupyterlab/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/devel/py-jupyterlab/Makefile b/devel/py-jupyterlab/Makefile
index f46df051078c..4545d7f0b162 100644
--- a/devel/py-jupyterlab/Makefile
+++ b/devel/py-jupyterlab/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	jupyterlab
-PORTVERSION=	4.1.5
+PORTVERSION=	4.1.6
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI \
 		https://github.com/jupyterlab/jupyterlab/releases/download/v${PORTVERSION}/
@@ -18,7 +18,7 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatch-jupyter-builder>=0.3.2:devel/py-hatc
 		${PYTHON_PKGNAMEPREFIX}hatchling>=1.21.1:devel/py-hatchling@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}async-lru>=1.0.0:devel/py-async-lru@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}httpx>=0.25.0:www/py-httpx@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}ipykernel>=0:devel/py-ipykernel@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}ipykernel>=6.5.0:devel/py-ipykernel@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}Jinja2>=3.0.3:devel/py-Jinja2@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}jupyter-core>=0:devel/py-jupyter-core@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}jupyter-lsp>=2.0.0:devel/py-jupyter-lsp@${PY_FLAVOR} \
@@ -45,7 +45,7 @@ RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}importlib-metadata>=4.8.3:devel/py-importli
 .endif
 
 .if ${PYTHON_REL} < 31100
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}tomli>=0:textproc/py-tomli@${PY_FLAVOR}
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}tomli>=1.2.2:textproc/py-tomli@${PY_FLAVOR}
 .endif
 
 .include <bsd.port.post.mk>
diff --git a/devel/py-jupyterlab/distinfo b/devel/py-jupyterlab/distinfo
index aefdae582ac1..e8807fe68e99 100644
--- a/devel/py-jupyterlab/distinfo
+++ b/devel/py-jupyterlab/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1710712452
-SHA256 (jupyterlab-4.1.5.tar.gz) = c9ad75290cb10bfaff3624bf3fbb852319b4cce4c456613f8ebbaa98d03524db
-SIZE (jupyterlab-4.1.5.tar.gz) = 21797132
+TIMESTAMP = 1712644656
+SHA256 (jupyterlab-4.1.6.tar.gz) = 7935f36ba26eb615183a4f5c2bbca5791b5108ce2a00b5505f8cfd100d53648e
+SIZE (jupyterlab-4.1.6.tar.gz) = 21773628



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