Accepting request 1082320 from home:bnavigator:branches:devel:languages:python:jupyter

- Update to 0.7.3
  * Add coalesce_streams #279 (@davidbrochart)

OBS-URL: https://build.opensuse.org/request/show/1082320
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclient?expand=0&rev=55
This commit is contained in:
Benjamin Greiner 2023-04-23 20:23:41 +00:00 committed by Git OBS Bridge
parent e50ea15961
commit 4159766a2f
4 changed files with 11 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:884a3f4a8c4fc24bb9302f263e0af47d97f0d01fe11ba714171b320c8ac09547
size 59103

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:26e41c6dca4d76701988bc34f64e1bfc2413ae6d368f13d7b5ac407efb08c755
size 60082

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Apr 23 17:56:28 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 0.7.3
* Add coalesce_streams #279 (@davidbrochart)
-------------------------------------------------------------------
Sun Jan 8 09:32:12 UTC 2023 - Ben Greiner <code@bnavigator.de>

View File

@ -31,7 +31,7 @@
%endif
Name: python-nbclient%{psuffix}
Version: 0.7.2
Version: 0.7.3
Release: 0
Summary: A client library for executing notebooks
License: BSD-3-Clause
@ -55,6 +55,7 @@ Requires(post): update-alternatives
Requires(postun):update-alternatives
%endif
%if %{with test}
BuildRequires: %{python_module flaky}
BuildRequires: %{python_module ipykernel}
BuildRequires: %{python_module ipython}
BuildRequires: %{python_module ipywidgets}