Accepting request 832537 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/832537 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jupyter-client?expand=0&rev=4
This commit is contained in:
commit
428e1badda
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3a32fa4d0b16d1c626b30c3002a62dfd86d6863ed39eaba3f537fade197bb756
|
|
||||||
size 290112
|
|
3
jupyter_client-6.1.7.tar.gz
Normal file
3
jupyter_client-6.1.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:49e390b36fe4b4226724704ea28d9fb903f1a3601b6882ce3105221cd09377a1
|
||||||
|
size 293252
|
@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 5 16:42:02 UTC 2020 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
- specfile:
|
||||||
|
* update required packages for tests according to setup.py
|
||||||
|
|
||||||
|
- update to version 6.1.7
|
||||||
|
* Fixed launching non python kernels from a windows store installed
|
||||||
|
jupyter
|
||||||
|
* Silenced kill_kernel when kernel is already terminated
|
||||||
|
* Removed a number of python 2 code paths (thanks @rahulporuri)
|
||||||
|
* Documentation improvements around debug request/reply patterns
|
||||||
|
|
||||||
|
- changes from version 6.1.6:
|
||||||
|
* Removed warnings in more cases for KernelManagers that use new
|
||||||
|
cleanup method (:ghpull:`560`)
|
||||||
|
* Some improved tests with a conversion to pytest pattern
|
||||||
|
(:ghpull:`561`)
|
||||||
|
|
||||||
|
- changes from version 6.1.5:
|
||||||
|
* Gracefully Close ZMQ Context upon kernel shutdown to fix memory
|
||||||
|
leak (:ghpull:`548`)
|
||||||
|
* Fix for chained exceptions to preserve stacks (:ghpull:`552`,
|
||||||
|
:ghpull:`554`)
|
||||||
|
* Fix start_kernel error when passing kernel_id (:ghpull:`547`)
|
||||||
|
* Update to releasing docs (:ghpull:`543`)
|
||||||
|
|
||||||
|
- changes from version 6.1.4:
|
||||||
|
* (Deleted release with incorrect local files)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Apr 25 17:16:52 UTC 2020 - Arun Persaud <arun@gmx.de>
|
Sat Apr 25 17:16:52 UTC 2020 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-jupyter-client%{psuffix}
|
Name: python-jupyter-client%{psuffix}
|
||||||
Version: 6.1.3
|
Version: 6.1.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Jupyter protocol implementation and client libraries
|
Summary: Jupyter protocol implementation and client libraries
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -48,7 +48,12 @@ Obsoletes: python-jupyter_client < %{version}
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
BuildRequires: %{python_module Sphinx}
|
BuildRequires: %{python_module Sphinx}
|
||||||
|
BuildRequires: %{python_module async_generator}
|
||||||
BuildRequires: %{python_module ipykernel}
|
BuildRequires: %{python_module ipykernel}
|
||||||
|
BuildRequires: %{python_module ipython}
|
||||||
|
BuildRequires: %{python_module mock}
|
||||||
|
BuildRequires: %{python_module pytest-asyncio}
|
||||||
|
BuildRequires: %{python_module pytest-timeout}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
%endif
|
%endif
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
Loading…
Reference in New Issue
Block a user