Hello community,
here is the log from the commit of package python-jupyter-client for
openSUSE:Factory checked in at 2020-09-09 17:46:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter-client (Old)
and /work/SRC/openSUSE:Factory/.python-jupyter-client.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jupyter-client"
Wed Sep 9 17:46:44 2020 rev:4 rq:832537 version:6.1.7
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-jupyter-client/python-jupyter-client.changes
2020-05-01 11:05:17.386795297 +0200
+++
/work/SRC/openSUSE:Factory/.python-jupyter-client.new.3399/python-jupyter-client.changes
2020-09-09 17:46:51.686422649 +0200
@@ -1,0 +2,30 @@
+Sat Sep 5 16:42:02 UTC 2020 - Arun Persaud <[email protected]>
+
+- specfile:
+ * update required packages for tests according to setup.py
+
+- update to version 6.1.7
+ * Fixed launching non python kernels from a windows store installed
+ jupyter
+ * Silenced kill_kernel when kernel is already terminated
+ * Removed a number of python 2 code paths (thanks @rahulporuri)
+ * Documentation improvements around debug request/reply patterns
+
+- changes from version 6.1.6:
+ * Removed warnings in more cases for KernelManagers that use new
+ cleanup method (:ghpull:`560`)
+ * Some improved tests with a conversion to pytest pattern
+ (:ghpull:`561`)
+
+- changes from version 6.1.5:
+ * Gracefully Close ZMQ Context upon kernel shutdown to fix memory
+ leak (:ghpull:`548`)
+ * Fix for chained exceptions to preserve stacks (:ghpull:`552`,
+ :ghpull:`554`)
+ * Fix start_kernel error when passing kernel_id (:ghpull:`547`)
+ * Update to releasing docs (:ghpull:`543`)
+
+- changes from version 6.1.4:
+ * (Deleted release with incorrect local files)
+
+-------------------------------------------------------------------
Old:
----
jupyter_client-6.1.3.tar.gz
New:
----
jupyter_client-6.1.7.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jupyter-client.spec ++++++
--- /var/tmp/diff_new_pack.Dk9OgM/_old 2020-09-09 17:46:52.382423214 +0200
+++ /var/tmp/diff_new_pack.Dk9OgM/_new 2020-09-09 17:46:52.386423217 +0200
@@ -26,7 +26,7 @@
%endif
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-jupyter-client%{psuffix}
-Version: 6.1.3
+Version: 6.1.7
Release: 0
Summary: Jupyter protocol implementation and client libraries
License: BSD-3-Clause
@@ -48,7 +48,12 @@
BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module Sphinx}
+BuildRequires: %{python_module async_generator}
BuildRequires: %{python_module ipykernel}
+BuildRequires: %{python_module ipython}
+BuildRequires: %{python_module mock}
+BuildRequires: %{python_module pytest-asyncio}
+BuildRequires: %{python_module pytest-timeout}
BuildRequires: %{python_module pytest}
%endif
%python_subpackages
++++++ jupyter_client-6.1.3.tar.gz -> jupyter_client-6.1.7.tar.gz ++++++
++++ 1991 lines of diff (skipped)