From 02bf2675d93e17c5fbca0b320553f8b00cfe1d4a15968c1d9d5e8017aef7f5bf Mon Sep 17 00:00:00 2001 From: Todd R Date: Mon, 20 Apr 2020 18:37:42 +0000 Subject: [PATCH 1/2] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-client?expand=0&rev=4 --- python-jupyter-client.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/python-jupyter-client.spec b/python-jupyter-client.spec index 036694d..0f252cc 100644 --- a/python-jupyter-client.spec +++ b/python-jupyter-client.spec @@ -26,7 +26,6 @@ %endif %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 Name: python-jupyter-client%{psuffix} Version: 6.0.0 Release: 0 From 1bae7f0e0910acc8261559ad260f48618f8580430bd39435ee3c4166836a519c Mon Sep 17 00:00:00 2001 From: Todd R Date: Sun, 26 Apr 2020 01:25:39 +0000 Subject: [PATCH 2/2] Accepting request 797713 from home:apersaud:branches:devel:languages:python:jupyter update to latest version OBS-URL: https://build.opensuse.org/request/show/797713 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-client?expand=0&rev=6 --- jupyter_client-6.0.0.tar.gz | 3 --- jupyter_client-6.1.3.tar.gz | 3 +++ python-jupyter-client.changes | 30 ++++++++++++++++++++++++++++++ python-jupyter-client.spec | 3 +-- 4 files changed, 34 insertions(+), 5 deletions(-) delete mode 100644 jupyter_client-6.0.0.tar.gz create mode 100644 jupyter_client-6.1.3.tar.gz diff --git a/jupyter_client-6.0.0.tar.gz b/jupyter_client-6.0.0.tar.gz deleted file mode 100644 index f8fc33e..0000000 --- a/jupyter_client-6.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1fac6e3be1e797aea33d5cd1cfa568ff1ee71e01180bc89f64b24ee274f1f126 -size 286697 diff --git a/jupyter_client-6.1.3.tar.gz b/jupyter_client-6.1.3.tar.gz new file mode 100644 index 0000000..baa6158 --- /dev/null +++ b/jupyter_client-6.1.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a32fa4d0b16d1c626b30c3002a62dfd86d6863ed39eaba3f537fade197bb756 +size 290112 diff --git a/python-jupyter-client.changes b/python-jupyter-client.changes index 75144de..a36133e 100644 --- a/python-jupyter-client.changes +++ b/python-jupyter-client.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Sat Apr 25 17:16:52 UTC 2020 - Arun Persaud + +- Update to version 6.1.3: + * Add AsyncKernelClient client_class to AsyncKernelManager + (:ghpull:`542`) + * Doc fix for xeus hyperlinks (:ghpull:`540`) + * Doc typo fix (:ghpull:`539`) + +- changes from version 6.1.2: + * Fixed a bug causing clients to sometimes hang after a stop call + was made (:ghpull:`536`) + +- changes from version 6.1.1: + * Subprocess kill action fix for async execution (:ghpull:`535`) + * Doc fix for xeus kernel list (:ghpull:`534`) + +- changes from version 6.1.0: + * This release includes support for asyncio patterns! Downstream + tools should soon have releases to additionally support async + patterns. + * AsyncKernelManager and AsyncMultiKernelManager are now available + for async jupyter_client interactions (:ghpull:`528`, + :ghpull:`529`) + * Removed unused sphinx dependency (:ghpull:`518`, :ghpull:`518`). + * Added install instructions for pip to documentation + (:ghpull:`521`) + * Improved docs around version protocol and messaging + (:ghpull:`522`, :ghpull:`526`) + ------------------------------------------------------------------- Mon Feb 24 15:15:04 UTC 2020 - Todd R diff --git a/python-jupyter-client.spec b/python-jupyter-client.spec index 0f252cc..8b8213d 100644 --- a/python-jupyter-client.spec +++ b/python-jupyter-client.spec @@ -24,10 +24,9 @@ %define psuffix %{nil} %bcond_with test %endif - %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-jupyter-client%{psuffix} -Version: 6.0.0 +Version: 6.1.3 Release: 0 Summary: Jupyter protocol implementation and client libraries License: BSD-3-Clause