Upgrade package to version 2.25.2

This commit is contained in:
desert-sailor 2023-11-22 10:26:09 +08:00
parent 77835565be
commit a30158a3b3
3 changed files with 7 additions and 4 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,5 +1,5 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
%global pypi_name jupyterlab_server %global pypi_name jupyterlab-server
%global _description %{expand: %global _description %{expand:
JupyterLab Server sits between JupyterLab and Jupyter Server, and provides JupyterLab Server sits between JupyterLab and Jupyter Server, and provides
@ -8,12 +8,12 @@ It is a separate project in order to accommodate creating JupyterLab-like
applications from a more limited scope.} applications from a more limited scope.}
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 2.24.0 Version: 2.25.2
Release: 1 Release: 1
Summary: A set of server components for JupyterLab and JupyterLab like applications Summary: A set of server components for JupyterLab and JupyterLab like applications
License: BSD-3-Clause License: BSD-3-Clause
URL: https://jupyterlab-server.readthedocs.io URL: https://jupyterlab-server.readthedocs.io
Source0: %{pypi_source jupyterlab_server} Source0: https://files.pythonhosted.org/packages/32/d5/f59cc812a142cc1e8bd751a8f07d7c2b974f89c72fca2ac43febab874ee9/jupyterlab_server-2.25.2.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: python3-devel BuildRequires: python3-devel
@ -39,7 +39,7 @@ Summary: Help documents for %{name}
Help documents for the %{name} API Help documents for the %{name} API
%prep %prep
%autosetup -n %{pypi_name}-%{version} %autosetup -n jupyterlab_server-%{version}
%build %build
%pyproject_build %pyproject_build
@ -57,5 +57,8 @@ Help documents for the %{name} API
%doc docs %doc docs
%changelog %changelog
* 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 * Mon Jul 31 2023 li-miaomiao_zhr <mmlidc@isoftstone.com> - 2.24.0-1
- package init - package init