1
0

Accepting request 1094160 from devel:languages:python:jupyter

- 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/request/show/1094160
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbconvert?expand=0&rev=24
This commit is contained in:
Dominique Leuenberger 2023-06-21 20:39:16 +00:00 committed by Git OBS Bridge
commit 3c285e1d72
4 changed files with 23 additions and 13 deletions

View File

@ -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
View File

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

View File

@ -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>

View File

@ -29,12 +29,11 @@
%else
%bcond_with libalternatives
%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 +50,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
@ -97,7 +96,7 @@ This package provides the python interface.
Summary: Conversion of Jupyter Notebooks
Requires: jupyter-ipykernel
Requires: jupyter-jupyter-core
Requires: %python3dist(nbconvert) = %{shortversion}
Requires: python3dist(nbconvert) = %{shortversion}
Conflicts: python3-jupyter_nbconvert < 5.5.0
%description -n jupyter-nbconvert