python-jupyterlab-server/python-jupyterlab-server.spec

69 lines
1.9 KiB
RPMSpec
Raw Normal View History

2023-07-31 18:25:26 +08:00
%global _empty_manifest_terminate_build 0
2023-11-22 10:26:09 +08:00
%global pypi_name jupyterlab-server
2023-07-31 18:25:26 +08:00
%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}
2024-03-06 11:36:50 +08:00
Version: 2.25.3
2023-07-31 18:25:26 +08:00
Release: 1
Summary: A set of server components for JupyterLab and JupyterLab like applications
License: BSD-3-Clause
URL: https://jupyterlab-server.readthedocs.io
2024-03-06 11:36:50 +08:00
Source0: https://files.pythonhosted.org/packages/21/a6/909a008b47560359a5aa75a280bd53ff8f337992a2734b0e9215353cc9ae/jupyterlab_server-2.25.3.tar.gz
2023-07-31 18:25:26 +08:00
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
2023-11-22 10:26:09 +08:00
%autosetup -n jupyterlab_server-%{version}
2023-07-31 18:25:26 +08:00
%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
2024-03-06 11:36:50 +08:00
* 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
2023-11-22 10:26:09 +08:00
* Wed Nov 22 2023 Dongxing Wang <dongxing.wang_a@thundersoft.com> - 2.25.2-1
- Upgrade package to version 2.25.2
2023-07-31 18:25:26 +08:00
* Mon Jul 31 2023 li-miaomiao_zhr <mmlidc@isoftstone.com> - 2.24.0-1
- package init