Hello community,
here is the log from the commit of package python3-jupyter_nbconvert for
openSUSE:Factory checked in at 2016-06-02 09:38:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-jupyter_nbconvert (Old)
and /work/SRC/openSUSE:Factory/.python3-jupyter_nbconvert.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-jupyter_nbconvert"
Changes:
--------
New Changes file:
--- /dev/null 2016-04-07 01:36:33.300037506 +0200
+++
/work/SRC/openSUSE:Factory/.python3-jupyter_nbconvert.new/python3-jupyter_nbconvert-doc.changes
2016-06-02 09:38:24.000000000 +0200
@@ -0,0 +1,46 @@
+-------------------------------------------------------------------
+Wed May 18 17:52:29 UTC 2016 - [email protected]
+
+- Update to 4.2.0
+ * Custom Exporters can be provided by external packages,
+ and registered with nbconvert via setuptools entrypoints.
+ * allow nbconvert reading from stdin with ``--stdin`` option (write into
+ notebook`` basename)
+ * Various ANSI-escape fixes and improvements
+ * Various LaTeX/PDF export fixes
+ * Various fixes and improvements for executing notebooks with ``--execute``.
+- Split documentation into own subpackage to avoid dependency loop
+ with python3-jupyter_nbsphinx.
+
+-------------------------------------------------------------------
+Sun May 8 07:13:12 UTC 2016 - [email protected]
+
+- specfile:
+ * updated source url to files.pythonhosted.org
+
+
+-------------------------------------------------------------------
+Thu Jan 7 09:51:21 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
+
+-------------------------------------------------------------------
+Thu Oct 22 13:25:38 UTC 2015 - [email protected]
+
+- Don't try to build documentation on openSUSE 13.1,
+ it lacks necessary packages.
+
+-------------------------------------------------------------------
+Mon Oct 5 10:01:17 UTC 2015 - [email protected]
+
+- Build documentation
+
+-------------------------------------------------------------------
+Thu Aug 13 12:02:41 UTC 2015 - [email protected]
+
+- Initial version
+
---
/work/SRC/openSUSE:Factory/python3-jupyter_nbconvert/python3-jupyter_nbconvert.changes
2016-01-09 23:13:55.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.python3-jupyter_nbconvert.new/python3-jupyter_nbconvert.changes
2016-06-02 09:38:24.000000000 +0200
@@ -1,0 +2,21 @@
+Wed May 18 17:52:29 UTC 2016 - [email protected]
+
+- Update to 4.2.0
+ * Custom Exporters can be provided by external packages,
+ and registered with nbconvert via setuptools entrypoints.
+ * allow nbconvert reading from stdin with ``--stdin`` option (write into
+ notebook`` basename)
+ * Various ANSI-escape fixes and improvements
+ * Various LaTeX/PDF export fixes
+ * Various fixes and improvements for executing notebooks with ``--execute``.
+- Split documentation into own subpackage to avoid dependency loop
+ with python3-jupyter_nbsphinx.
+
+-------------------------------------------------------------------
+Sun May 8 07:13:12 UTC 2016 - [email protected]
+
+- specfile:
+ * updated source url to files.pythonhosted.org
+
+
+-------------------------------------------------------------------
Old:
----
nbconvert-4.1.0.tar.gz
New:
----
nbconvert-4.2.0.tar.gz
python3-jupyter_nbconvert-doc.changes
python3-jupyter_nbconvert-doc.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python3-jupyter_nbconvert-doc.spec ++++++
#
# spec file for package python3-jupyter_nbconvert-doc
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%if 0%{?suse_version} && ( 0%{?suse_version} != 1315 && 0%{?suse_version} >
1110 )
# PDF documentation currently broken
# %define build_pdf 1
%define build_pdf 0
%else
%define build_pdf 0
%endif
Name: python3-jupyter_nbconvert-doc
Version: 4.2.0
Release: 0
Summary: Documentation for python3-jupyter_nbconvert
License: BSD-3-Clause
Group: Documentation/Other
Url: http://jupyter.org
Source:
https://files.pythonhosted.org/packages/source/n/nbconvert/nbconvert-%{version}.tar.gz
BuildRequires: pandoc
BuildRequires: python3-jupyter_nbconvert
BuildRequires: python3-jupyter_nbsphinx
BuildRequires: python3-Sphinx
%if %{build_pdf}
BuildRequires: python3-Sphinx-latex
BuildRequires: texlive-bibtex
BuildRequires: texlive-makeindex
BuildRequires: tex(adjustbox.sty)
BuildRequires: tex(eurosym.sty)
BuildRequires: tex(ulem.sty)
%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
Documentation and help files for python3-jupyter_nbconvert.
%package html
Summary: HTML documentation for python3-jupyter_nbconvert
Group: Documentation/HTML
Recommends: python3-jupyter_nbconvert = %{version}
%description html
Documentation and help files for python3-jupyter_nbconvert in HTML format.
%package pdf
Summary: PDF documentation for python3-jupyter_nbconvert
Group: Documentation/PDF
Recommends: python3-jupyter_nbconvert = %{version}
%description pdf
Documentation and help files for python3-jupyter_nbconvert in PDF format.
%prep
%setup -q -n nbconvert-%{version}
%build
# Nothing here
%install
# Build the documentation
pushd docs
export PYTHONPATH=%{buildroot}%{python3_sitelib}:$PYTHONPATH
export PATH=%{buildroot}%{_bindir}:$PATH
%if %{build_pdf}
make latexpdf
%endif
make html
rm -rf _build/html/.buildinfo
popd
%files html
%defattr(-,root,root,-)
%doc COPYING.md
%doc docs/build/html/
%if %{build_pdf}
%files pdf
%defattr(-,root,root,-)
%doc COPYING.md
%doc docs/build/latex/*.pdf
%endif
%changelog
++++++ python3-jupyter_nbconvert.spec ++++++
--- /var/tmp/diff_new_pack.X9m0Ks/_old 2016-06-02 09:38:25.000000000 +0200
+++ /var/tmp/diff_new_pack.X9m0Ks/_new 2016-06-02 09:38:25.000000000 +0200
@@ -17,16 +17,17 @@
Name: python3-jupyter_nbconvert
-Version: 4.1.0
+Version: 4.2.0
Release: 0
Summary: Converting Jupyter Notebooks
License: BSD-3-Clause
Group: Development/Languages/Python
Url: http://jupyter.org
-Source:
https://pypi.python.org/packages/source/n/nbconvert/nbconvert-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/n/nbconvert/nbconvert-%{version}.tar.gz
BuildRequires: python3-Jinja2
BuildRequires: python3-Pygments
BuildRequires: python3-devel
+BuildRequires: python3-entrypoints
BuildRequires: python3-jupyter_client
BuildRequires: python3-jupyter_core
BuildRequires: python3-jupyter_nbformat
@@ -34,20 +35,14 @@
BuildRequires: python3-setuptools
BuildRequires: python3-tornado
BuildRequires: python3-traitlets
+# Tests hang on openSUSE 13.1
+%if 0%{?suse_version} && 0%{?suse_version} > 1310
# Testing requirements
BuildRequires: python3-jupyter_ipykernel
BuildRequires: python3-nose
-%if 0%{?suse_version} && 0%{?suse_version} > 1315
-# Documentation requirements
-BuildRequires: pandoc
-BuildRequires: python3-Sphinx
-BuildRequires: python3-Sphinx-latex
-BuildRequires: tex(adjustbox.sty)
-BuildRequires: tex(eurosym.sty)
-BuildRequires: tex(ulem.sty)
-BuildRequires: texlive-bibtex
-BuildRequires: texlive-makeindex
+BuildRequires: python3-testpath
%endif
+Requires: python3-entrypoints
Requires: python3-Jinja2
Requires: python3-Pygments
Requires: python3-jupyter_core
@@ -57,11 +52,6 @@
Recommends: pandoc
Recommends: python3-tornado
Recommends: python3-jupyter_client
-Recommends: texlive-bibtex
-Recommends: texlive-makeindex
-Recommends: tex(adjustbox.sty)
-Recommends: tex(eurosym.sty)
-Recommends: tex(ulem.sty)
Requires(post): update-alternatives
Requires(postun): update-alternatives
BuildConflicts: python3-buildservice-tweak
@@ -72,20 +62,6 @@
The jupyter nbconvert package converts notebooks to various other formats
via Jinja templates.
-%package doc-html
-Summary: HTML documentation for %{name}
-Recommends: %{name} = %{version}
-
-%description doc-html
-Documentation and help files for %{name} in HTML format
-
-%package doc-pdf
-Summary: HTML documentation for %{name}
-Recommends: %{name} = %{version}
-
-%description doc-pdf
-Documentation and help files for %{name} in PDF format
-
%prep
%setup -q -n nbconvert-%{version}
@@ -95,17 +71,6 @@
%install
python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
-%if 0%{?suse_version} && 0%{?suse_version} > 1315
-# Build the documentation
-pushd docs
-export PYTHONPATH=%{buildroot}%{python3_sitelib}:$PYTHONPATH
-export PATH=%{buildroot}%{_bindir}:$PATH
-make latexpdf
-make html
-rm -rf _build/html/.buildinfo
-popd
-%endif
-
mv %{buildroot}%{_bindir}/jupyter-nbconvert
%{buildroot}%{_bindir}/jupyter3-nbconvert
ln -s -f %{_bindir}/jupyter3-nbconvert
%{buildroot}%{_bindir}/jupyter-nbconvert-%{py3_ver}
@@ -127,11 +92,14 @@
%_sbindir/update-alternatives --remove jupyter-nbconvert
%{_bindir}/jupyter-nbconvert-%{py3_ver}
fi
+# Tests hang on openSUSE 13.1
+%if 0%{?suse_version} && 0%{?suse_version} > 1310
%check
export LANG=en_US.UTF-8
export PYTHONPATH=%{buildroot}%{python3_sitelib}:$PYTHONPATH
export PATH=%{buildroot}%{_bindir}:$PATH
nosetests -e test_filename_spaces
+%endif
%files
%defattr(-,root,root,-)
@@ -142,16 +110,4 @@
%ghost %{_sysconfdir}/alternatives/jupyter-nbconvert
%{python3_sitelib}/*
-%if 0%{?suse_version} && 0%{?suse_version} > 1315
-%files doc-html
-%defattr(-,root,root,-)
-%doc COPYING.md
-%doc docs/build/html/
-
-%files doc-pdf
-%defattr(-,root,root,-)
-%doc COPYING.md
-%doc docs/build/latex/*.pdf
-%endif
-
%changelog
++++++ nbconvert-4.1.0.tar.gz -> nbconvert-4.2.0.tar.gz ++++++
++++ 25412 lines of diff (skipped)