diff --git a/jupyterlab_server-2.24.0.tar.gz b/jupyterlab_server-2.24.0.tar.gz deleted file mode 100644 index 8f99d24..0000000 Binary files a/jupyterlab_server-2.24.0.tar.gz and /dev/null differ diff --git a/jupyterlab_server-2.25.2.tar.gz b/jupyterlab_server-2.25.2.tar.gz new file mode 100644 index 0000000..6be34d8 Binary files /dev/null and b/jupyterlab_server-2.25.2.tar.gz differ diff --git a/python-jupyterlab-server.spec b/python-jupyterlab-server.spec index 5902bb0..4fd5024 100644 --- a/python-jupyterlab-server.spec +++ b/python-jupyterlab-server.spec @@ -1,5 +1,5 @@ %global _empty_manifest_terminate_build 0 -%global pypi_name jupyterlab_server +%global pypi_name jupyterlab-server %global _description %{expand: 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.} Name: python-%{pypi_name} -Version: 2.24.0 +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: %{pypi_source jupyterlab_server} +Source0: https://files.pythonhosted.org/packages/32/d5/f59cc812a142cc1e8bd751a8f07d7c2b974f89c72fca2ac43febab874ee9/jupyterlab_server-2.25.2.tar.gz BuildArch: noarch BuildRequires: python3-devel @@ -39,7 +39,7 @@ Summary: Help documents for %{name} Help documents for the %{name} API %prep -%autosetup -n %{pypi_name}-%{version} +%autosetup -n jupyterlab_server-%{version} %build %pyproject_build @@ -57,5 +57,8 @@ Help documents for the %{name} API %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