git: 39ddbae850b9 - main - devel/py-jupyter-server: Update to 1.8.0

Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jun 20 16:18:38 UTC 2021


The branch main has been updated by sunpoet:

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

commit 39ddbae850b982258dfa29dd1c4f2e4ccaec3019
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-06-20 16:04:24 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-06-20 16:16:00 +0000

    devel/py-jupyter-server: Update to 1.8.0
    
    Changes:        https://github.com/jupyter-server/jupyter_server/releases
                    https://github.com/jupyter-server/jupyter_server/blob/master/CHANGELOG.md
---
 devel/py-jupyter-server/Makefile | 10 +++++-----
 devel/py-jupyter-server/distinfo |  6 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/devel/py-jupyter-server/Makefile b/devel/py-jupyter-server/Makefile
index bbf75aba1fc5..a6e8d30d92fa 100644
--- a/devel/py-jupyter-server/Makefile
+++ b/devel/py-jupyter-server/Makefile
@@ -1,8 +1,7 @@
 # Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
 
 PORTNAME=	jupyter-server
-PORTVERSION=	1.6.1
-PORTREVISION=	2
+PORTVERSION=	1.8.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,12 +13,12 @@ COMMENT=	The backend to Jupyter web applications
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING.md
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}anyio>=2.0.2:devel/py-anyio@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}anyio>=3.1.0<4:devel/py-anyio@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}argon2-cffi>=0:security/py-argon2-cffi@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}ipython_genutils>=0:devel/py-ipython_genutils@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}jupyter-client>=6.1.1:devel/py-jupyter-client@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}jupyter-core>=4.4.0:devel/py-jupyter-core@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}jupyter-core>=4.6.0:devel/py-jupyter-core@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}nbconvert>=0:devel/py-nbconvert@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}nbformat>=0:devel/py-nbformat@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}prometheus-client>=0:net-mgmt/py-prometheus-client@${PY_FLAVOR} \
@@ -27,7 +26,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}anyio>=2.0.2:devel/py-anyio@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}send2trash>=0:deskutils/py-send2trash@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}terminado>=0.8.3:net/py-terminado@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}tornado>=6.1.0:www/py-tornado@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}traitlets>=4.2.1:devel/py-traitlets@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}traitlets>=4.2.1:devel/py-traitlets@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}websocket-client>=0:www/py-websocket-client@${PY_FLAVOR}
 
 USES=		python:3.7+
 USE_PYTHON=	autoplist concurrent distutils
diff --git a/devel/py-jupyter-server/distinfo b/devel/py-jupyter-server/distinfo
index dadbd3d2abb3..a18ec5a5d479 100644
--- a/devel/py-jupyter-server/distinfo
+++ b/devel/py-jupyter-server/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1619198505
-SHA256 (jupyter_server-1.6.1.tar.gz) = 242ddd0b644f10e030f917019b47c381e0f2d2b950164af45cbd791d572198ac
-SIZE (jupyter_server-1.6.1.tar.gz) = 408243
+TIMESTAMP = 1624189721
+SHA256 (jupyter_server-1.8.0.tar.gz) = 8f0c75e0a577536125ad62a442ebb7cf02746f1a69d907e8a273c6225d281237
+SIZE (jupyter_server-1.8.0.tar.gz) = 408312


More information about the dev-commits-ports-main mailing list