!3 Update package with version 2.13.0

From: @desert-sailor 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2024-03-07 01:18:05 +00:00 committed by Gitee
commit 0e2064e6db
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
4 changed files with 17 additions and 7 deletions

View File

@ -1,6 +1,6 @@
From 2c5bc931c15ce5c68cce4b390eae8c58b1cb3096 Mon Sep 17 00:00:00 2001
From: desert-sailor <dxwangk@isoftstone.com>
Date: Wed, 13 Sep 2023 16:39:56 +0800
From efa4942f71b6234a3bdff56bb843b8decdb378ad Mon Sep 17 00:00:00 2001
From: desert-sailor <dongxing.wang_a@thundersoft.com>
Date: Wed, 6 Mar 2024 11:21:16 +0800
Subject: [PATCH] modify the version limit for jupyter_core
---
@ -8,10 +8,10 @@ Subject: [PATCH] modify the version limit for jupyter_core
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index 139e60e..342afb1 100644
index a89f887..9ba4eca 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -31,7 +31,7 @@ dependencies = [
@@ -27,7 +27,7 @@ dependencies = [
"argon2-cffi",
"jinja2",
"jupyter_client>=7.4.4",
@ -21,5 +21,5 @@ index 139e60e..342afb1 100644
"nbconvert>=6.4.4",
"nbformat>=5.3.0",
--
2.33.0
2.43.0

Binary file not shown.

Binary file not shown.

View File

@ -1,5 +1,5 @@
Name: python-jupyter-server
Version: 2.7.0
Version: 2.13.0
Release: 1
Summary: The backend for Jupyter web applications
@ -46,5 +46,15 @@ BuildRequires: python3-hatch-jupyter-builder
%{python3_sitelib}/jupyter_server/
%changelog
* Wed Mar 6 2024 Dongxing Wang <dongxing.wang_a@thundersoft.com> - 2.13.0-1
- Update package with version 2.13.0
Add an option to have authentication enabled for all endpoints by default
Websockets: add configurations for ping interval and timeout
Log extension import time at debug level unless it's actually slow
Add support for async Authorizers
Support get file(notebook) md5
Update kernel env to reflect changes in session
Support external kernels
* Mon Jul 31 2023 mengzhaoa <mengzhaoa@isoftstone.com> - 2.7.0-1
- Init package python3-jupyter-server of version 2.7.0