diff --git a/nbclient-0.3.1.tar.gz b/nbclient-0.3.1.tar.gz deleted file mode 100644 index 45cc9e4..0000000 --- a/nbclient-0.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fdb1a44c956d6104f8167e4a79ad12a27df97cb64960aa0dfe079c23df1709e4 -size 68157 diff --git a/nbclient-0.4.0.tar.gz b/nbclient-0.4.0.tar.gz new file mode 100644 index 0000000..f3c0e54 --- /dev/null +++ b/nbclient-0.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:930a31304f348e029c6669776a9862a9353829ec5f79c0c55e574e4a9ba8a6c5 +size 67806 diff --git a/python-nbclient.changes b/python-nbclient.changes index 138515f..6437abe 100644 --- a/python-nbclient.changes +++ b/python-nbclient.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Jun 30 13:37:24 UTC 2020 - Marketa Calabkova + +- 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 diff --git a/python-nbclient.spec b/python-nbclient.spec index fd91cf5..7b94770 100644 --- a/python-nbclient.spec +++ b/python-nbclient.spec @@ -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}