82 lines
2.4 KiB
RPMSpec
82 lines
2.4 KiB
RPMSpec
%global _empty_manifest_terminate_build 0
|
|
%global pypi_name jupyterlab-server
|
|
|
|
%global _description %{expand:
|
|
JupyterLab Server sits between JupyterLab and Jupyter Server, and provides
|
|
a set of REST API handlers and utilities that are used by JupyterLab.
|
|
It is a separate project in order to accommodate creating JupyterLab-like
|
|
applications from a more limited scope.}
|
|
|
|
Name: python-%{pypi_name}
|
|
Version: 2.27.3
|
|
Release: 1
|
|
Summary: A set of server components for JupyterLab and JupyterLab like applications
|
|
License: BSD-3-Clause
|
|
URL: https://jupyterlab-server.readthedocs.io
|
|
Source0: https://files.pythonhosted.org/packages/0a/c9/a883ce65eb27905ce77ace410d83587c82ea64dc85a48d1f7ed52bcfa68d/jupyterlab_server-2.27.3.tar.gz
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: python3-devel
|
|
BuildRequires: python3-pip
|
|
BuildRequires: python3-wheel
|
|
BuildRequires: python3-setuptools
|
|
BuildRequires: python3-setuptools_scm
|
|
BuildRequires: python3-hatchling
|
|
BuildRequires: python3-fastjsonschema
|
|
|
|
%description %_description
|
|
|
|
%package -n python3-%{pypi_name}
|
|
Summary: A set of server components for JupyterLab and JupyterLab like applications
|
|
%{?python_provide:%python_provide python3-%{pypi_name}}
|
|
|
|
%description -n python3-%{pypi_name} %_description
|
|
|
|
%package help
|
|
Summary: Help documents for %{name}
|
|
|
|
%description help
|
|
Help documents for the %{name} API
|
|
|
|
%prep
|
|
%autosetup -n jupyterlab_server-%{version}
|
|
|
|
%build
|
|
%pyproject_build
|
|
|
|
%install
|
|
%pyproject_install
|
|
|
|
%files -n python3-%{pypi_name}
|
|
%license LICENSE
|
|
%doc README.md
|
|
%{python3_sitelib}/jupyterlab_server-*.dist-info/
|
|
%{python3_sitelib}/jupyterlab_server/
|
|
|
|
%files help
|
|
%doc docs
|
|
|
|
%changelog
|
|
* Tue Aug 20 2024 xuhe <xuhe@kylinos.cn> - 2.27.3-1
|
|
- Update to 2.27.3
|
|
- Fix test util typings.
|
|
- Use json5 typings.
|
|
- Use updated releaser workflows.
|
|
- Ignore pageconfig file if JSON is zero-length.
|
|
- For v2 extensions parse entrypoint data.
|
|
- Add util to get consolidated page_config from higher levels.
|
|
- Move ENV_CONFIG_PATH import back into _get_config_manager.
|
|
- Load overrides once, rather than in each settings handler.
|
|
- Run docs on ubuntu.
|
|
- Fix handling language packs for pseudo language.
|
|
|
|
* Wed Mar 6 2024 Dongxing Wang <dongxing.wang_a@thundersoft.com> - 2.25.3-1
|
|
- Update package with version 2.25.3
|
|
Bugfix: URL Incorrect path Issue #436
|
|
|
|
* Wed Nov 22 2023 Dongxing Wang <dongxing.wang_a@thundersoft.com> - 2.25.2-1
|
|
- Upgrade package to version 2.25.2
|
|
|
|
* Mon Jul 31 2023 li-miaomiao_zhr <mmlidc@isoftstone.com> - 2.24.0-1
|
|
- package init
|