diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-10-03 17:05:14 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-10-03 17:10:32 +0000 |
commit | 63b0a5862574b94c2bb7559f767a432dc9cf4503 (patch) | |
tree | 11effe4deb55ce16f7aaebc9b265fb99901bb83f | |
parent | e8c83f077553c2b8ccbaaa05faa160605b1e4e70 (diff) | |
download | ports-63b0a5862574b94c2bb7559f767a432dc9cf4503.tar.gz ports-63b0a5862574b94c2bb7559f767a432dc9cf4503.zip |
devel/py-jupyterlab-server: Update to 2.15.2
-rw-r--r-- | devel/py-jupyterlab-server/Makefile | 2 | ||||
-rw-r--r-- | devel/py-jupyterlab-server/distinfo | 6 | ||||
-rw-r--r-- | devel/py-jupyterlab-server/files/setup.py | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/devel/py-jupyterlab-server/Makefile b/devel/py-jupyterlab-server/Makefile index dff28ed284e4..4150a9e9e002 100644 --- a/devel/py-jupyterlab-server/Makefile +++ b/devel/py-jupyterlab-server/Makefile @@ -1,5 +1,5 @@ PORTNAME= jupyterlab-server -PORTVERSION= 2.15.1 +PORTVERSION= 2.15.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP \ https://github.com/jupyterlab/jupyterlab_server/releases/download/v${PORTVERSION}/ diff --git a/devel/py-jupyterlab-server/distinfo b/devel/py-jupyterlab-server/distinfo index 1eb89bf45e1d..001aae503fbc 100644 --- a/devel/py-jupyterlab-server/distinfo +++ b/devel/py-jupyterlab-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1661950884 -SHA256 (jupyterlab_server-2.15.1.tar.gz) = 305313970e131c590cf77bb6b8ca7e98591bc304111e8d103bc91d212e94796f -SIZE (jupyterlab_server-2.15.1.tar.gz) = 62345 +TIMESTAMP = 1664767932 +SHA256 (jupyterlab_server-2.15.2.tar.gz) = c0bcdd4606e640e6f16d236ceac55336dc8bf98cbbce067af27524ccc2fb2640 +SIZE (jupyterlab_server-2.15.2.tar.gz) = 62533 diff --git a/devel/py-jupyterlab-server/files/setup.py b/devel/py-jupyterlab-server/files/setup.py index 5a1f35865d83..0e61ce876d75 100644 --- a/devel/py-jupyterlab-server/files/setup.py +++ b/devel/py-jupyterlab-server/files/setup.py @@ -40,7 +40,7 @@ setup( 'codecov', 'ipykernel', 'jupyter-server[test]', - 'openapi-core>=0.14.2', + 'openapi_core~=0.14.2', 'openapi-spec-validator<0.5', 'pytest-console-scripts', 'pytest-cov', |