Hello community,

here is the log from the commit of package python-nbclient for openSUSE:Factory 
checked in at 2020-06-10 00:50:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-nbclient (Old)
 and      /work/SRC/openSUSE:Factory/.python-nbclient.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-nbclient"

Wed Jun 10 00:50:17 2020 rev:3 rq:812836 version:0.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-nbclient/python-nbclient.changes  
2020-05-26 17:22:04.536330207 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-nbclient.new.3606/python-nbclient.changes    
    2020-06-10 00:50:19.163243723 +0200
@@ -1,0 +2,10 @@
+Tue Jun  9 08:49:18 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Update to 0.3.1:
+  * The (async_)start_new_kernel_client method now supports starting a new 
client when its kernel manager (self.km) is a MultiKernelManager. The method 
now returns the kernel id in addition to the kernel client. If the kernel 
manager was a KernelManager, the returned kernel id is None. #51
+  * Added reset_kc option to reset_execution_trackers, so that the kernel 
client can be reset and a new one created in calls to (async_)execute #44
+  * Check that a kernel manager exists before cleaning up the kernel #61
+  * Force client class to be async when kernel manager is MultiKernelManager 
#55
+  * Replace pip install with conda install in Binder #54
+
+-------------------------------------------------------------------

Old:
----
  nbclient-0.2.0.tar.gz

New:
----
  nbclient-0.3.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-nbclient.spec ++++++
--- /var/tmp/diff_new_pack.Fskhb2/_old  2020-06-10 00:50:19.855245534 +0200
+++ /var/tmp/diff_new_pack.Fskhb2/_new  2020-06-10 00:50:19.859245544 +0200
@@ -19,11 +19,10 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define         skip_python2 1
 Name:           python-nbclient
-Version:        0.2.0
+Version:        0.3.1
 Release:        0
 Summary:        A client library for executing notebooks
 License:        BSD-3-Clause
-Group:          Development/Languages/Python
 URL:            https://github.com/jupyter/nbclient
 Source:         
https://files.pythonhosted.org/packages/source/n/nbclient/nbclient-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools >= 38.6.0}
@@ -32,6 +31,7 @@
 Requires:       python-async_generator
 Requires:       python-jupyter-client >= 6.1.0
 Requires:       python-nbformat >= 5.0
+Requires:       python-nest-asyncio
 Requires:       python-traitlets >= 4.2
 BuildArch:      noarch
 # SECTION test requirements
@@ -43,6 +43,7 @@
 BuildRequires:  %{python_module jupyter-client >= 6.1.0}
 BuildRequires:  %{python_module nbconvert}
 BuildRequires:  %{python_module nbformat >= 5.0}
+BuildRequires:  %{python_module nest-asyncio}
 BuildRequires:  %{python_module pytest >= 4.1}
 BuildRequires:  %{python_module testpath}
 BuildRequires:  %{python_module traitlets >= 4.2}
@@ -67,7 +68,8 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%pytest
+# test_many_parallel_notebooks randomly fails - 
https://github.com/jupyter/nbclient/pull/74#issuecomment-635929953
+%pytest -k 'not test_many_parallel_notebooks'
 
 %files %{python_files}
 %doc CHANGELOG.md README.md

++++++ nbclient-0.2.0.tar.gz -> nbclient-0.3.1.tar.gz ++++++
++++ 2631 lines of diff (skipped)


Reply via email to