From c201fc06f74ce0c1d911e3d4c7cefe2ca63748ab1b8498cec7990217541bf8b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 27 Nov 2020 14:50:23 +0000 Subject: [PATCH] Accepting request 851148 from home:apersaud:branches:devel:languages:python:jupyter update to latest version OBS-URL: https://build.opensuse.org/request/show/851148 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclient?expand=0&rev=12 --- nbclient-0.5.0.tar.gz | 3 --- nbclient-0.5.1.tar.gz | 3 +++ python-nbclient.changes | 7 +++++++ python-nbclient.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 nbclient-0.5.0.tar.gz create mode 100644 nbclient-0.5.1.tar.gz diff --git a/nbclient-0.5.0.tar.gz b/nbclient-0.5.0.tar.gz deleted file mode 100644 index b42c55f..0000000 --- a/nbclient-0.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ad52d27ba144fca1402db014857e53c5a864a2f407be66ca9d74c3a56d6591d -size 69281 diff --git a/nbclient-0.5.1.tar.gz b/nbclient-0.5.1.tar.gz new file mode 100644 index 0000000..e1c43a9 --- /dev/null +++ b/nbclient-0.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01e2d726d16eaf2cde6db74a87e2451453547e8832d142f73f72fddcd4fe0250 +size 69862 diff --git a/python-nbclient.changes b/python-nbclient.changes index f704621..3d6dfa7 100644 --- a/python-nbclient.changes +++ b/python-nbclient.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Nov 26 17:49:54 UTC 2020 - Arun Persaud + +- update to version 0.5.1: + * Update kernel client class JIT if it's the synchronous version + * Several documentation fixes / improvements + ------------------------------------------------------------------- Sat Sep 5 16:24:04 UTC 2020 - Arun Persaud diff --git a/python-nbclient.spec b/python-nbclient.spec index 671f7d4..3c51527 100644 --- a/python-nbclient.spec +++ b/python-nbclient.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-nbclient -Version: 0.5.0 +Version: 0.5.1 Release: 0 Summary: A client library for executing notebooks License: BSD-3-Clause