Date: Sat, 9 Mar 2024 14:12:12 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: 52f9e2f3be0e - main - devel/py-jupyterlab-lsp: Update to 5.1.0 Message-ID: <202403091412.429ECCVu011406@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=52f9e2f3be0e0a54239efa4d502bb9b1ca1452d3 commit 52f9e2f3be0e0a54239efa4d502bb9b1ca1452d3 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-09 13:47:50 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-09 14:05:49 +0000 devel/py-jupyterlab-lsp: Update to 5.1.0 Changes: https://github.com/jupyter-lsp/jupyterlab-lsp/releases --- devel/py-jupyterlab-lsp/Makefile | 4 ++-- devel/py-jupyterlab-lsp/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/py-jupyterlab-lsp/Makefile b/devel/py-jupyterlab-lsp/Makefile index e18e5c33a3ba..e010dd17ca5f 100644 --- a/devel/py-jupyterlab-lsp/Makefile +++ b/devel/py-jupyterlab-lsp/Makefile @@ -1,5 +1,5 @@ PORTNAME= jupyterlab-lsp -PORTVERSION= 5.0.3 +PORTVERSION= 5.1.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jupyter-lsp>=2.0.0:devel/py-jupyter-lsp@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}jupyterlab>=4.0.6<5.0.0a0:devel/py-jupyterlab@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}jupyterlab>=4.1.0<5.0.0:devel/py-jupyterlab@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent distutils diff --git a/devel/py-jupyterlab-lsp/distinfo b/devel/py-jupyterlab-lsp/distinfo index 0ba24be7d0ae..ce3d3dcaf86c 100644 --- a/devel/py-jupyterlab-lsp/distinfo +++ b/devel/py-jupyterlab-lsp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1708449202 -SHA256 (jupyterlab-lsp-5.0.3.tar.gz) = a9c8a3a646494be484d7e3174ab1d2415ed60f4773cec8479aa5ba37e5f04bc9 -SIZE (jupyterlab-lsp-5.0.3.tar.gz) = 757263 +TIMESTAMP = 1709390550 +SHA256 (jupyterlab-lsp-5.1.0.tar.gz) = aeac84093ada6d20ef57ae0e97811cc5796a0cab7237b32f8eddf993c0bb0356 +SIZE (jupyterlab-lsp-5.1.0.tar.gz) = 760295
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403091412.429ECCVu011406>