!2 Update package with version 0.5.2

From: @desert-sailor 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2024-03-06 06:10:42 +00:00 committed by Gitee
commit 9ff9c6df51
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 2 deletions

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-jupyter-server-terminals Name: python-jupyter-server-terminals
Version: 0.4.4 Version: 0.5.2
Release: 1 Release: 1
Summary: A Jupyter Server Extension Providing Terminals. Summary: A Jupyter Server Extension Providing Terminals.
License: BSD-3-Clause License: BSD-3-Clause
URL: https://github.com/jupyter-server/jupyter_server_terminals URL: https://github.com/jupyter-server/jupyter_server_terminals
Source0: https://files.pythonhosted.org/packages/54/e1/6bc19392e6957356f085b8d7ec33d6d0d721e646b7576c1c6758dd264c64/jupyter_server_terminals-0.4.4.tar.gz Source0: https://files.pythonhosted.org/packages/e2/71/c07cc931bdf27c808ccbaff693299f7d68612c87ffdac7e28c2a59020070/jupyter_server_terminals-0.5.2.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: python3-devel BuildRequires: python3-devel
@ -62,5 +62,10 @@ mv -v %{buildroot}{%{_prefix},}%{_sysconfdir}/jupyter/jupyter_server_config.d/ju
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Wed Mar 6 2024 Dongxing Wang <dongxing.wang_a@thundersoft.com> - 0.5.2-1
- Update package with version 0.5.2
Set terminals_available to False when not enabled
Update ruff config
* Wed Nov 1 2023 Dongxing Wang <dxwangk@isoftstone.com> - 0.4.4-1 * Wed Nov 1 2023 Dongxing Wang <dxwangk@isoftstone.com> - 0.4.4-1
- Init package - Init package