Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
073835f049
!19 [sync] PR-17: Fix macro usage in the Summary field
From: @openeuler-sync-bot 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2025-03-10 01:10:47 +00:00
jxy_git
486eb7e441 Fix macro usage in the Summary field.
(cherry picked from commit d88d5f2f885dd88abcb540531c8a32a22aa45d0c)
2025-03-07 16:42:24 +08:00
openeuler-ci-bot
773e7f2e5d
!16 [sync] PR-10: Upgrade package with version 4.3.5
From: @openeuler-sync-bot 
Reviewed-by: @desert-sailor 
Signed-off-by: @desert-sailor
2025-02-27 07:03:39 +00:00
desert-sailor
9026986a81 Upgrade package with version 4.3.5
(cherry picked from commit f84068687eea1d058cc3bf4cd2368a49dab45ae5)
2025-02-27 14:13:32 +08:00
openeuler-ci-bot
3018a78c92
!14 [sync] PR-7: Upgrade to version 4.3.0
From: @openeuler-sync-bot 
Reviewed-by: @desert-sailor 
Signed-off-by: @desert-sailor
2025-02-27 06:10:18 +00:00
mxh
fcf117c69c Upgrade to version 4.3.0
(cherry picked from commit aaf350e12475b0126870d95946dd55790c3e7b38)
2025-02-26 09:49:40 +08:00
openeuler-ci-bot
1d92cf5386
!6 [sync] PR-4: Update version to 4.1.6
From: @openeuler-sync-bot 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2024-04-23 09:31:02 +00:00
zhaojingyu
f48b1c704a update version to 4.1.6
(cherry picked from commit a063bb51e4079dd45b267a40e2256c9eb50c12ea)
2024-04-23 16:59:34 +08:00
openeuler-ci-bot
171a816562
!3 Upgrade package with version 4.1.2
From: @desert-sailor 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2024-03-05 02:19:55 +00:00
desert-sailor
2f7f87d9f8 Upgrade package with version 4.1.2 2024-02-29 19:33:04 +08:00
2 changed files with 37 additions and 4 deletions

View File

@ -1,12 +1,12 @@
%global pypi_name jupyterlab
Name: python-%{pypi_name}
Version: 4.0.9
Release: 1
Version: 4.3.5
Release: 2
Summary: JupyterLab computational environment
License: MIT
URL: https://github.com/jupyterlab/jupyterlab
Source0: https://files.pythonhosted.org/packages/97/26/781bdea3c9f326c26f7605036deb302c4665ebb10db97c0500dea288841f/jupyterlab-4.0.9.tar.gz
Source0: https://files.pythonhosted.org/packages/19/17/6f3d73c3e54b71bbaf03edcc4a54b0aa6328e0a134755f297ea87d425711/jupyterlab-4.3.5.tar.gz
BuildArch: noarch
@ -27,7 +27,7 @@ BuildRequires: python3-notebook-shim
JupyterLab is the next-generation user interface for Project Jupyter offering all the familiar building blocks of the classic Jupyter Notebook (notebook, terminal, text editor, file browser, rich outputs, etc.) in a flexible and powerful user interface.
%package -n python3-%{pypi_name}
Summary: ${summary}
Summary: %{summary}
%{?python_provide:%python_provide python3-%{pypi_name}}
%description -n python3-%{pypi_name}
@ -55,6 +55,39 @@ JupyterLab is the next-generation user interface for Project Jupyter offering al
%changelog
* Fri Mar 07 2025 jiangxinyu <jiangxinyu@kylinos.cn> - 4.3.5-2
- Fix macro usage in the Summary field.
* Tue Feb 25 2025 Dongxing Wang <dongxing.wang_a@thundersoft.com> - 4.3.5-1
- Upgrade package with version 4.3.5
Fix scrolling and selection restoration on undo/redo
Fix windowing crash due to out-of-bounds access
Increase color contrast of operators in code editor
Fix jupyverse installation instructions
Use Zulip for instant messaging
* Thu Oct 31 2024 muxiaohui <muxiaohui@kylinos.cn> - 4.3.0-1
- Update version to 4.3.0
Add setting to enable single-click navigation in file browser.
Adds command to toggle cell outputs.
Add kernel selection to Galata notebook creation.
* Tue Apr 23 2024 zhaojingyu <zhaojingyu@kylinos.cn> - 4.1.6-1
- Upgrade package with version 4.1.6
- Fix outputarea collapse expand
Disable placeholder for password input
* Thu Feb 29 2024 Dongxing Wang <dongxing.wang_a@thundersoft.com> - 4.1.2-1
- Upgrade package with version 4.1.2
Fix highlight sequencing when replacing text in code cells
Restore notebook scrolling on dragging a cell to the viewport edge
Fix typing in editable elements inside of open shadow DOM
Correct Alt + number keyboard shortcuts command map
Update jupyter-collaboration for the Binder environment
Add virtual scrollbar component to windowed lists.
Load custom CSS functionality and documentation
Add plugin manager and extension locks
* Wed Nov 29 2023 Dongxing Wang <dongxing.wang_a@thundersoft.com> - 4.0.9-1
- Upgrade package with version 4.0.9