From 0c977b01084fcb151598f1bf7efa2a048b393651f611739dd877f2764a81c2ac Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Sat, 15 Jan 2022 21:26:08 +0000 Subject: [PATCH] Accepting request 946711 from home:bnavigator:branches:devel:languages:python:jupyter - Update to 7.1.1 * Further improvements to pending kernels managment #732 (@Zsailer) * Test against all kernels in jupyter kernel test and clean up CI #731 (@blink1073) * Add support for pending kernels #712 (@blink1073) * Improve restarter logic #717 (@vidartf) * Set sticky bit only on the directory #711 (@ci4ic4) OBS-URL: https://build.opensuse.org/request/show/946711 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-client?expand=0&rev=14 --- jupyter_client-7.0.6.tar.gz | 3 --- jupyter_client-7.1.1.tar.gz | 3 +++ python-jupyter-client.changes | 12 ++++++++++++ python-jupyter-client.spec | 4 ++-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 jupyter_client-7.0.6.tar.gz create mode 100644 jupyter_client-7.1.1.tar.gz diff --git a/jupyter_client-7.0.6.tar.gz b/jupyter_client-7.0.6.tar.gz deleted file mode 100644 index f1005e8..0000000 --- a/jupyter_client-7.0.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b6e06000eb9399775e0a55c52df6c1be4766666209c22f90c2691ded0e338dc -size 320572 diff --git a/jupyter_client-7.1.1.tar.gz b/jupyter_client-7.1.1.tar.gz new file mode 100644 index 0000000..35cfb08 --- /dev/null +++ b/jupyter_client-7.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:540ca35e57e83c5ece81abd9b781a57cba39a37c60a2a30c8c1b2f6663544343 +size 326093 diff --git a/python-jupyter-client.changes b/python-jupyter-client.changes index a8ff849..13e2c81 100644 --- a/python-jupyter-client.changes +++ b/python-jupyter-client.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Jan 15 20:57:58 UTC 2022 - Ben Greiner + +- Update to 7.1.1 + * Further improvements to pending kernels managment #732 + (@Zsailer) + * Test against all kernels in jupyter kernel test and clean up CI + #731 (@blink1073) + * Add support for pending kernels #712 (@blink1073) + * Improve restarter logic #717 (@vidartf) + * Set sticky bit only on the directory #711 (@ci4ic4) + ------------------------------------------------------------------- Sun Oct 17 18:33:06 UTC 2021 - Ben Greiner diff --git a/python-jupyter-client.spec b/python-jupyter-client.spec index 2e5f1ee..eb56933 100644 --- a/python-jupyter-client.spec +++ b/python-jupyter-client.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,7 @@ %endif %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-jupyter-client%{psuffix} -Version: 7.0.6 +Version: 7.1.1 Release: 0 Summary: Jupyter protocol implementation and client libraries License: BSD-3-Clause