57 lines
1.5 KiB
RPMSpec
57 lines
1.5 KiB
RPMSpec
Name: python-jupyter-lsp
|
|
Version: 2.2.4
|
|
Release: 1
|
|
Summary: Multi-Language Server WebSocket proxy for Jupyter Notebook/Lab server
|
|
|
|
License: BSD-3-Clause
|
|
URL: https://pypi.org/project/jupyter-lsp/
|
|
Source: %{url}/archive/%{version}/jupyter-lsp-%{version}.tar.gz
|
|
BuildArch: noarch
|
|
|
|
%global _description %{expand:
|
|
Multi-Language Server WebSocket proxy for your Jupyter notebook or lab server.
|
|
For Python 3.6+.}
|
|
|
|
%description %_description
|
|
|
|
%package -n python3-jupyter-lsp
|
|
Summary: %{summary}
|
|
|
|
|
|
# Base build requires
|
|
BuildRequires: python3-devel
|
|
BuildRequires: python3-setuptools
|
|
BuildRequires: python3-setuptools_scm
|
|
BuildRequires: python3-pip
|
|
BuildRequires: python3-wheel
|
|
Requires: python-jupyter-filesystem
|
|
|
|
%description -n python3-jupyter-lsp %_description
|
|
|
|
%prep
|
|
%autosetup -n jupyter-lsp-%{version}
|
|
|
|
%build
|
|
%pyproject_build
|
|
|
|
%install
|
|
%pyproject_install
|
|
|
|
%files -n python3-jupyter-lsp
|
|
%license LICENSE
|
|
%doc README.md
|
|
|
|
%{python3_sitelib}/jupyter_lsp-*.dist-info/
|
|
%{python3_sitelib}/jupyter_lsp/
|
|
%{_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.
|