From df0d88ed7895b5f16039bed9bad255ae84b602d9cb7878629bb73e2670336df3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 5 Sep 2020 20:15:38 +0000 Subject: [PATCH] Accepting request 832515 from home:apersaud:branches:devel:languages:python:jupyter update to latest version OBS-URL: https://build.opensuse.org/request/show/832515 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-client?expand=0&rev=8 --- jupyter_client-6.1.3.tar.gz | 3 --- jupyter_client-6.1.7.tar.gz | 3 +++ python-jupyter-client.changes | 30 ++++++++++++++++++++++++++++++ python-jupyter-client.spec | 7 ++++++- 4 files changed, 39 insertions(+), 4 deletions(-) delete mode 100644 jupyter_client-6.1.3.tar.gz create mode 100644 jupyter_client-6.1.7.tar.gz diff --git a/jupyter_client-6.1.3.tar.gz b/jupyter_client-6.1.3.tar.gz deleted file mode 100644 index baa6158..0000000 --- a/jupyter_client-6.1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3a32fa4d0b16d1c626b30c3002a62dfd86d6863ed39eaba3f537fade197bb756 -size 290112 diff --git a/jupyter_client-6.1.7.tar.gz b/jupyter_client-6.1.7.tar.gz new file mode 100644 index 0000000..036576b --- /dev/null +++ b/jupyter_client-6.1.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49e390b36fe4b4226724704ea28d9fb903f1a3601b6882ce3105221cd09377a1 +size 293252 diff --git a/python-jupyter-client.changes b/python-jupyter-client.changes index a36133e..462cad2 100644 --- a/python-jupyter-client.changes +++ b/python-jupyter-client.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Sat Sep 5 16:42:02 UTC 2020 - Arun Persaud + +- 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) + ------------------------------------------------------------------- Sat Apr 25 17:16:52 UTC 2020 - Arun Persaud diff --git a/python-jupyter-client.spec b/python-jupyter-client.spec index 8b8213d..3dfff2b 100644 --- a/python-jupyter-client.spec +++ b/python-jupyter-client.spec @@ -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 @@ Obsoletes: python-jupyter_client < %{version} 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