- Update to 0.9.0

* Maintenance and upkeep improvements

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclient?expand=0&rev=61
This commit is contained in:
Benjamin Greiner 2023-11-26 16:25:08 +00:00 committed by Git OBS Bridge
parent e8b685edf6
commit a5cc09b61f
4 changed files with 11 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Nov 26 16:23:50 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 0.9.0
* Maintenance and upkeep improvements
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jun 11 19:57:08 UTC 2023 - Ben Greiner <code@bnavigator.de> Sun Jun 11 19:57:08 UTC 2023 - Ben Greiner <code@bnavigator.de>

View File

@ -31,7 +31,7 @@
%endif %endif
Name: python-nbclient%{psuffix} Name: python-nbclient%{psuffix}
Version: 0.8.0 Version: 0.9.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
@ -76,7 +76,7 @@ NBClient is a tool for parameterizing andexecuting Jupyter Notebooks.
%prep %prep
%setup -q -n nbclient-%{version} %setup -q -n nbclient-%{version}
sed -i 's/--color=yes//' pyproject.toml sed -i 's/, "--color=yes"//' pyproject.toml
%if ! %{with test} %if ! %{with test}
%build %build