From 3bb5e127ded9a23fc1562bb204f3f3d98c2f95db9660b434bb986dbf24c5a595 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Thu, 23 Mar 2023 10:00:43 +0000 Subject: [PATCH] Accepting request 1073939 from home:bnavigator:branches:devel:languages:python:jupyter - Update to 8.1.0 * ThreadedZMQStream: close stream before socket #936 (@minrk) OBS-URL: https://build.opensuse.org/request/show/1073939 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-client?expand=0&rev=42 --- jupyter_client-8.0.3.tar.gz | 3 --- jupyter_client-8.1.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.0.3.tar.gz create mode 100644 jupyter_client-8.1.0.tar.gz diff --git a/jupyter_client-8.0.3.tar.gz b/jupyter_client-8.0.3.tar.gz deleted file mode 100644 index 518729e..0000000 --- a/jupyter_client-8.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed65498bea6d876ef9d8da3e0db3dd33c5d129f5b2645f56ae03993782966bd0 -size 334366 diff --git a/jupyter_client-8.1.0.tar.gz b/jupyter_client-8.1.0.tar.gz new file mode 100644 index 0000000..bf513ae --- /dev/null +++ b/jupyter_client-8.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fbab64100a0dcac7701b1e0f1a4412f1ccb45546ff2ad9bc4fcbe4e19804811 +size 335241 diff --git a/python-jupyter-client.changes b/python-jupyter-client.changes index d3ec3bc..822b340 100644 --- a/python-jupyter-client.changes +++ b/python-jupyter-client.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Mar 23 07:51:41 UTC 2023 - Ben Greiner + +- Update to 8.1.0 + * ThreadedZMQStream: close stream before socket #936 (@minrk) + ------------------------------------------------------------------- Sun Mar 19 17:37:24 UTC 2023 - Ben Greiner diff --git a/python-jupyter-client.spec b/python-jupyter-client.spec index 821383e..8318643 100644 --- a/python-jupyter-client.spec +++ b/python-jupyter-client.spec @@ -26,7 +26,7 @@ %endif Name: python-jupyter-client%{psuffix} -Version: 8.0.3 +Version: 8.1.0 Release: 0 Summary: Jupyter protocol implementation and client libraries License: BSD-3-Clause