diff --git a/jupyter-lsp-2.2.0.tar.gz b/jupyter-lsp-2.2.0.tar.gz deleted file mode 100644 index 790691d..0000000 Binary files a/jupyter-lsp-2.2.0.tar.gz and /dev/null differ diff --git a/jupyter-lsp-2.2.4.tar.gz b/jupyter-lsp-2.2.4.tar.gz new file mode 100644 index 0000000..af64647 Binary files /dev/null and b/jupyter-lsp-2.2.4.tar.gz differ diff --git a/python-jupyter-lsp.spec b/python-jupyter-lsp.spec index 6c3af7a..b33af46 100644 --- a/python-jupyter-lsp.spec +++ b/python-jupyter-lsp.spec @@ -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 - 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 - 2.2.0-1 -- Initial package python3-jupyter-lsp version 2.2.0. \ No newline at end of file +- Initial package python3-jupyter-lsp version 2.2.0.