forked from pool/python-nbconvert
Accepting request 1195127 from devel:languages:python:jupyter
- Update to 7.16.4 * rst exporter: Re-enable coalescing streams #2142 (@mgeier) OBS-URL: https://build.opensuse.org/request/show/1195127 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbconvert?expand=0&rev=35
This commit is contained in:
commit
34b74a7fa5
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a6733b78ce3d47c3f85e504998495b07e6ea9cf9bf6ec1c98dda63ec6ad19142
|
||||
size 854257
|
3
nbconvert-7.16.4.tar.gz
Normal file
3
nbconvert-7.16.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:86ca91ba266b0a448dc96fa6c5b9d98affabde2867b363258703536807f9f7f4
|
||||
size 854422
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 21 13:32:58 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to 7.16.4
|
||||
* rst exporter: Re-enable coalescing streams #2142 (@mgeier)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 29 18:48:56 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -20,7 +20,6 @@
|
||||
%if "%{flavor}" == "test"
|
||||
%define psuffix -test
|
||||
%bcond_without test
|
||||
%define skip_python39 1
|
||||
%else
|
||||
%define psuffix %{nil}
|
||||
%bcond_with test
|
||||
@ -31,9 +30,9 @@
|
||||
%bcond_with libalternatives
|
||||
%endif
|
||||
# X.X.0 gets abbreviated by pythondistdeps
|
||||
%define shortversion 7.16.3
|
||||
%define shortversion 7.16.4
|
||||
Name: python-nbconvert%{psuffix}
|
||||
Version: 7.16.3
|
||||
Version: 7.16.4
|
||||
Release: 0
|
||||
Summary: Conversion of Jupyter Notebooks
|
||||
License: BSD-3-Clause AND MIT
|
||||
@ -172,7 +171,7 @@ pytest-%{$python_bin_suffix} -v -m 'not network' -k "not ($donttest)"
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%{python_sitelib}/nbconvert-%{version}*-info
|
||||
%{python_sitelib}/nbconvert-%{version}.dist-info
|
||||
%{python_sitelib}/nbconvert/
|
||||
%python_alternative %{_bindir}/jupyter-nbconvert
|
||||
%python_alternative %{_bindir}/jupyter-dejavu
|
||||
|
Loading…
Reference in New Issue
Block a user