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

- Update to 2.6.0
  ## New features added
  * Emit events from the kernels service and gateway client #1252
    (@rajmusuku)
  ## Enhancements made
  * Allows immutable cache for static files in a directory #1268
    (@brichet)
  * Merge the gateway handlers into the standard handlers. #1261
    (@ojarjur)
  * Gateway manager retry kernel updates #1256 (@ojarjur)
  * Use debug-level messages for generating anonymous users #1254
    (@hbcarlos)
  * Define a CURRENT_JUPYTER_HANDLER context var #1251 (@Zsailer)
  ## Bugs fixed
  * Don't instantiate an unused Future in gateway connection trait
    #1276 (@minrk)
  * Write server list to stdout #1275 (@minrk)
  * Make the kernel_websocket_protocol flag reusable. #1264
    (@ojarjur)
  * Register websocket handler from same module as kernel handlers
    #1249 (@kevin-bates)
  * Re-enable websocket ping/pong from the server #1243 (@Zsailer)
  * Fix italics in operators security sections #1242 (@kevin-bates)
  * Fix calculation of schema location #1239 (@lresende)

OBS-URL: https://build.opensuse.org/request/show/1092415
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-server?expand=0&rev=69
This commit is contained in:
Benjamin Greiner 2023-06-11 21:25:23 +00:00 committed by Git OBS Bridge
parent f6a2a25af5
commit 4f3fef44c0
4 changed files with 34 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9fde612791f716fd34d610cd939704a9639643744751ba66e7ee8fdc9cead07e
size 694029

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ae4af349f030ed08dd78cb7ac1a03a92d886000380c9ea6283f3c542a81f4b06
size 704208

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Sun Jun 11 20:34:14 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 2.6.0
## New features added
* Emit events from the kernels service and gateway client #1252
(@rajmusuku)
## Enhancements made
* Allows immutable cache for static files in a directory #1268
(@brichet)
* Merge the gateway handlers into the standard handlers. #1261
(@ojarjur)
* Gateway manager retry kernel updates #1256 (@ojarjur)
* Use debug-level messages for generating anonymous users #1254
(@hbcarlos)
* Define a CURRENT_JUPYTER_HANDLER context var #1251 (@Zsailer)
## Bugs fixed
* Don't instantiate an unused Future in gateway connection trait
#1276 (@minrk)
* Write server list to stdout #1275 (@minrk)
* Make the kernel_websocket_protocol flag reusable. #1264
(@ojarjur)
* Register websocket handler from same module as kernel handlers
#1249 (@kevin-bates)
* Re-enable websocket ping/pong from the server #1243 (@Zsailer)
* Fix italics in operators security sections #1242 (@kevin-bates)
* Fix calculation of schema location #1239 (@lresende)
-------------------------------------------------------------------
Sun Mar 19 17:31:55 UTC 2023 - Ben Greiner <code@bnavigator.de>

View File

@ -32,7 +32,7 @@
%endif
Name: python-jupyter-server%{psuffix}
Version: 2.5.0
Version: 2.6.0
Release: 0
Summary: The backend to Jupyter web applications
License: BSD-3-Clause
@ -54,10 +54,11 @@ Requires: python-Send2Trash
Requires: python-anyio >= 3.1.0
Requires: python-argon2-cffi
Requires: python-jupyter-client >= 7.4.4
Requires: python-jupyter_events >= 0.4.0
Requires: python-jupyter_events >= 0.6.0
Requires: python-jupyter_server_terminals
Requires: python-nbconvert >= 6.4.4
Requires: python-nbformat >= 5.3.0
Requires: python-overrides
Requires: python-packaging
Requires: python-prometheus_client
Requires: python-pyzmq >= 24