- Update to 2.13.0
## Enhancements made * Add an option to have authentication enabled for all endpoints by default #1392 (@krassowski) * websockets: add configurations for ping interval and timeout #1391 (@oliver-sanders) ## Bugs fixed * Fix color in windows log console with colorama #1397 (@hansepac) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-server?expand=0&rev=88
This commit is contained in:
parent
357fd86a40
commit
c7f138d88c
BIN
jupyter_server-2.12.5.tar.gz
(Stored with Git LFS)
BIN
jupyter_server-2.12.5.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
jupyter_server-2.13.0.tar.gz
Normal file
3
jupyter_server-2.13.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c80bfb049ea20053c3d9641c2add4848b38073bf79f1729cea1faed32fc1c78e
|
||||
size 718244
|
@ -1,6 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 7 11:24:15 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||
Thu Mar 7 12:13:10 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to 2.13.0
|
||||
## Enhancements made
|
||||
* Add an option to have authentication enabled for all endpoints
|
||||
by default #1392 (@krassowski)
|
||||
* websockets: add configurations for ping interval and timeout
|
||||
#1391 (@oliver-sanders)
|
||||
## Bugs fixed
|
||||
* Fix color in windows log console with colorama #1397
|
||||
(@hansepac)
|
||||
- Skip building and using python39-jupyter-server-test: no longer
|
||||
supported since ipython 8.19 (through ipykernel)
|
||||
|
||||
|
@ -33,7 +33,7 @@
|
||||
%endif
|
||||
|
||||
Name: python-jupyter-server%{psuffix}
|
||||
Version: 2.12.5
|
||||
Version: 2.13.0
|
||||
Release: 0
|
||||
Summary: The backend to Jupyter web applications
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user