Accepting request 817906 from home:mcalabkova:branches:devel:languages:python:jupyter

- Update to 0.4.0
  * Use KernelManager's graceful shutdown rather than KILLing kernels
  * Mimic an Output widget at the frontend so that the Output widget behaves correctly
  * Nested asyncio is automatic, and works with Tornado
  * async_execute now has a reset_kc argument to control if the client is reset upon execution request

OBS-URL: https://build.opensuse.org/request/show/817906
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclient?expand=0&rev=8
This commit is contained in:
Tomáš Chvátal 2020-06-30 14:57:06 +00:00 committed by Git OBS Bridge
parent 127481cc11
commit b8e521c6ce
4 changed files with 13 additions and 6 deletions

View File

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

3
nbclient-0.4.0.tar.gz Normal file
View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Jun 30 13:37:24 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to 0.4.0
* Use KernelManager's graceful shutdown rather than KILLing kernels
* Mimic an Output widget at the frontend so that the Output widget behaves correctly
* Nested asyncio is automatic, and works with Tornado
* async_execute now has a reset_kc argument to control if the client is reset upon execution request
-------------------------------------------------------------------
Tue Jun 9 08:49:18 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-nbclient
Version: 0.3.1
Version: 0.4.0
Release: 0
Summary: A client library for executing notebooks
License: BSD-3-Clause
@ -35,9 +35,7 @@ Requires: python-nest-asyncio
Requires: python-traitlets >= 4.2
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module Pebble}
BuildRequires: %{python_module async_generator}
BuildRequires: %{python_module ipython_genutils}
BuildRequires: %{python_module ipython}
BuildRequires: %{python_module ipywidgets}
BuildRequires: %{python_module jupyter-client >= 6.1.0}