1
0

Accepting request 1064441 from home:apersaud:branches:devel:languages:python:jupyter

update to latest version

OBS-URL: https://build.opensuse.org/request/show/1064441
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=51
This commit is contained in:
Benjamin Greiner 2023-02-12 17:12:35 +00:00 committed by Git OBS Bridge
parent adad6367c1
commit da1756ee54
4 changed files with 14 additions and 8 deletions

View File

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

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

View File

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

View File

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