git: 63b0a5862574 - main - devel/py-jupyterlab-server: Update to 2.15.2

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 03 Oct 2022 17:13:45 UTC
The branch main has been updated by sunpoet:

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

commit 63b0a5862574b94c2bb7559f767a432dc9cf4503
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-10-03 17:05:14 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-10-03 17:10:32 +0000

    devel/py-jupyterlab-server: Update to 2.15.2
    
    Changes:        https://github.com/jupyterlab/jupyterlab_server/releases
---
 devel/py-jupyterlab-server/Makefile       | 2 +-
 devel/py-jupyterlab-server/distinfo       | 6 +++---
 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',