forked from pool/python-jupyter-server
Accepting request 990956 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/990956 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jupyter-server?expand=0&rev=25
This commit is contained in:
commit
974dfbd8ef
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a36781656645ae17b12819a49ace377c045bf633823b3e4cd4b0c88c01e7711b
|
|
||||||
size 449682
|
|
3
jupyter_server-1.18.1.tar.gz
Normal file
3
jupyter_server-1.18.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2b72fc595bccae292260aad8157a0ead8da2c703ec6ae1bb7b36dbad0e267ea7
|
||||||
|
size 451117
|
@ -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>
|
Tue Jun 14 14:19:00 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -31,13 +31,13 @@
|
|||||||
%bcond_with libalternatives
|
%bcond_with libalternatives
|
||||||
%endif
|
%endif
|
||||||
Name: python-jupyter-server%{psuffix}
|
Name: python-jupyter-server%{psuffix}
|
||||||
Version: 1.17.1
|
Version: 1.18.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The backend to Jupyter web applications
|
Summary: The backend to Jupyter web applications
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://jupyter-server.readthedocs.io
|
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 base >= 3.7}
|
||||||
BuildRequires: %{python_module jupyter_packaging}
|
BuildRequires: %{python_module jupyter_packaging}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
Loading…
Reference in New Issue
Block a user