- Update to 2.11.0

* Support get file(notebook) md5 #1363 (@Wh1isper)
- Release 2.10.1
  * ContentsHandler return 404 rather than raise exc #1357
    (@bloomsa)
- Release 2.10.0
  * Update kernel env to reflect changes in session #1354
    (@blink1073)
- Release 2.9.0
  * Ability to configure cull_idle_timeout with kernelSpec #1342
    (@akshaychitneni)
  * Run Gateway token renewers even if the auth token is empty.
    #1340 (@ojarjur)
- Release 2.8.0
  * Added Logs for get_os_path closes issue #1336
    (@jayeshsingh9767)
  * Avoid showing "No answer for 5s" when shutdown is slow #1320
    (@minrk)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-server?expand=0&rev=77
This commit is contained in:
Benjamin Greiner 2023-11-26 16:39:10 +00:00 committed by Git OBS Bridge
parent 2ffe376f11
commit c228aefe16
4 changed files with 28 additions and 6 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:78c97ec8049f9062f0151725bc8a1364dfed716646a66819095e0e8a24793eba
size 710596

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d4916c8581c4ebbc534cebdaa8eca2478d9f3bfdd88eae29fcab0120eac57649
size 705798

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Sun Nov 26 16:16:36 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 2.11.0
* Support get file(notebook) md5 #1363 (@Wh1isper)
- Release 2.10.1
* ContentsHandler return 404 rather than raise exc #1357
(@bloomsa)
- Release 2.10.0
* Update kernel env to reflect changes in session #1354
(@blink1073)
- Release 2.9.0
* Ability to configure cull_idle_timeout with kernelSpec #1342
(@akshaychitneni)
* Run Gateway token renewers even if the auth token is empty.
#1340 (@ojarjur)
- Release 2.8.0
* Added Logs for get_os_path closes issue #1336
(@jayeshsingh9767)
* Avoid showing "No answer for 5s" when shutdown is slow #1320
(@minrk)
-------------------------------------------------------------------
Sun Sep 24 18:04:17 UTC 2023 - Ben Greiner <code@bnavigator.de>

View File

@ -32,7 +32,7 @@
%endif
Name: python-jupyter-server%{psuffix}
Version: 2.7.3
Version: 2.11.0
Release: 0
Summary: The backend to Jupyter web applications
License: BSD-3-Clause
@ -54,7 +54,7 @@ Requires: python-Send2Trash >= 1.8.2
Requires: python-anyio >= 3.1.0
Requires: python-argon2-cffi
Requires: python-jupyter-client >= 7.4.4
Requires: python-jupyter_events >= 0.6.0
Requires: python-jupyter_events >= 0.9.0
Requires: python-jupyter_server_terminals
Requires: python-nbconvert >= 6.4.4
Requires: python-nbformat >= 5.3.0
@ -112,7 +112,7 @@ Metapackage for the jupyter_server[test] requirement specifier
%prep
%setup -q -n jupyter_server-%{version}
sed -i pyproject.toml \
-e 's/--color=yes//' \
-e 's/, "--color=yes"//' \
-e '/filterwarnings/,/]/ {/error/ a \ "ignore:Module already imported so cannot be rewritten",
}'