- 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:
parent
e8b685edf6
commit
a5cc09b61f
@ -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
3
nbclient-0.9.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4b28c207877cf33ef3a9838cdc7a54c5ceff981194a82eac59d558f05487295e
|
||||
size 60606
|
@ -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>
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
%endif
|
||||
|
||||
Name: python-nbclient%{psuffix}
|
||||
Version: 0.8.0
|
||||
Version: 0.9.0
|
||||
Release: 0
|
||||
Summary: A client library for executing notebooks
|
||||
License: BSD-3-Clause
|
||||
@ -76,7 +76,7 @@ NBClient is a tool for parameterizing andexecuting Jupyter Notebooks.
|
||||
|
||||
%prep
|
||||
%setup -q -n nbclient-%{version}
|
||||
sed -i 's/--color=yes//' pyproject.toml
|
||||
sed -i 's/, "--color=yes"//' pyproject.toml
|
||||
|
||||
%if ! %{with test}
|
||||
%build
|
||||
|
Loading…
Reference in New Issue
Block a user