forked from pool/python-nbconvert
Accepting request 1064697 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/1064697 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbconvert?expand=0&rev=19
This commit is contained in:
commit
d39fdb4f51
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ccedacde57a972836bfb46466485be29ed1364ed7c2f379f62bad47d340ece99
|
||||
size 870182
|
3
nbconvert-7.2.9.tar.gz
Normal file
3
nbconvert-7.2.9.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a42c3ac137c64f70cbe4d763111bf358641ea53b37a01a5c202ed86374af5234
|
||||
size 870386
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 9 16:19:54 UTC 2023 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
- update to version 7.2.9:
|
||||
* Bugs fixed
|
||||
+ Fix handling of css sanitizer #1940 (@blink1073)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 22 13:03:26 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -29,9 +29,8 @@
|
||||
%else
|
||||
%bcond_with libalternatives
|
||||
%endif
|
||||
|
||||
Name: python-nbconvert%{psuffix}
|
||||
Version: 7.2.8
|
||||
Version: 7.2.9
|
||||
Release: 0
|
||||
Summary: Conversion of Jupyter Notebooks
|
||||
License: BSD-3-Clause AND MIT
|
||||
@ -60,9 +59,6 @@ Requires: python-pandocfilters >= 1.4.1
|
||||
Requires: python-tinycss2
|
||||
Requires: python-traitlets >= 5.0
|
||||
Requires: (python-mistune >= 2.0.3 with python-mistune < 3)
|
||||
%if 0%{python_version_nodots} < 310
|
||||
Requires: python-importlib-metadata >= 3.6
|
||||
%endif
|
||||
Recommends: pandoc
|
||||
Recommends: python-tornado >= 6.1
|
||||
Suggests: %{name}-latex
|
||||
@ -70,6 +66,9 @@ Suggests: python-qtwebengine-qt5 >= 5.15
|
||||
Provides: python-jupyter_nbconvert = %{version}
|
||||
Obsoletes: python-jupyter_nbconvert < %{version}
|
||||
BuildArch: noarch
|
||||
%if 0%{python_version_nodots} < 310
|
||||
Requires: python-importlib-metadata >= 3.6
|
||||
%endif
|
||||
%if %{with libalternatives}
|
||||
BuildRequires: alts
|
||||
Requires: alts
|
||||
|
Loading…
Reference in New Issue
Block a user