1
0

Accepting request 747935 from home:TheBlackCat:branches:devel:languages:python:jupyter

Update to 5.6.1

OBS-URL: https://build.opensuse.org/request/show/747935
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=12
This commit is contained in:
Todd R 2019-11-12 20:48:48 +00:00 committed by Git OBS Bridge
parent 50ad45f9c3
commit 30ca881e7c
6 changed files with 34 additions and 15 deletions

View File

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

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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:b6ddff73f2548392c1f51c7964f2486edf2ccf7dc498b8ae797d62aea83ddbd9 oid sha256:ba4aea00767c810d1d04f6593f9ce9ac4e04af039bca95e5ad546b36b0c503d7
size 520642 size 528046

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:7257834349cdbca47e513eb244aece2b8292c848daa4f070d586e1e1f0bf4557 oid sha256:16aa63a46e98e3c3bd2c265746b6d126c66dca5ff9369035e645eefaf3aa76e5
size 9047408 size 9074928

View File

@ -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> Sun Aug 11 03:24:23 UTC 2019 - Todd R <toddrme2178@gmail.com>

View File

@ -17,9 +17,9 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define doc_ver 5.6.0 %define doc_ver 5.6.1
Name: python-nbconvert Name: python-nbconvert
Version: 5.6.0 Version: 5.6.1
Release: 0 Release: 0
Summary: Conversion of Jupyter Notebooks Summary: Conversion of Jupyter Notebooks
License: BSD-3-Clause License: BSD-3-Clause
@ -41,8 +41,8 @@ BuildRequires: %{python_module defusedxml}
BuildRequires: %{python_module entrypoints >= 0.2.2} BuildRequires: %{python_module entrypoints >= 0.2.2}
BuildRequires: %{python_module ipykernel} BuildRequires: %{python_module ipykernel}
BuildRequires: %{python_module ipywidgets} BuildRequires: %{python_module ipywidgets}
BuildRequires: %{python_module jupyter_client >= 5.3.1} BuildRequires: %{python_module jupyter-client >= 5.3.1}
BuildRequires: %{python_module jupyter_core} BuildRequires: %{python_module jupyter-core}
BuildRequires: %{python_module mistune >= 0.7.4} BuildRequires: %{python_module mistune >= 0.7.4}
BuildRequires: %{python_module mock} BuildRequires: %{python_module mock}
BuildRequires: %{python_module nbformat >= 4.4} BuildRequires: %{python_module nbformat >= 4.4}
@ -59,8 +59,8 @@ Requires: python-Pygments
Requires: python-bleach Requires: python-bleach
Requires: python-defusedxml Requires: python-defusedxml
Requires: python-entrypoints >= 0.2.2 Requires: python-entrypoints >= 0.2.2
Requires: python-jupyter_core Requires: python-jupyter-core
Requires: python-jupyter_client >= 5.3.1 Requires: python-jupyter-client >= 5.3.1
Requires: python-mistune >= 0.7.4 Requires: python-mistune >= 0.7.4
Requires: python-nbformat >= 4.4 Requires: python-nbformat >= 4.4
Requires: python-pandocfilters >= 1.4.1 Requires: python-pandocfilters >= 1.4.1
@ -83,8 +83,8 @@ This package provides the python interface.
%package -n jupyter-nbconvert %package -n jupyter-nbconvert
Summary: Conversion of Jupyter Notebooks Summary: Conversion of Jupyter Notebooks
Requires: jupyter-ipykernel Requires: jupyter-ipykernel
Requires: jupyter-jupyter_client >= 4.2 Requires: jupyter-jupyter-client >= 4.2
Requires: jupyter-jupyter_core Requires: jupyter-jupyter-core
Requires: jupyter-nbformat >= 4.4 Requires: jupyter-nbformat >= 4.4
Requires: python3-nbconvert = %{version} Requires: python3-nbconvert = %{version}
Conflicts: python3-jupyter_nbconvert < 5.5.0 Conflicts: python3-jupyter_nbconvert < 5.5.0