Date: Thu, 14 Dec 2023 20:54:29 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: 44d373ed8293 - main - devel/py-jupyter-collaboration: Update to 2.0.0 Message-ID: <202312142054.3BEKsTKE004284@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=44d373ed8293795eb921ffc5c2cf349258c426f1 commit 44d373ed8293795eb921ffc5c2cf349258c426f1 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-12-14 20:45:15 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-12-14 20:45:15 +0000 devel/py-jupyter-collaboration: Update to 2.0.0 Changes: https://github.com/jupyterlab/jupyter-collaboration/releases https://jupyterlab-realtime-collaboration.readthedocs.io/en/latest/changelog.html --- devel/py-jupyter-collaboration/Makefile | 6 +++--- devel/py-jupyter-collaboration/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/py-jupyter-collaboration/Makefile b/devel/py-jupyter-collaboration/Makefile index 754dff04c7a3..4d09753332f3 100644 --- a/devel/py-jupyter-collaboration/Makefile +++ b/devel/py-jupyter-collaboration/Makefile @@ -1,5 +1,5 @@ PORTNAME= jupyter-collaboration -PORTVERSION= 1.2.0 +PORTVERSION= 2.0.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,8 +20,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=4.18.0:devel/py-jsonschema@${PY_ ${PYTHON_PKGNAMEPREFIX}jupyter-events>=0.7.0:devel/py-jupyter-events@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jupyter-server>=2.0.0<3.0.0:devel/py-jupyter-server@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jupyter-server-fileid>=0.7.0<1:devel/py-jupyter-server-fileid@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}jupyter-ydoc>=1.0.1<2.0.0:devel/py-jupyter-ydoc@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}ypy-websocket>=0.12.1<0.13.0:devel/py-ypy-websocket@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}jupyter-ydoc>=2.0.0<3.0.0:devel/py-jupyter-ydoc@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pycrdt-websocket>=0.12.5<0.13.0:devel/py-pycrdt-websocket@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 diff --git a/devel/py-jupyter-collaboration/distinfo b/devel/py-jupyter-collaboration/distinfo index eccf6a0d16e9..27bcbf4b1f35 100644 --- a/devel/py-jupyter-collaboration/distinfo +++ b/devel/py-jupyter-collaboration/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1696904096 -SHA256 (jupyter_collaboration-1.2.0.tar.gz) = aa17023c0807941c2df8bb7c35d0daf993e134da2d0af36dcfd590c7a387bce7 -SIZE (jupyter_collaboration-1.2.0.tar.gz) = 293971 +TIMESTAMP = 1702543656 +SHA256 (jupyter_collaboration-2.0.0.tar.gz) = eed21d0977045f074f80ee47c678c094f19c81567602d50a7ad858ab18a9958f +SIZE (jupyter_collaboration-2.0.0.tar.gz) = 4805761
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312142054.3BEKsTKE004284>