%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.25.2 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/32/d5/f59cc812a142cc1e8bd751a8f07d7c2b974f89c72fca2ac43febab874ee9/jupyterlab_server-2.25.2.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 * Wed Nov 22 2023 Dongxing Wang - 2.25.2-1 - Upgrade package to version 2.25.2 * Mon Jul 31 2023 li-miaomiao_zhr - 2.24.0-1 - package init