Accepting request 990914 from home:apersaud:branches:devel:languages:python:jupyter

update to latest version

OBS-URL: https://build.opensuse.org/request/show/990914
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-server?expand=0&rev=50
This commit is contained in:
Benjamin Greiner 2022-07-25 08:05:04 +00:00 committed by Git OBS Bridge
parent a5624f3e1a
commit 3fafce92bf
4 changed files with 25 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon Jul 25 00:12:10 UTC 2022 - Arun Persaud <arun@gmx.de>
- update to version 1.18.1:
* Bugs fixed
+ Notify ChannelQueue that the response router thread is finishing
#896 (@CiprianAnton)
+ Make ChannelQueue.get_msg true async #892 (@CiprianAnton)
- changes from version 1.18.0:
* Enhancements made
+ Show import error when faiing to load an extension #878 (@minrk)
* Bugs fixed
+ Fix gateway kernel shutdown #874 (@kevin-bates)
* Maintenance and upkeep improvements
+ suppress tornado deprecation warnings #882 (@minrk)
+ Normalize os_path #886 (@martinRenou)
+ Fix lint #867 (@blink1073)
+ Fix sphinx 5.0 support #865 (@blink1073)
-------------------------------------------------------------------
Tue Jun 14 14:19:00 UTC 2022 - Ben Greiner <code@bnavigator.de>

View File

@ -31,13 +31,13 @@
%bcond_with libalternatives
%endif
Name: python-jupyter-server%{psuffix}
Version: 1.17.1
Version: 1.18.1
Release: 0
Summary: The backend to Jupyter web applications
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://jupyter-server.readthedocs.io
Source: https://files.pythonhosted.org/packages/source/j/jupyter-server/jupyter_server-%{version}.tar.gz
Source: https://files.pythonhosted.org/packages/source/j/jupyter_server/jupyter_server-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module jupyter_packaging}
BuildRequires: %{python_module setuptools}