Accepting request 817911 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/817911 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbclient?expand=0&rev=4
This commit is contained in:
commit
cdf032d14d
@ -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
3
nbclient-0.4.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:930a31304f348e029c6669776a9862a9353829ec5f79c0c55e574e4a9ba8a6c5
|
||||
size 67806
|
@ -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>
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user