Skip to content

Commit

Permalink
devel/py-jupyter-server: Update to 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Nov 27, 2023
1 parent 4b0d544 commit b47c31c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions devel/py-jupyter-server/Makefile
@@ -1,5 +1,5 @@
PORTNAME= jupyter-server
PORTVERSION= 2.10.0
PORTVERSION= 2.11.0
CATEGORIES= devel python
MASTER_SITES= PYPI \
https://github.com/jupyter-server/jupyter_server/releases/download/v${PORTVERSION}/
Expand All @@ -8,7 +8,8 @@ DISTNAME= jupyter_server-${PORTVERSION}

MAINTAINER= sunpoet@FreeBSD.org
COMMENT= The backend to Jupyter web applications
WWW= https://github.com/jupyter-server/jupyter_server
WWW= https://jupyter-server.readthedocs.io/en/latest/ \
https://github.com/jupyter-server/jupyter_server

LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
Expand All @@ -20,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}anyio>=3.1.0:devel/py-anyio@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jupyter-client>=7.4.4:devel/py-jupyter-client@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jupyter-core>=4.12:devel/py-jupyter-core@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jupyter-events>=0.6.0:devel/py-jupyter-events@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jupyter-events>=0.9.0:devel/py-jupyter-events@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jupyter-server-terminals>=0:devel/py-jupyter-server-terminals@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}nbconvert>=6.4.4:devel/py-nbconvert@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}nbformat>=5.3.0:devel/py-nbformat@${PY_FLAVOR} \
Expand Down
6 changes: 3 additions & 3 deletions devel/py-jupyter-server/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1699774548
SHA256 (jupyter_server-2.10.0.tar.gz) = 47b8f5e63440125cb1bb8957bf12b18453ee5ed9efe42d2f7b2ca66a7019a278
SIZE (jupyter_server-2.10.0.tar.gz) = 709151
TIMESTAMP = 1700759778
SHA256 (jupyter_server-2.11.0.tar.gz) = 78c97ec8049f9062f0151725bc8a1364dfed716646a66819095e0e8a24793eba
SIZE (jupyter_server-2.11.0.tar.gz) = 710596

0 comments on commit b47c31c

Please sign in to comment.