Accepting request 839744 from devel:languages:python:jupyter

- specfile:
  * update required version
- update to version 0.5.0:
  * Move language_info retrieval before cell execution #102
  * HistoryManager setting for ipython kernels no longer applies twice
    (fix for 5.0 trailets release)
  * Improved error handling around language_info missing
    (async_)start_new_kernel_client is now split into (async_)start_new_kernel and (async_)start_new_kernel_client
- update to version 0.4.1:
  * Python type hinting added to most interfaces! #83
  * Several documentation fixes and improvements were made #86
  * An asynchronous heart beat check was added to correctly raise a
    DeadKernelError when kernels die unexpectantly #90

OBS-URL: https://build.opensuse.org/request/show/839744
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbclient?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2020-10-06 15:12:51 +00:00 committed by Git OBS Bridge
commit 904107d213
4 changed files with 28 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Sat Sep 5 16:24:04 UTC 2020 - Arun Persaud <arun@gmx.de>
- specfile:
* update required version
- update to version 0.5.0:
* Move language_info retrieval before cell execution #102
* HistoryManager setting for ipython kernels no longer applies twice
(fix for 5.0 trailets release)
* Improved error handling around language_info missing
(async_)start_new_kernel_client is now split into (async_)start_new_kernel and (async_)start_new_kernel_client
-------------------------------------------------------------------
Tue Jul 14 15:32:36 UTC 2020 - Arun Persaud <arun@gmx.de>
- update to version 0.4.1:
* Python type hinting added to most interfaces! #83
* Several documentation fixes and improvements were made #86
* An asynchronous heart beat check was added to correctly raise a
DeadKernelError when kernels die unexpectantly #90
-------------------------------------------------------------------
Tue Jun 30 13:37:24 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>

View File

@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-nbclient
Version: 0.4.0
Version: 0.5.0
Release: 0
Summary: A client library for executing notebooks
License: BSD-3-Clause
@ -29,7 +29,7 @@ BuildRequires: %{python_module setuptools >= 38.6.0}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-async_generator
Requires: python-jupyter-client >= 6.1.0
Requires: python-jupyter-client >= 6.1.5
Requires: python-nbformat >= 5.0
Requires: python-nest-asyncio
Requires: python-traitlets >= 4.2
@ -38,7 +38,7 @@ BuildArch: noarch
BuildRequires: %{python_module async_generator}
BuildRequires: %{python_module ipython}
BuildRequires: %{python_module ipywidgets}
BuildRequires: %{python_module jupyter-client >= 6.1.0}
BuildRequires: %{python_module jupyter-client >= 6.1.5}
BuildRequires: %{python_module nbconvert}
BuildRequires: %{python_module nbformat >= 5.0}
BuildRequires: %{python_module nest-asyncio}