!2 Update package with version 2.2.4

From: @desert-sailor 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2024-03-06 06:09:25 +00:00 committed by Gitee
commit 697e386327
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 9 additions and 3 deletions

Binary file not shown.

BIN
jupyter-lsp-2.2.4.tar.gz Normal file

Binary file not shown.

View File

@ -1,5 +1,5 @@
Name: python-jupyter-lsp
Version: 2.2.0
Version: 2.2.4
Release: 1
Summary: Multi-Language Server WebSocket proxy for Jupyter Notebook/Lab server
@ -24,7 +24,7 @@ BuildRequires: python3-setuptools
BuildRequires: python3-setuptools_scm
BuildRequires: python3-pip
BuildRequires: python3-wheel
Requires: python-jupyter-filesystem
Requires: python-jupyter-filesystem
%description -n python3-jupyter-lsp %_description
@ -46,5 +46,11 @@ Requires: python-jupyter-filesystem
%{_prefix}/etc/jupyter
%changelog
* Wed Mar 6 2024 Dongxing Wang <dongxing.wang_a@thundersoft.com> - 2.2.4-1
- Update package with version 2.2.4
Fix websocket handler incorrectly inheriting from APIHandler rather than JupyterHandler
Remove unused notebook config entry point
Support latest version of typescript-language-server
* Mon Jul 31 2023 mengzhaoa <mengzhaoa@isoftstone.com> - 2.2.0-1
- Initial package python3-jupyter-lsp version 2.2.0.
- Initial package python3-jupyter-lsp version 2.2.0.