Hello community,
here is the log from the commit of package python-nbclient for openSUSE:Factory
checked in at 2020-10-06 17:12:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-nbclient (Old)
and /work/SRC/openSUSE:Factory/.python-nbclient.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-nbclient"
Tue Oct 6 17:12:51 2020 rev:5 rq:839744 version:0.5.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-nbclient/python-nbclient.changes
2020-07-01 14:26:45.666779875 +0200
+++
/work/SRC/openSUSE:Factory/.python-nbclient.new.4249/python-nbclient.changes
2020-10-06 17:16:23.225799497 +0200
@@ -1,0 +2,22 @@
+Sat Sep 5 16:24:04 UTC 2020 - Arun Persaud <[email protected]>
+
+- 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 <[email protected]>
+
+- 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
+
+-------------------------------------------------------------------
Old:
----
nbclient-0.4.0.tar.gz
New:
----
nbclient-0.5.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-nbclient.spec ++++++
--- /var/tmp/diff_new_pack.2t614a/_old 2020-10-06 17:16:23.917800084 +0200
+++ /var/tmp/diff_new_pack.2t614a/_new 2020-10-06 17:16:23.917800084 +0200
@@ -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: 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 @@
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}
++++++ nbclient-0.4.0.tar.gz -> nbclient-0.5.0.tar.gz ++++++
++++ 1756 lines of diff (skipped)