From fea774668a86eb42a46f0459e2642210f6e886c00565fa48de4c80c128f316ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 8 Mar 2021 16:53:16 +0000 Subject: [PATCH] Accepting request 876614 from home:apersaud:branches:devel:languages:python:jupyter update to latest version OBS-URL: https://build.opensuse.org/request/show/876614 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclient?expand=0&rev=16 --- nbclient-0.5.2.tar.gz | 3 --- nbclient-0.5.3.tar.gz | 3 +++ python-nbclient.changes | 7 +++++++ python-nbclient.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 nbclient-0.5.2.tar.gz create mode 100644 nbclient-0.5.3.tar.gz diff --git a/nbclient-0.5.2.tar.gz b/nbclient-0.5.2.tar.gz deleted file mode 100644 index e955948..0000000 --- a/nbclient-0.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ed6e5700ad18818030a3a5f0f201408c5972d8e38793840cd9339488fd9f7c4 -size 70062 diff --git a/nbclient-0.5.3.tar.gz b/nbclient-0.5.3.tar.gz new file mode 100644 index 0000000..09a1a41 --- /dev/null +++ b/nbclient-0.5.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db17271330c68c8c88d46d72349e24c147bb6f34ec82d8481a8f025c4d26589c +size 78529 diff --git a/python-nbclient.changes b/python-nbclient.changes index 5e0db1d..7385b91 100644 --- a/python-nbclient.changes +++ b/python-nbclient.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Mar 3 19:24:34 UTC 2021 - Arun Persaud + +- update to version 0.5.3: + * Fix ipykernel's stop_on_error value to take into account + raises-exception tag and force_raise_errors #137 + ------------------------------------------------------------------- Sun Feb 14 18:08:05 UTC 2021 - Arun Persaud diff --git a/python-nbclient.spec b/python-nbclient.spec index a4e046e..aa8f41d 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.2 +Version: 0.5.3 Release: 0 Summary: A client library for executing notebooks License: BSD-3-Clause