From df4a54ce3ae92cf6452738f6e8469570547faddb8f06d1888e0f74cad756ac6e Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Sat, 9 Jul 2022 16:03:20 +0000 Subject: [PATCH] Accepting request 988035 from home:apersaud:branches:devel:languages:python:jupyter update to latest version OBS-URL: https://build.opensuse.org/request/show/988035 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclient?expand=0&rev=44 --- nbclient-0.6.4.tar.gz | 3 --- nbclient-0.6.6.tar.gz | 3 +++ python-nbclient.changes | 12 ++++++++++++ python-nbclient.spec | 3 +-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 nbclient-0.6.4.tar.gz create mode 100644 nbclient-0.6.6.tar.gz diff --git a/nbclient-0.6.4.tar.gz b/nbclient-0.6.4.tar.gz deleted file mode 100644 index ad278fc..0000000 --- a/nbclient-0.6.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cdef7757cead1735d2c70cc66095b072dced8a1e6d1c7639ef90cd3e04a11f2e -size 78539 diff --git a/nbclient-0.6.6.tar.gz b/nbclient-0.6.6.tar.gz new file mode 100644 index 0000000..234baa6 --- /dev/null +++ b/nbclient-0.6.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0df76a7961d99a681b4796c74a1f2553b9f998851acc01896dce064ad19a9027 +size 78711 diff --git a/python-nbclient.changes b/python-nbclient.changes index ff44d48..67784f2 100644 --- a/python-nbclient.changes +++ b/python-nbclient.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Jul 9 13:26:33 UTC 2022 - Arun Persaud + +- update to version 0.6.6: + * Merged PRs + + Start new client if needed in blocking setup_kernel #241 + (@davidbrochart) + +- changes from version 0.6.5: + * Merged PRs + + Start new client if needed #239 (@davidbrochart) + ------------------------------------------------------------------- Sun Jun 5 16:49:53 UTC 2022 - Ben Greiner diff --git a/python-nbclient.spec b/python-nbclient.spec index dd8546d..2097dd9 100644 --- a/python-nbclient.spec +++ b/python-nbclient.spec @@ -29,9 +29,8 @@ %else %bcond_with libalternatives %endif - Name: python-nbclient%{psuffix} -Version: 0.6.4 +Version: 0.6.6 Release: 0 Summary: A client library for executing notebooks License: BSD-3-Clause