forked from pool/python-jupyter-server
Accepting request 1031311 from devel:languages:python:jupyter
- Update to version 1.21.0 * Handle client 8 pending kernels #1014 (@blink1073) - Release 1.19.1 * Wrap the concurrent futures in an asyncio future #1000 (@blink1073) - Release 1.19.0 * New features added + Backport Inject session identifier into environment variable #920 (@vidartf) * Enhancements made + Backport #981: Make it easier to pass custom env variables to kernel #994 (@divyansshhh) + Retry certain errors between server and gateway #944 (@kevin-bates) * Bugs fixed + Backport PR #965: Correct content-type headers #966 (@epignot) + avoid creating asyncio.Lock at import time #935 (@minrk) + Fix c.GatewayClient.url snippet syntax #917 (@rickwierenga) + Add back support for kernel launch timeout pad #910 (@CiprianAnton) * Maintenance and upkeep improvements + Test with client 8 updates #992 (@blink1073) + Backport PR #922: Improve logging of bare exceptions etc. #926 (@thetorpedodog) + Fix handling of dev version #913 (@blink1073) + Fix owasp link #908 (@blink1073) OBS-URL: https://build.opensuse.org/request/show/1031311 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jupyter-server?expand=0&rev=27
This commit is contained in:
commit
6ce1239592
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2b72fc595bccae292260aad8157a0ead8da2c703ec6ae1bb7b36dbad0e267ea7
|
||||
size 451117
|
3
jupyter_server-1.21.0.tar.gz
Normal file
3
jupyter_server-1.21.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d0adca19913a3763359be7f0b8c2ea8bfde356f4b8edd8e3149d7d0fbfaa248b
|
||||
size 453607
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 26 10:32:16 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to version 1.21.0
|
||||
* Handle client 8 pending kernels #1014 (@blink1073)
|
||||
- Release 1.19.1
|
||||
* Wrap the concurrent futures in an asyncio future #1000
|
||||
(@blink1073)
|
||||
- Release 1.19.0
|
||||
* New features added
|
||||
+ Backport Inject session identifier into environment variable
|
||||
#920 (@vidartf)
|
||||
* Enhancements made
|
||||
+ Backport #981: Make it easier to pass custom env variables to
|
||||
kernel #994 (@divyansshhh)
|
||||
+ Retry certain errors between server and gateway #944
|
||||
(@kevin-bates)
|
||||
* Bugs fixed
|
||||
+ Backport PR #965: Correct content-type headers #966
|
||||
(@epignot)
|
||||
+ avoid creating asyncio.Lock at import time #935 (@minrk)
|
||||
+ Fix c.GatewayClient.url snippet syntax #917 (@rickwierenga)
|
||||
+ Add back support for kernel launch timeout pad #910
|
||||
(@CiprianAnton)
|
||||
* Maintenance and upkeep improvements
|
||||
+ Test with client 8 updates #992 (@blink1073)
|
||||
+ Backport PR #922: Improve logging of bare exceptions etc.
|
||||
#926 (@thetorpedodog)
|
||||
+ Fix handling of dev version #913 (@blink1073)
|
||||
+ Fix owasp link #908 (@blink1073)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 5 19:58:24 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
%bcond_with libalternatives
|
||||
%endif
|
||||
Name: python-jupyter-server%{psuffix}
|
||||
Version: 1.18.1
|
||||
Version: 1.21.0
|
||||
Release: 0
|
||||
Summary: The backend to Jupyter web applications
|
||||
License: BSD-3-Clause
|
||||
@ -94,7 +94,7 @@ Summary: The backend to Jupyter web applications - test requirements
|
||||
Group: Development/Languages/Python
|
||||
Requires: python-ipykernel
|
||||
Requires: python-jupyter-server = %{version}
|
||||
Requires: python-pytest >= 6
|
||||
Requires: python-pytest >= 7
|
||||
Requires: python-pytest-console-scripts
|
||||
Requires: python-pytest-mock
|
||||
Requires: python-pytest-timeout
|
||||
|
Loading…
Reference in New Issue
Block a user