Update package with version 2.13.0
This commit is contained in:
parent
5c38ab85db
commit
5a69378867
@ -1,6 +1,6 @@
|
|||||||
From 2c5bc931c15ce5c68cce4b390eae8c58b1cb3096 Mon Sep 17 00:00:00 2001
|
From efa4942f71b6234a3bdff56bb843b8decdb378ad Mon Sep 17 00:00:00 2001
|
||||||
From: desert-sailor <dxwangk@isoftstone.com>
|
From: desert-sailor <dongxing.wang_a@thundersoft.com>
|
||||||
Date: Wed, 13 Sep 2023 16:39:56 +0800
|
Date: Wed, 6 Mar 2024 11:21:16 +0800
|
||||||
Subject: [PATCH] modify the version limit for jupyter_core
|
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(-)
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
diff --git a/pyproject.toml b/pyproject.toml
|
diff --git a/pyproject.toml b/pyproject.toml
|
||||||
index 139e60e..342afb1 100644
|
index a89f887..9ba4eca 100644
|
||||||
--- a/pyproject.toml
|
--- a/pyproject.toml
|
||||||
+++ b/pyproject.toml
|
+++ b/pyproject.toml
|
||||||
@@ -31,7 +31,7 @@ dependencies = [
|
@@ -27,7 +27,7 @@ dependencies = [
|
||||||
"argon2-cffi",
|
"argon2-cffi",
|
||||||
"jinja2",
|
"jinja2",
|
||||||
"jupyter_client>=7.4.4",
|
"jupyter_client>=7.4.4",
|
||||||
@ -21,5 +21,5 @@ index 139e60e..342afb1 100644
|
|||||||
"nbconvert>=6.4.4",
|
"nbconvert>=6.4.4",
|
||||||
"nbformat>=5.3.0",
|
"nbformat>=5.3.0",
|
||||||
--
|
--
|
||||||
2.33.0
|
2.43.0
|
||||||
|
|
||||||
|
|||||||
BIN
jupyter_server-2.13.0.tar.gz
Normal file
BIN
jupyter_server-2.13.0.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,5 +1,5 @@
|
|||||||
Name: python-jupyter-server
|
Name: python-jupyter-server
|
||||||
Version: 2.7.0
|
Version: 2.13.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: The backend for Jupyter web applications
|
Summary: The backend for Jupyter web applications
|
||||||
|
|
||||||
@ -46,5 +46,15 @@ BuildRequires: python3-hatch-jupyter-builder
|
|||||||
%{python3_sitelib}/jupyter_server/
|
%{python3_sitelib}/jupyter_server/
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jul 31 2023 mengzhaoa <mengzhaoa@isoftstone.com> - 2.7.0-1
|
||||||
- Init package python3-jupyter-server of version 2.7.0
|
- Init package python3-jupyter-server of version 2.7.0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user