forked from pool/python-nbconvert
- Update to 7.6.0
* Update to Mistune v3 #1820 (@TiagodePAlves) - Release 7.5.0 * Add mermaidjs 10.2.3 #1957 (@bollwyvl) * Fix pdf conversion with explicitly relative paths #2005 (@tuncbkose) * Ensure TEXINPUTS is an absolute path #2002 (@tuncbkose) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=62
This commit is contained in:
parent
16777fafc6
commit
f1db8a8874
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:51b6c77b507b177b73f6729dba15676e42c4e92bcb00edc8cc982ee72e7d89d7
|
||||
size 882064
|
3
nbconvert-7.6.0.tar.gz
Normal file
3
nbconvert-7.6.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:24fcf27efdef2b51d7f090cc5ce5a9b178766a55be513c4ebab08c91899ab550
|
||||
size 886726
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 20 18:19:24 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to 7.6.0
|
||||
* Update to Mistune v3 #1820 (@TiagodePAlves)
|
||||
- Release 7.5.0
|
||||
* Add mermaidjs 10.2.3 #1957 (@bollwyvl)
|
||||
* Fix pdf conversion with explicitly relative paths #2005
|
||||
(@tuncbkose)
|
||||
* Ensure TEXINPUTS is an absolute path #2002 (@tuncbkose)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 11 20:00:15 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -31,10 +31,10 @@
|
||||
%endif
|
||||
# avoid rewriting
|
||||
%define python3dist python3dist
|
||||
# 7.4.0 gets abbreviated by pythondistdeps
|
||||
%define shortversion 7.4
|
||||
# 7.6.0 gets abbreviated by pythondistdeps
|
||||
%define shortversion 7.6
|
||||
Name: python-nbconvert%{psuffix}
|
||||
Version: 7.4.0
|
||||
Version: 7.6.0
|
||||
Release: 0
|
||||
Summary: Conversion of Jupyter Notebooks
|
||||
License: BSD-3-Clause AND MIT
|
||||
@ -51,17 +51,17 @@ Requires: python-Jinja2 >= 3.0
|
||||
Requires: python-MarkupSafe >= 2.0
|
||||
Requires: python-Pygments >= 2.4.1
|
||||
Requires: python-beautifulsoup4
|
||||
Requires: python-bleach
|
||||
Requires: python-defusedxml
|
||||
Requires: python-jupyter-core >= 4.7
|
||||
Requires: python-jupyterlab-pygments
|
||||
Requires: python-nbclient >= 0.5
|
||||
Requires: python-nbformat >= 5.1
|
||||
Requires: python-nbformat >= 5.7
|
||||
Requires: python-packaging
|
||||
Requires: python-pandocfilters >= 1.4.1
|
||||
Requires: python-tinycss2
|
||||
Requires: python-traitlets >= 5.0
|
||||
Requires: (python-mistune >= 2.0.3 with python-mistune < 3)
|
||||
Requires: python-traitlets >= 5.1
|
||||
Requires: (python-bleach without python-bleach = 5.0.0)
|
||||
Requires: (python-mistune >= 2.0.3 with python-mistune < 4)
|
||||
Recommends: pandoc
|
||||
Recommends: python-tornado >= 6.1
|
||||
Suggests: %{name}-latex
|
||||
|
Loading…
Reference in New Issue
Block a user