forked from pool/python-jupyter-server
Accepting request 1073652 from home:bnavigator:branches:devel:languages:python:jupyter
- Update to 2.5.0 * Enable KernelSpecResourceHandler to be async #1236 (@Zsailer) * Added error propagation to gateway_request function #1233 (@broden-wanner) - Release 2.4.0 * Skip dir size check if not enumerable #1227 (@vidartf) * Optimize hidden checks #1226 (@vidartf) * Enable users to copy both files and directories #1190 (@kenyaachon) * Fix port selection #1229 (@blink1073) * Fix priority of deprecated NotebookApp.notebook_dir behind ServerApp.root_dir #1223 (@minrk) * Ensure content-type properly reflects gateway kernelspec resources #1219 (@kevin-bates) - Release 2.3.0 * Support IPV6 in _find_http_port() #1207 (@schnell18) * Redact tokens, etc. in url parameters from request logs #1212 (@minrk) * Fix get_loader returning None when load_jupyter_server_extension is not found (#1193) OBS-URL: https://build.opensuse.org/request/show/1073652 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-server?expand=0&rev=67
This commit is contained in:
parent
5f43aecc71
commit
f6a2a25af5
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5afb8a0cdfee37d02d69bdf470ae9cbb1dee5d4788f9bc6cc8e54bd8c83fb096
|
||||
size 689208
|
3
jupyter_server-2.5.0.tar.gz
Normal file
3
jupyter_server-2.5.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9fde612791f716fd34d610cd939704a9639643744751ba66e7ee8fdc9cead07e
|
||||
size 694029
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 19 17:31:55 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to 2.5.0
|
||||
* Enable KernelSpecResourceHandler to be async #1236 (@Zsailer)
|
||||
* Added error propagation to gateway_request function #1233
|
||||
(@broden-wanner)
|
||||
- Release 2.4.0
|
||||
* Skip dir size check if not enumerable #1227 (@vidartf)
|
||||
* Optimize hidden checks #1226 (@vidartf)
|
||||
* Enable users to copy both files and directories #1190
|
||||
(@kenyaachon)
|
||||
* Fix port selection #1229 (@blink1073)
|
||||
* Fix priority of deprecated NotebookApp.notebook_dir behind
|
||||
ServerApp.root_dir #1223 (@minrk)
|
||||
* Ensure content-type properly reflects gateway kernelspec
|
||||
resources #1219 (@kevin-bates)
|
||||
- Release 2.3.0
|
||||
* Support IPV6 in _find_http_port() #1207 (@schnell18)
|
||||
* Redact tokens, etc. in url parameters from request logs #1212
|
||||
(@minrk)
|
||||
* Fix get_loader returning None when
|
||||
load_jupyter_server_extension is not found (#1193)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 5 16:11:49 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -32,7 +32,7 @@
|
||||
%endif
|
||||
|
||||
Name: python-jupyter-server%{psuffix}
|
||||
Version: 2.2.1
|
||||
Version: 2.5.0
|
||||
Release: 0
|
||||
Summary: The backend to Jupyter web applications
|
||||
License: BSD-3-Clause
|
||||
@ -149,13 +149,13 @@ fi
|
||||
|
||||
%files %{python_files}
|
||||
%doc README.md
|
||||
%license COPYING.md
|
||||
%license LICENSE
|
||||
%python_alternative %{_bindir}/jupyter-server
|
||||
%{python_sitelib}/jupyter_server
|
||||
%{python_sitelib}/jupyter_server-%{version}*-info
|
||||
|
||||
%files %{python_files test}
|
||||
%license COPYING.md
|
||||
%license LICENSE
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user