python-jupyter-server/python-jupyter-server.spec

65 lines
2.0 KiB
RPMSpec
Raw Normal View History

Name: python-jupyter-server
2024-03-06 11:24:09 +08:00
Version: 2.13.0
2024-10-25 11:27:14 +08:00
Release: 2
Summary: The backend for Jupyter web applications
License: BSD-3-Clause
URL: https://pypi.org/project/jupyter-server/#files
Source0: %{url}/archive/%{version}/jupyter_server-%{version}.tar.gz
Patch1: 0001-modify-the-version-limit-for-jupyter-core.patch
2024-10-25 11:27:14 +08:00
Patch3000: backport-CVE-2024-35178-GHSA-hrw6-wg82-cm62.patch
BuildArch: noarch
%global _description %{expand:
The Jupyter Server provides the backend (i.e. the core services,
APIs, and REST endpoints) for Jupyter web applications like
Jupyter notebook, JupyterLab, and Voila.}
%description %_description
%package -n python3-jupyter-server
Summary: %{summary}
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-setuptools_scm
BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-hatchling
BuildRequires: python3-hatch-jupyter-builder
%description -n python3-jupyter-server %_description
%prep
%autosetup -p1 -n jupyter_server-%{version}
%build
%pyproject_build
%install
%pyproject_install
%files -n python3-jupyter-server
%license LICENSE
%doc README.md
%{_bindir}/jupyter-server
%{python3_sitelib}/jupyter_server-*.dist-info/
%{python3_sitelib}/jupyter_server/
%changelog
2024-10-25 11:27:14 +08:00
* Fri Oct 25 2024 liningjie <liningjie@xfusion.com> - 2.13.0-2
- Fix CVE-2024-35178
2024-03-06 11:24:09 +08:00
* Wed Mar 6 2024 Dongxing Wang <dongxing.wang_a@thundersoft.com> - 2.13.0-1
- Update package with version 2.13.0
Add an option to have authentication enabled for all endpoints by default
Websockets: add configurations for ping interval and timeout
Log extension import time at debug level unless it's actually slow
Add support for async Authorizers
Support get file(notebook) md5
Update kernel env to reflect changes in session
Support external kernels
* Mon Jul 31 2023 mengzhaoa <mengzhaoa@isoftstone.com> - 2.7.0-1
- Init package python3-jupyter-server of version 2.7.0