devel/py-jupyterlab-server: Update to 2.15.2

Changes:	https://github.com/jupyterlab/jupyterlab_server/releases
This commit is contained in:
Po-Chuan Hsieh 2022-10-04 01:05:14 +08:00
parent e8c83f0775
commit 63b0a58625
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
3 changed files with 5 additions and 5 deletions

View file

@ -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}/

View file

@ -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

View file

@ -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',