From 036f5299f50383f3fa77d83905205104d10f717a9286b5e39c71f5b0d3f8bb93 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Mon, 1 May 2023 18:45:19 +0000 Subject: [PATCH] Accepting request 1083887 from home:bnavigator:branches:devel:languages:python:jupyter - Update to 0.7.4 * include stream output in CellExecutionError #282 (@minrk) * avoid duplicate 'Exception: message' in CellExecutionError #283 (@minrk) * Send KeyboardInterrupt a little later in test_run_all_notebooks[Interrupt.ipynb-opts6] #285 (@kxxt) OBS-URL: https://build.opensuse.org/request/show/1083887 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclient?expand=0&rev=57 --- nbclient-0.7.3.tar.gz | 3 --- nbclient-0.7.4.tar.gz | 3 +++ python-nbclient.changes | 10 ++++++++++ python-nbclient.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 nbclient-0.7.3.tar.gz create mode 100644 nbclient-0.7.4.tar.gz diff --git a/nbclient-0.7.3.tar.gz b/nbclient-0.7.3.tar.gz deleted file mode 100644 index 864292f..0000000 --- a/nbclient-0.7.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:26e41c6dca4d76701988bc34f64e1bfc2413ae6d368f13d7b5ac407efb08c755 -size 60082 diff --git a/nbclient-0.7.4.tar.gz b/nbclient-0.7.4.tar.gz new file mode 100644 index 0000000..cbf8756 --- /dev/null +++ b/nbclient-0.7.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d447f0e5a4cfe79d462459aec1b3dc5c2e9152597262be8ee27f7d4c02566a0d +size 60682 diff --git a/python-nbclient.changes b/python-nbclient.changes index 2ead5c4..d1eab44 100644 --- a/python-nbclient.changes +++ b/python-nbclient.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon May 1 17:50:53 UTC 2023 - Ben Greiner + +- Update to 0.7.4 + * include stream output in CellExecutionError #282 (@minrk) + * avoid duplicate 'Exception: message' in CellExecutionError #283 + (@minrk) + * Send KeyboardInterrupt a little later in + test_run_all_notebooks[Interrupt.ipynb-opts6] #285 (@kxxt) + ------------------------------------------------------------------- Sun Apr 23 17:56:28 UTC 2023 - Ben Greiner diff --git a/python-nbclient.spec b/python-nbclient.spec index e684372..73ac900 100644 --- a/python-nbclient.spec +++ b/python-nbclient.spec @@ -31,7 +31,7 @@ %endif Name: python-nbclient%{psuffix} -Version: 0.7.3 +Version: 0.7.4 Release: 0 Summary: A client library for executing notebooks License: BSD-3-Clause