1
0

Accepting request 902859 from home:bnavigator:branches:devel:languages:python:jupyter

- Update to 1.9.0
  * enable a way to run a task when an io_loop is created
  * adds GatewayClient.auth_scheme configurable
  * [Notebook port 4835] Add UNIX socket support to notebook server
- Release 1.8.0
  * Expose a public property to sort extensions deterministically.
- Release 1.7.0
  * Make nbconvert root handler asynchronous
  * Refactor gateway kernel management to achieve a degree of
    consistency
- Release 1.6.2
  * Use Jupyter Packaging #477

OBS-URL: https://build.opensuse.org/request/show/902859
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-server?expand=0&rev=35
This commit is contained in:
2021-06-29 08:35:50 +00:00
committed by Git OBS Bridge
parent cc53c94fba
commit c4e889b835
4 changed files with 31 additions and 11 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sat Jun 26 14:27:09 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to 1.9.0
* enable a way to run a task when an io_loop is created
* adds GatewayClient.auth_scheme configurable
* [Notebook port 4835] Add UNIX socket support to notebook server
- Release 1.8.0
* Expose a public property to sort extensions deterministically.
- Release 1.7.0
* Make nbconvert root handler asynchronous
* Refactor gateway kernel management to achieve a degree of
consistency
- Release 1.6.2
* Use Jupyter Packaging #477
-------------------------------------------------------------------
Fri Apr 16 09:33:21 UTC 2021 - Ben Greiner <code@bnavigator.de>