From 68ccf987f416c9429c7369fd5c2c89069a8fd9b57004b47806a28cf364fe85d8 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Fri, 29 Mar 2024 18:47:38 +0000 Subject: [PATCH] - Update to 0.10.0 * Optionally write out executed notebook in jupyter-execute #307 (@wpk-nist-gov) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclient?expand=0&rev=65 --- nbclient-0.10.0.tar.gz | 3 +++ nbclient-0.9.0.tar.gz | 3 --- python-nbclient.changes | 7 +++++++ python-nbclient.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) create mode 100644 nbclient-0.10.0.tar.gz delete mode 100644 nbclient-0.9.0.tar.gz diff --git a/nbclient-0.10.0.tar.gz b/nbclient-0.10.0.tar.gz new file mode 100644 index 0000000..d5a3c45 --- /dev/null +++ b/nbclient-0.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b3f1b7dba531e498449c4db4f53da339c91d449dc11e9af3a43b4eb5c5abb09 +size 62246 diff --git a/nbclient-0.9.0.tar.gz b/nbclient-0.9.0.tar.gz deleted file mode 100644 index d1d77e5..0000000 --- a/nbclient-0.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b28c207877cf33ef3a9838cdc7a54c5ceff981194a82eac59d558f05487295e -size 60606 diff --git a/python-nbclient.changes b/python-nbclient.changes index 8576bbf..8d41c45 100644 --- a/python-nbclient.changes +++ b/python-nbclient.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Mar 29 18:45:22 UTC 2024 - Ben Greiner + +- Update to 0.10.0 + * Optionally write out executed notebook in jupyter-execute #307 + (@wpk-nist-gov) + ------------------------------------------------------------------- Thu Mar 7 13:40:12 UTC 2024 - Ben Greiner diff --git a/python-nbclient.spec b/python-nbclient.spec index 9787838..583ac7f 100644 --- a/python-nbclient.spec +++ b/python-nbclient.spec @@ -32,7 +32,7 @@ %endif Name: python-nbclient%{psuffix} -Version: 0.9.0 +Version: 0.10.0 Release: 0 Summary: A client library for executing notebooks License: BSD-3-Clause @@ -62,7 +62,7 @@ BuildRequires: %{python_module ipython} BuildRequires: %{python_module ipywidgets} BuildRequires: %{python_module nbclient = %{version}} BuildRequires: %{python_module nbconvert >= 7} -BuildRequires: %{python_module pytest >= 7} +BuildRequires: %{python_module pytest >= 7 with %python-pytest < 8} BuildRequires: %{python_module pytest-asyncio} BuildRequires: %{python_module testpath} BuildRequires: %{python_module xmltodict}