diff --git a/jupyter_server-2.11.0.tar.gz b/jupyter_server-2.11.0.tar.gz new file mode 100644 index 0000000..7a26c94 --- /dev/null +++ b/jupyter_server-2.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78c97ec8049f9062f0151725bc8a1364dfed716646a66819095e0e8a24793eba +size 710596 diff --git a/jupyter_server-2.7.3.tar.gz b/jupyter_server-2.7.3.tar.gz deleted file mode 100644 index 08d416a..0000000 --- a/jupyter_server-2.7.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4916c8581c4ebbc534cebdaa8eca2478d9f3bfdd88eae29fcab0120eac57649 -size 705798 diff --git a/python-jupyter-server.changes b/python-jupyter-server.changes index a2ba7f5..7412b0a 100644 --- a/python-jupyter-server.changes +++ b/python-jupyter-server.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Sun Nov 26 16:16:36 UTC 2023 - Ben Greiner + +- 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 diff --git a/python-jupyter-server.spec b/python-jupyter-server.spec index 06e5208..21da469 100644 --- a/python-jupyter-server.spec +++ b/python-jupyter-server.spec @@ -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", }'