Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Oct 2024 11:21:47 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: 050c9020f423 - main - devel/py-jupyter-collaboration: Update to 2.1.4
Message-ID:  <202410251121.49PBLlLK012004@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=050c9020f423f3dfd886602cb82bcf0704c905d8

commit 050c9020f423f3dfd886602cb82bcf0704c905d8
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-10-25 11:17:44 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-10-25 11:17:44 +0000

    devel/py-jupyter-collaboration: Update to 2.1.4
    
    Changes:        https://github.com/jupyterlab/jupyter-collaboration/releases
                    https://jupyterlab-realtime-collaboration.readthedocs.io/en/latest/changelog.html
---
 devel/py-jupyter-collaboration/Makefile              |  9 +++++----
 devel/py-jupyter-collaboration/distinfo              |  6 +++---
 .../files/patch-pyproject.toml                       | 20 --------------------
 3 files changed, 8 insertions(+), 27 deletions(-)

diff --git a/devel/py-jupyter-collaboration/Makefile b/devel/py-jupyter-collaboration/Makefile
index ac0813e0bc79..d412757e8945 100644
--- a/devel/py-jupyter-collaboration/Makefile
+++ b/devel/py-jupyter-collaboration/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	jupyter-collaboration
-PORTVERSION=	2.1.3
+PORTVERSION=	2.1.4
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI \
 		https://github.com/jupyterlab/jupyter-collaboration/releases/download/v${PORTVERSION}/
@@ -14,16 +14,17 @@ WWW=		https://jupyterlab-realtime-collaboration.readthedocs.io/en/latest/ \
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatch-jupyter-builder>=0.5:devel/py-hatch-jupyter-builder@${PY_FLAVOR} \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}jupyterlab>=4.0.0:devel/py-jupyterlab@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}hatch-jupyter-builder>=0.5:devel/py-hatch-jupyter-builder@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}hatch-nodejs-version>=0:devel/py-hatch-nodejs-version@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}hatchling>=1.4.0:devel/py-hatchling@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}jsonschema>=4.18.0:devel/py-jsonschema@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}jupyter-events>=0.10.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>=2.0.0<3.0.0:devel/py-jupyter-ydoc@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}jupyter-ydoc>=2.1.2<3.0.0:devel/py-jupyter-ydoc@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pycrdt>=0:devel/py-pycrdt@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pycrdt-websocket>=0.14.0<0.16.0:devel/py-pycrdt-websocket@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}pycrdt-websocket>=0.15.0<0.16.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 014cf306276f..21a11fccabe5 100644
--- a/devel/py-jupyter-collaboration/distinfo
+++ b/devel/py-jupyter-collaboration/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1728632358
-SHA256 (jupyter_collaboration-2.1.3.tar.gz) = 3a35fb0bbf9e45eae0810c0a11ca85d429941f9c06b45f196afb6ebd36133539
-SIZE (jupyter_collaboration-2.1.3.tar.gz) = 4740435
+TIMESTAMP = 1729653354
+SHA256 (jupyter_collaboration-2.1.4.tar.gz) = 613df0ad343c8a6b932bccde25bc2c707b5ac2daaca5fd6822d1b330c7e0e62a
+SIZE (jupyter_collaboration-2.1.4.tar.gz) = 4740521
diff --git a/devel/py-jupyter-collaboration/files/patch-pyproject.toml b/devel/py-jupyter-collaboration/files/patch-pyproject.toml
deleted file mode 100644
index c3b62d4f97ec..000000000000
--- a/devel/py-jupyter-collaboration/files/patch-pyproject.toml
+++ /dev/null
@@ -1,20 +0,0 @@
---- pyproject.toml.orig	2020-02-02 00:00:00 UTC
-+++ pyproject.toml
-@@ -3,7 +3,7 @@ build-backend = "hatchling.build"
- 
- [build-system]
- build-backend = "hatchling.build"
--requires = ["hatchling>=1.4.0", "hatch-nodejs-version", "jupyterlab>=4.0.0"]
-+requires = ["hatchling>=1.4.0", "hatch-nodejs-version"]
- 
- [project]
- name = "jupyter_collaboration"
-@@ -30,7 +30,7 @@ dependencies = [
-     "jupyter_server>=2.0.0,<3.0.0",
-     "jupyter_ydoc>=2.0.0,<3.0.0",
-     "pycrdt",
--    "pycrdt-websocket>=0.14.0,<0.15.0",
-+    "pycrdt-websocket>=0.14.0,<0.16.0",
-     "jupyter_events>=0.10.0",
-     "jupyter_server_fileid>=0.7.0,<1",
-     "jsonschema>=4.18.0"



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