1
0

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

update to latest version

OBS-URL: https://build.opensuse.org/request/show/955967
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=35
This commit is contained in:
Benjamin Greiner 2022-02-19 20:54:22 +00:00 committed by Git OBS Bridge
parent 6a74f353c4
commit 5241deb038
4 changed files with 28 additions and 13 deletions

View File

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

3
nbconvert-6.4.2.tar.gz Normal file
View File

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

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Feb 19 03:07:52 UTC 2022 - Arun Persaud <arun@gmx.de>
- update to version 6.4.2:
* Adding theme support for WebPDF exporter (#1718)
* Add option to embed_images in Markdown cells (#1717)
* HTMLExporter: Add theme alias and docs (#1716)
* Add basic support for federated labextensions themes (#1703)
* Always hide the collapser element (#1712)
* Raise pyppeteer requirement to >=1,<1.1 (#1711)
- changes from version 6.4.1:
* CodeMirror style bleed fix (#1710)
* Fix DOM structure of markdown cells in lab template (#1709)
* Fix styling regression (#1708)
* Handle needs_background cell metadata (#1704)
-------------------------------------------------------------------
Fri Jan 7 22:23:39 UTC 2022 - Ben Greiner <code@bnavigator.de>

View File

@ -24,17 +24,15 @@
%define psuffix %{nil}
%bcond_with test
%endif
%if 0%{?suse_version} > 1500
%bcond_without libalternatives
%else
%bcond_with libalternatives
%endif
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
Name: python-nbconvert%{psuffix}
Version: 6.4.0
Version: 6.4.2
Release: 0
Summary: Conversion of Jupyter Notebooks
License: BSD-3-Clause
@ -62,19 +60,19 @@ Requires: python-nbformat >= 4.4
Requires: python-pandocfilters >= 1.4.1
Requires: python-testpath
Requires: python-traitlets >= 5.0
%if %{with libalternatives}
Requires: alts
BuildRequires: alts
%else
Requires(post): update-alternatives
Requires(postun):update-alternatives
%endif
Recommends: pandoc
Recommends: python-tornado >= 4.0
Suggests: %{name}-latex
Provides: python-jupyter_nbconvert = %{version}
Obsoletes: python-jupyter_nbconvert < %{version}
BuildArch: noarch
%if %{with libalternatives}
BuildRequires: alts
Requires: alts
%else
Requires(post): update-alternatives
Requires(postun):update-alternatives
%endif
%if %{with test}
BuildRequires: %{python_module ipykernel}
BuildRequires: %{python_module ipywidgets >= 7}