- 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
This commit is contained in:
Benjamin Greiner 2024-03-29 18:47:38 +00:00 committed by Git OBS Bridge
parent 9d99b5b083
commit 68ccf987f4
4 changed files with 12 additions and 5 deletions

3
nbclient-0.10.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4b3f1b7dba531e498449c4db4f53da339c91d449dc11e9af3a43b4eb5c5abb09
size 62246

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4b28c207877cf33ef3a9838cdc7a54c5ceff981194a82eac59d558f05487295e
size 60606

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Mar 29 18:45:22 UTC 2024 - Ben Greiner <code@bnavigator.de>
- 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 <code@bnavigator.de>

View File

@ -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}