From 5e5e10542b0aa89ff7d6e6a547ce61c36092296c4a3f1500080cbd2d5b52e1af Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Sun, 24 Sep 2023 17:52:59 +0000 Subject: [PATCH] - Update to 8.3.1 * Support external kernels #961 (@davidbrochart) * Make cache_ports configurable with default value of False. #956 (@jkitchin) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-client?expand=0&rev=50 --- jupyter_client-8.3.0.tar.gz | 3 --- jupyter_client-8.3.1.tar.gz | 3 +++ python-jupyter-client.changes | 8 ++++++++ python-jupyter-client.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 jupyter_client-8.3.0.tar.gz create mode 100644 jupyter_client-8.3.1.tar.gz diff --git a/jupyter_client-8.3.0.tar.gz b/jupyter_client-8.3.0.tar.gz deleted file mode 100644 index c79bc78..0000000 --- a/jupyter_client-8.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3af69921fe99617be1670399a0b857ad67275eefcfa291e2c81a160b7b650f5f -size 335973 diff --git a/jupyter_client-8.3.1.tar.gz b/jupyter_client-8.3.1.tar.gz new file mode 100644 index 0000000..33f35fb --- /dev/null +++ b/jupyter_client-8.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60294b2d5b869356c893f57b1a877ea6510d60d45cf4b38057f1672d85699ac9 +size 337007 diff --git a/python-jupyter-client.changes b/python-jupyter-client.changes index 72ecd1a..f1bb8a0 100644 --- a/python-jupyter-client.changes +++ b/python-jupyter-client.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Sep 24 17:51:57 UTC 2023 - Ben Greiner + +- Update to 8.3.1 + * Support external kernels #961 (@davidbrochart) + * Make cache_ports configurable with default value of False. #956 + (@jkitchin) + ------------------------------------------------------------------- Sat Jul 1 16:35:08 UTC 2023 - Ben Greiner diff --git a/python-jupyter-client.spec b/python-jupyter-client.spec index f4f92c2..b2ff02b 100644 --- a/python-jupyter-client.spec +++ b/python-jupyter-client.spec @@ -26,7 +26,7 @@ %endif Name: python-jupyter-client%{psuffix} -Version: 8.3.0 +Version: 8.3.1 Release: 0 Summary: Jupyter protocol implementation and client libraries License: BSD-3-Clause