Hello community,
here is the log from the commit of package python-jupyter_nbsphinx for
openSUSE:Factory checked in at 2018-02-19 13:00:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter_nbsphinx (Old)
and /work/SRC/openSUSE:Factory/.python-jupyter_nbsphinx.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jupyter_nbsphinx"
Mon Feb 19 13:00:59 2018 rev:5 rq:577036 version:0.3.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-jupyter_nbsphinx/python-jupyter_nbsphinx.changes
2017-12-08 12:58:16.827751290 +0100
+++
/work/SRC/openSUSE:Factory/.python-jupyter_nbsphinx.new/python-jupyter_nbsphinx.changes
2018-02-19 13:01:01.941937615 +0100
@@ -1,0 +2,9 @@
+Thu Jan 18 06:43:47 UTC 2018 - [email protected]
+
+- Update to version 0.3.1
+ * Enable notebook translations (NB: The use of reST strings is temporary!)
+- Update to version 0.3.0
+ * Add options ``nbsphinx_prolog`` and ``nbsphinx_epilog``
+ * Links from ``*.rst`` files to notebooks have to start with a slash
+
+-------------------------------------------------------------------
Old:
----
nbsphinx-0.2.18.tar.gz
New:
----
nbsphinx-0.3.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jupyter_nbsphinx.spec ++++++
--- /var/tmp/diff_new_pack.gUp1SD/_old 2018-02-19 13:01:03.581878473 +0100
+++ /var/tmp/diff_new_pack.gUp1SD/_new 2018-02-19 13:01:03.585878328 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-jupyter_nbsphinx
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -18,13 +18,14 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-jupyter_nbsphinx
-Version: 0.2.18
+Version: 0.3.1
Release: 0
Summary: Jupyter Notebook Tools for Sphinx
License: MIT
Group: Development/Languages/Python
Url: https://github.com/spatialaudio/nbsphinx/
Source:
https://files.pythonhosted.org/packages/source/n/nbsphinx/nbsphinx-%{version}.tar.gz
+BuildRequires: %{python_module Send2Trash}
BuildRequires: %{python_module Sphinx >= 1.3.2}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module docutils}
@@ -34,6 +35,7 @@
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-Jinja2
+Requires: python-Send2Trash
Requires: python-Sphinx >= 1.3.2
Requires: python-docutils
Requires: python-jupyter_nbconvert
@@ -65,7 +67,7 @@
%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
-jupyter nbextension install --prefix=%{buildroot}%{_prefix} nbsphinx.py
+jupyter nbextension install --prefix=%{buildroot}%{_prefix} src/nbsphinx.py
%files %{python_files}
%defattr(-,root,root,-)
++++++ nbsphinx-0.2.18.tar.gz -> nbsphinx-0.3.1.tar.gz ++++++
++++ 3741 lines of diff (skipped)