Accepting request 1155890 from devel:languages:python:jupyter

- Update to 2.13.0
  ## Enhancements made
  * Add an option to have authentication enabled for all endpoints
    by default #1392 (@krassowski)
  * websockets: add configurations for ping interval and timeout
    #1391 (@oliver-sanders)
  ## Bugs fixed
  * Fix color in windows log console with colorama #1397
    (@hansepac)
- Skip building and using python39-jupyter-server-test: no longer
  supported since ipython 8.19 (through ipykernel)

OBS-URL: https://build.opensuse.org/request/show/1155890
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jupyter-server?expand=0&rev=40
This commit is contained in:
Dominique Leuenberger 2024-03-07 21:01:21 +00:00 committed by Git OBS Bridge
commit 4af93b53f1
4 changed files with 25 additions and 7 deletions

BIN
jupyter_server-2.12.5.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Mar 7 12:13:10 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Update to 2.13.0
## Enhancements made
* Add an option to have authentication enabled for all endpoints
by default #1392 (@krassowski)
* websockets: add configurations for ping interval and timeout
#1391 (@oliver-sanders)
## Bugs fixed
* Fix color in windows log console with colorama #1397
(@hansepac)
- Skip building and using python39-jupyter-server-test: no longer
supported since ipython 8.19 (through ipykernel)
-------------------------------------------------------------------
Sun Jan 21 11:04:04 UTC 2024 - Ben Greiner <code@bnavigator.de>

View File

@ -1,5 +1,5 @@
#
# spec file
# spec file for package python-jupyter-server
#
# Copyright (c) 2024 SUSE LLC
#
@ -19,6 +19,7 @@
%global flavor @BUILD_FLAVOR@%{nil}
%if "%{flavor}" == "test"
%define psuffix -test
%define skip_python39 1
%bcond_without test
%else
%define psuffix %{nil}
@ -32,7 +33,7 @@
%endif
Name: python-jupyter-server%{psuffix}
Version: 2.12.5
Version: 2.13.0
Release: 0
Summary: The backend to Jupyter web applications
License: BSD-3-Clause
@ -78,7 +79,7 @@ BuildRequires: alts
Requires: alts
%else
Requires(post): update-alternatives
Requires(postun):update-alternatives
Requires(postun): update-alternatives
%endif
%if "%{python_flavor}" == "python3" || "%{python_provides}" == "python3"
Provides: jupyter-jupyter-server = %{version}-%{release}
@ -101,7 +102,7 @@ Requires: python-ipykernel
Requires: python-jupyter-server = %{version}
Requires: python-pytest >= 7
Requires: python-pytest-console-scripts
Requires: python-pytest-jupyter-server >= 0.4
Requires: python-pytest-jupyter-server >= 0.7
Requires: python-pytest-timeout
Requires: python-requests
@ -154,8 +155,10 @@ fi
%{python_sitelib}/jupyter_server
%{python_sitelib}/jupyter_server-%{version}*-info
%if 0%{python_version_nodots} >= 310
%files %{python_files test}
%license LICENSE
%endif
%endif
%changelog