forked from pool/python-nbclient
- 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:
parent
9d99b5b083
commit
68ccf987f4
3
nbclient-0.10.0.tar.gz
Normal file
3
nbclient-0.10.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4b3f1b7dba531e498449c4db4f53da339c91d449dc11e9af3a43b4eb5c5abb09
|
||||||
|
size 62246
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4b28c207877cf33ef3a9838cdc7a54c5ceff981194a82eac59d558f05487295e
|
|
||||||
size 60606
|
|
@ -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>
|
Thu Mar 7 13:40:12 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-nbclient%{psuffix}
|
Name: python-nbclient%{psuffix}
|
||||||
Version: 0.9.0
|
Version: 0.10.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A client library for executing notebooks
|
Summary: A client library for executing notebooks
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -62,7 +62,7 @@ BuildRequires: %{python_module ipython}
|
|||||||
BuildRequires: %{python_module ipywidgets}
|
BuildRequires: %{python_module ipywidgets}
|
||||||
BuildRequires: %{python_module nbclient = %{version}}
|
BuildRequires: %{python_module nbclient = %{version}}
|
||||||
BuildRequires: %{python_module nbconvert >= 7}
|
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 pytest-asyncio}
|
||||||
BuildRequires: %{python_module testpath}
|
BuildRequires: %{python_module testpath}
|
||||||
BuildRequires: %{python_module xmltodict}
|
BuildRequires: %{python_module xmltodict}
|
||||||
|
Loading…
Reference in New Issue
Block a user