git: aaa25d7cefab - main - devel/py-jupyter-collaboration: Update to 2.1.3

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 14 Oct 2024 05:28:31 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=aaa25d7cefab6497487fd94fc41d1a645500d011

commit aaa25d7cefab6497487fd94fc41d1a645500d011
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-10-14 04:49:31 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-10-14 05:25:31 +0000

    devel/py-jupyter-collaboration: Update to 2.1.3
    
    - Allow build with py-pycrdt-websocket 0.15.0
    
    Changes:        https://github.com/jupyterlab/jupyter-collaboration/releases
                    https://jupyterlab-realtime-collaboration.readthedocs.io/en/latest/changelog.html
---
 devel/py-jupyter-collaboration/Makefile                   |  4 ++--
 devel/py-jupyter-collaboration/distinfo                   |  6 +++---
 devel/py-jupyter-collaboration/files/patch-pyproject.toml | 11 ++++++++++-
 3 files changed, 15 insertions(+), 6 deletions(-)

diff --git a/devel/py-jupyter-collaboration/Makefile b/devel/py-jupyter-collaboration/Makefile
index e3e602f81fed..ac0813e0bc79 100644
--- a/devel/py-jupyter-collaboration/Makefile
+++ b/devel/py-jupyter-collaboration/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	jupyter-collaboration
-PORTVERSION=	2.1.2
+PORTVERSION=	2.1.3
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI \
 		https://github.com/jupyterlab/jupyter-collaboration/releases/download/v${PORTVERSION}/
@@ -23,7 +23,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}jsonschema>=4.18.0:devel/py-jsonschema@${PY_
 		${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}pycrdt>=0:devel/py-pycrdt@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pycrdt-websocket>=0.14.0<0.15.0:devel/py-pycrdt-websocket@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}pycrdt-websocket>=0.14.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 b1accfc74d40..014cf306276f 100644
--- a/devel/py-jupyter-collaboration/distinfo
+++ b/devel/py-jupyter-collaboration/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1722249036
-SHA256 (jupyter_collaboration-2.1.2.tar.gz) = b8b6cd633b336922e753855c683af928171137e5e6fc1e3bd6cf96f6a2626ec9
-SIZE (jupyter_collaboration-2.1.2.tar.gz) = 4740189
+TIMESTAMP = 1728632358
+SHA256 (jupyter_collaboration-2.1.3.tar.gz) = 3a35fb0bbf9e45eae0810c0a11ca85d429941f9c06b45f196afb6ebd36133539
+SIZE (jupyter_collaboration-2.1.3.tar.gz) = 4740435
diff --git a/devel/py-jupyter-collaboration/files/patch-pyproject.toml b/devel/py-jupyter-collaboration/files/patch-pyproject.toml
index 1b6a0b72e0ff..c3b62d4f97ec 100644
--- a/devel/py-jupyter-collaboration/files/patch-pyproject.toml
+++ b/devel/py-jupyter-collaboration/files/patch-pyproject.toml
@@ -1,6 +1,6 @@
 --- pyproject.toml.orig	2020-02-02 00:00:00 UTC
 +++ pyproject.toml
-@@ -3,7 +3,7 @@
+@@ -3,7 +3,7 @@ build-backend = "hatchling.build"
  
  [build-system]
  build-backend = "hatchling.build"
@@ -9,3 +9,12 @@
  
  [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"