From f55bc27cce5edc1b458f82fa393eb89019c50cc31935ad3b3c49612d43bcbcaa Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Sat, 1 Jul 2023 16:36:16 +0000 Subject: [PATCH] - Update to 8.3.0 * Allow kwargs when writting connection_file #953 (@fecet) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-client?expand=0&rev=48 --- jupyter_client-8.2.0.tar.gz | 3 --- jupyter_client-8.3.0.tar.gz | 3 +++ python-jupyter-client.changes | 6 ++++++ python-jupyter-client.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 jupyter_client-8.2.0.tar.gz create mode 100644 jupyter_client-8.3.0.tar.gz diff --git a/jupyter_client-8.2.0.tar.gz b/jupyter_client-8.2.0.tar.gz deleted file mode 100644 index 19e6adb..0000000 --- a/jupyter_client-8.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9fe233834edd0e6c0aa5f05ca2ab4bdea1842bfd2d8a932878212fc5301ddaf0 -size 335567 diff --git a/jupyter_client-8.3.0.tar.gz b/jupyter_client-8.3.0.tar.gz new file mode 100644 index 0000000..c79bc78 --- /dev/null +++ b/jupyter_client-8.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3af69921fe99617be1670399a0b857ad67275eefcfa291e2c81a160b7b650f5f +size 335973 diff --git a/python-jupyter-client.changes b/python-jupyter-client.changes index c24df02..72ecd1a 100644 --- a/python-jupyter-client.changes +++ b/python-jupyter-client.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Jul 1 16:35:08 UTC 2023 - Ben Greiner + +- Update to 8.3.0 + * Allow kwargs when writting connection_file #953 (@fecet) + ------------------------------------------------------------------- Fri Jun 16 07:45:36 UTC 2023 - Steve Kowalik diff --git a/python-jupyter-client.spec b/python-jupyter-client.spec index a182007..f4f92c2 100644 --- a/python-jupyter-client.spec +++ b/python-jupyter-client.spec @@ -26,7 +26,7 @@ %endif Name: python-jupyter-client%{psuffix} -Version: 8.2.0 +Version: 8.3.0 Release: 0 Summary: Jupyter protocol implementation and client libraries License: BSD-3-Clause