From da1756ee546c41828376a629722e0364d6b2bf3752d726cdb7fc9f462ed821a5 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Sun, 12 Feb 2023 17:12:35 +0000 Subject: [PATCH] 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 --- nbconvert-7.2.8.tar.gz | 3 --- nbconvert-7.2.9.tar.gz | 3 +++ python-nbconvert.changes | 7 +++++++ python-nbconvert.spec | 9 ++++----- 4 files changed, 14 insertions(+), 8 deletions(-) delete mode 100644 nbconvert-7.2.8.tar.gz create mode 100644 nbconvert-7.2.9.tar.gz diff --git a/nbconvert-7.2.8.tar.gz b/nbconvert-7.2.8.tar.gz deleted file mode 100644 index 1f2b9ce..0000000 --- a/nbconvert-7.2.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ccedacde57a972836bfb46466485be29ed1364ed7c2f379f62bad47d340ece99 -size 870182 diff --git a/nbconvert-7.2.9.tar.gz b/nbconvert-7.2.9.tar.gz new file mode 100644 index 0000000..9b71419 --- /dev/null +++ b/nbconvert-7.2.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a42c3ac137c64f70cbe4d763111bf358641ea53b37a01a5c202ed86374af5234 +size 870386 diff --git a/python-nbconvert.changes b/python-nbconvert.changes index 3c49a4b..0e87baf 100644 --- a/python-nbconvert.changes +++ b/python-nbconvert.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Feb 9 16:19:54 UTC 2023 - Arun Persaud + +- 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 diff --git a/python-nbconvert.spec b/python-nbconvert.spec index 7c910ab..9dc0b74 100644 --- a/python-nbconvert.spec +++ b/python-nbconvert.spec @@ -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