Accepting request 1201265 from devel:languages:python:jupyter

- Update to 2.14.2
  * Pass session_id during Websocket connect #1440 (@gogasca)
  * Do not log environment variables passed to kernels #1437
    (@krassowski)
- Release 2.14.1
  ## Enhancements made
  * Removing excessive logging from reading local files #1420
    (@lresende)
  ## Security Fix
  * Filefind: avoid handling absolute paths
- Release 2.14.0
  ## Enhancements made
  * Do not include token in dashboard link, when available #1406
    (@minrk)
  ## Bugs fixed
  * Ignore zero-length page_config.json, restore previous behavior
    of crashing for invalid JSON #1405 (@holzman)
  * Don't crash on invalid JSON in page_config (#1403) #1404
    (@holzman)

OBS-URL: https://build.opensuse.org/request/show/1201265
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jupyter-server?expand=0&rev=42
This commit is contained in:
Ana Guerrero 2024-09-16 15:42:42 +00:00 committed by Git OBS Bridge
commit 49451a075d
4 changed files with 34 additions and 12 deletions

View File

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

View File

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

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Sun Sep 15 16:05:49 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Update to 2.14.2
* Pass session_id during Websocket connect #1440 (@gogasca)
* Do not log environment variables passed to kernels #1437
(@krassowski)
- Release 2.14.1
## Enhancements made
* Removing excessive logging from reading local files #1420
(@lresende)
## Security Fix
* Filefind: avoid handling absolute paths
- Release 2.14.0
## Enhancements made
* Do not include token in dashboard link, when available #1406
(@minrk)
## Bugs fixed
* Ignore zero-length page_config.json, restore previous behavior
of crashing for invalid JSON #1405 (@holzman)
* Don't crash on invalid JSON in page_config (#1403) #1404
(@holzman)
-------------------------------------------------------------------
Fri Mar 8 14:04:13 UTC 2024 - Ben Greiner <code@bnavigator.de>

View File

@ -19,7 +19,6 @@
%global flavor @BUILD_FLAVOR@%{nil}
%if "%{flavor}" == "test"
%define psuffix -test
%define skip_python39 1
%bcond_without test
%else
%define psuffix %{nil}
@ -33,7 +32,7 @@
%endif
Name: python-jupyter-server%{psuffix}
Version: 2.13.0
Version: 2.14.2
Release: 0
Summary: The backend to Jupyter web applications
License: BSD-3-Clause
@ -50,23 +49,23 @@ BuildRequires: %{pythons}
BuildRequires: fdupes
BuildRequires: python-rpm-macros >= 20210929
Requires: python >= 3.8
Requires: python-Jinja2
Requires: python-Jinja2 >= 3.0.3
Requires: python-Send2Trash >= 1.8.2
Requires: python-anyio >= 3.1.0
Requires: python-argon2-cffi
Requires: python-argon2-cffi >= 21.1
Requires: python-jupyter-client >= 7.4.4
Requires: python-jupyter_events >= 0.9.0
Requires: python-jupyter_server_terminals
Requires: python-jupyter_server_terminals >= 0.4.4
Requires: python-nbconvert >= 6.4.4
Requires: python-nbformat >= 5.3.0
Requires: python-overrides
Requires: python-packaging
Requires: python-prometheus_client
Requires: python-overrides >= 5.0
Requires: python-packaging >= 22
Requires: python-prometheus_client >= 0.9
Requires: python-pyzmq >= 24
Requires: python-terminado >= 0.8.3
Requires: python-tornado >= 6.2
Requires: python-traitlets >= 5.6
Requires: python-websocket-client
Requires: python-websocket-client >= 1.7
Requires: ((python-jupyter-core >= 4.12 with python-jupyter-core < 5.0) or python-jupyter-core >= 5.1)
Provides: python-jupyter_server = %{version}-%{release}
Obsoletes: python-jupyter_server < %{version}-%{release}