Accepting request 747936 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/747936 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbconvert?expand=0&rev=3
This commit is contained in:
commit
1f5acf899a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:427a468ec26e7d68a529b95f578d5cbf018cb4c1f889e897681c2b6d11897695
|
||||
size 701743
|
3
nbconvert-5.6.1.tar.gz
Normal file
3
nbconvert-5.6.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:21fb48e700b43e82ba0e3142421a659d7739b65568cc832a13976a77be16b523
|
||||
size 703233
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b6ddff73f2548392c1f51c7964f2486edf2ccf7dc498b8ae797d62aea83ddbd9
|
||||
size 520642
|
||||
oid sha256:ba4aea00767c810d1d04f6593f9ce9ac4e04af039bca95e5ad546b36b0c503d7
|
||||
size 528046
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7257834349cdbca47e513eb244aece2b8292c848daa4f070d586e1e1f0bf4557
|
||||
size 9047408
|
||||
oid sha256:16aa63a46e98e3c3bd2c265746b6d126c66dca5ff9369035e645eefaf3aa76e5
|
||||
size 9074928
|
||||
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 12 15:32:59 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
||||
|
||||
- Update to 5.6.1
|
||||
+ New Features
|
||||
* Add support for alt tags for jpeg and png images
|
||||
* Allow HTML header anchor text to be HTML
|
||||
* Change RegExRemove to remove code cells with output
|
||||
* Added cell tag data attributes to HTML exporter
|
||||
+ Fixing Problems
|
||||
* Update svg2pdf.py to search the PATH for inkscape
|
||||
* Fix latex dependencies installation command for Ubuntu systems
|
||||
+ Testing, Docs, and Builds
|
||||
* Added Circle CI builds for documentation
|
||||
* Fix typo in argument name in docstring (TagRemovePreprocessor)
|
||||
* Changelog typo fix
|
||||
* Updated API page for TagRemovePreprocessor and TemplateExporter
|
||||
* Added remove_input_tag traitlet to the docstring
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 11 03:24:23 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
||||
|
||||
|
@ -17,9 +17,9 @@
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define doc_ver 5.6.0
|
||||
%define doc_ver 5.6.1
|
||||
Name: python-nbconvert
|
||||
Version: 5.6.0
|
||||
Version: 5.6.1
|
||||
Release: 0
|
||||
Summary: Conversion of Jupyter Notebooks
|
||||
License: BSD-3-Clause
|
||||
@ -41,8 +41,8 @@ BuildRequires: %{python_module defusedxml}
|
||||
BuildRequires: %{python_module entrypoints >= 0.2.2}
|
||||
BuildRequires: %{python_module ipykernel}
|
||||
BuildRequires: %{python_module ipywidgets}
|
||||
BuildRequires: %{python_module jupyter_client >= 5.3.1}
|
||||
BuildRequires: %{python_module jupyter_core}
|
||||
BuildRequires: %{python_module jupyter-client >= 5.3.1}
|
||||
BuildRequires: %{python_module jupyter-core}
|
||||
BuildRequires: %{python_module mistune >= 0.7.4}
|
||||
BuildRequires: %{python_module mock}
|
||||
BuildRequires: %{python_module nbformat >= 4.4}
|
||||
@ -59,8 +59,8 @@ Requires: python-Pygments
|
||||
Requires: python-bleach
|
||||
Requires: python-defusedxml
|
||||
Requires: python-entrypoints >= 0.2.2
|
||||
Requires: python-jupyter_core
|
||||
Requires: python-jupyter_client >= 5.3.1
|
||||
Requires: python-jupyter-core
|
||||
Requires: python-jupyter-client >= 5.3.1
|
||||
Requires: python-mistune >= 0.7.4
|
||||
Requires: python-nbformat >= 4.4
|
||||
Requires: python-pandocfilters >= 1.4.1
|
||||
@ -83,8 +83,8 @@ This package provides the python interface.
|
||||
%package -n jupyter-nbconvert
|
||||
Summary: Conversion of Jupyter Notebooks
|
||||
Requires: jupyter-ipykernel
|
||||
Requires: jupyter-jupyter_client >= 4.2
|
||||
Requires: jupyter-jupyter_core
|
||||
Requires: jupyter-jupyter-client >= 4.2
|
||||
Requires: jupyter-jupyter-core
|
||||
Requires: jupyter-nbformat >= 4.4
|
||||
Requires: python3-nbconvert = %{version}
|
||||
Conflicts: python3-jupyter_nbconvert < 5.5.0
|
||||
|
Loading…
Reference in New Issue
Block a user