Hello community,
here is the log from the commit of package python-jupyter_nbconvert for
openSUSE:Factory checked in at 2016-03-20 11:49:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter_nbconvert (Old)
and /work/SRC/openSUSE:Factory/.python-jupyter_nbconvert.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jupyter_nbconvert"
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-jupyter_nbconvert/python-jupyter_nbconvert.changes
2015-11-18 22:33:55.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.python-jupyter_nbconvert.new/python-jupyter_nbconvert.changes
2016-03-20 11:49:23.000000000 +0100
@@ -1,0 +2,9 @@
+Mon Mar 7 16:08:20 UTC 2016 - [email protected]
+
+- Update to 4.1.0
+ * setuptools fixes for entrypoints on Windows
+ * various fixes for exporters, including slides, latex, and PDF
+ * fixes for exceptions met during execution
+ * include markdown outputs in markdown/html exports
+
+-------------------------------------------------------------------
Old:
----
nbconvert-4.0.0.tar.gz
New:
----
nbconvert-4.1.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jupyter_nbconvert.spec ++++++
--- /var/tmp/diff_new_pack.5U5Yts/_old 2016-03-20 11:49:24.000000000 +0100
+++ /var/tmp/diff_new_pack.5U5Yts/_new 2016-03-20 11:49:24.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-jupyter_nbconvert
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: python-jupyter_nbconvert
-Version: 4.0.0
+Version: 4.1.0
Release: 0
Summary: Converting Jupyter Notebooks
License: BSD-3-Clause
@@ -37,8 +37,8 @@
# Testing requirements
BuildRequires: python-jupyter_ipykernel
BuildRequires: python-nose
-%if 0%{?suse_version} && ( 0%{?suse_version} != 1315 && 0%{?suse_version} >
1110 )
# Documentation requirements
+%if 0%{?suse_version} && ( 0%{?suse_version} != 1315 && 0%{?suse_version} >
1110 )
BuildRequires: pandoc
BuildRequires: python-Sphinx
BuildRequires: python-Sphinx-latex
@@ -46,6 +46,7 @@
BuildRequires: texlive-makeindex
BuildRequires: tex(adjustbox.sty)
BuildRequires: tex(eurosym.sty)
+BuildRequires: tex(ulem.sty)
%endif
Requires: python-Jinja2
Requires: python-Pygments
@@ -60,6 +61,7 @@
Recommends: texlive-makeindex
Recommends: tex(adjustbox.sty)
Recommends: tex(eurosym.sty)
+Recommends: tex(ulem.sty)
Requires(post): update-alternatives
Requires(postun): update-alternatives
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -96,17 +98,17 @@
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
-%if 0%{?suse_version} && ( 0%{?suse_version} != 1315 && 0%{?suse_version} >
1110 )
# Build the documentation
pushd docs
sed -i -s 's/ python3 / python /' Makefile
export PYTHONPATH=%{buildroot}%{python_sitelib}:$PYTHONPATH
export PATH=%{buildroot}%{_bindir}:$PATH
+%if 0%{?suse_version} && ( 0%{?suse_version} != 1315 && 0%{?suse_version} >
1110 )
make latexpdf
make html
rm -rf build/html/.buildinfo
-popd
%endif
+popd
mv %{buildroot}%{_bindir}/jupyter-nbconvert
%{buildroot}%{_bindir}/jupyter2-nbconvert
ln -s -f %{_bindir}/jupyter2-nbconvert
%{buildroot}%{_bindir}/jupyter-nbconvert-%{py_ver}
++++++ nbconvert-4.0.0.tar.gz -> nbconvert-4.1.0.tar.gz ++++++
++++ 2217 lines of diff (skipped)