From f1db8a8874d5e1a86347cdb905ead20850abc27c1a599a882cc2689d75b37ca8 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Tue, 20 Jun 2023 18:28:22 +0000 Subject: [PATCH] - 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 --- nbconvert-7.4.0.tar.gz | 3 --- nbconvert-7.6.0.tar.gz | 3 +++ python-nbconvert.changes | 11 +++++++++++ python-nbconvert.spec | 14 +++++++------- 4 files changed, 21 insertions(+), 10 deletions(-) delete mode 100644 nbconvert-7.4.0.tar.gz create mode 100644 nbconvert-7.6.0.tar.gz diff --git a/nbconvert-7.4.0.tar.gz b/nbconvert-7.4.0.tar.gz deleted file mode 100644 index df27017..0000000 --- a/nbconvert-7.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:51b6c77b507b177b73f6729dba15676e42c4e92bcb00edc8cc982ee72e7d89d7 -size 882064 diff --git a/nbconvert-7.6.0.tar.gz b/nbconvert-7.6.0.tar.gz new file mode 100644 index 0000000..4942c32 --- /dev/null +++ b/nbconvert-7.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24fcf27efdef2b51d7f090cc5ce5a9b178766a55be513c4ebab08c91899ab550 +size 886726 diff --git a/python-nbconvert.changes b/python-nbconvert.changes index 80a3a85..7de99bd 100644 --- a/python-nbconvert.changes +++ b/python-nbconvert.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Jun 20 18:19:24 UTC 2023 - Ben Greiner + +- 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 diff --git a/python-nbconvert.spec b/python-nbconvert.spec index d12a6ca..bc2d95a 100644 --- a/python-nbconvert.spec +++ b/python-nbconvert.spec @@ -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