Hello community,
here is the log from the commit of package python-jupyter_nbsphinx for
openSUSE:Factory checked in at 2017-12-08 12:58:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter_nbsphinx (Old)
and /work/SRC/openSUSE:Factory/.python-jupyter_nbsphinx.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jupyter_nbsphinx"
Fri Dec 8 12:58:16 2017 rev:4 rq:554732 version:0.2.18
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-jupyter_nbsphinx/python-jupyter_nbsphinx.changes
2017-11-16 14:02:23.578627951 +0100
+++
/work/SRC/openSUSE:Factory/.python-jupyter_nbsphinx.new/python-jupyter_nbsphinx.changes
2017-12-08 12:58:16.827751290 +0100
@@ -1,0 +2,6 @@
+Sun Dec 3 19:11:14 UTC 2017 - [email protected]
+
+- update to version 0.2.18:
+ * Fix issue #148
+
+-------------------------------------------------------------------
Old:
----
nbsphinx-0.2.17.tar.gz
New:
----
nbsphinx-0.2.18.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jupyter_nbsphinx.spec ++++++
--- /var/tmp/diff_new_pack.AN8HZw/_old 2017-12-08 12:58:17.751717920 +0100
+++ /var/tmp/diff_new_pack.AN8HZw/_new 2017-12-08 12:58:17.755717776 +0100
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-jupyter_nbsphinx
-Version: 0.2.17
+Version: 0.2.18
Release: 0
Summary: Jupyter Notebook Tools for Sphinx
License: MIT
++++++ nbsphinx-0.2.17.tar.gz -> nbsphinx-0.2.18.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/nbsphinx-0.2.17/NEWS.rst new/nbsphinx-0.2.18/NEWS.rst
--- old/nbsphinx-0.2.17/NEWS.rst 2017-11-12 09:37:26.000000000 +0100
+++ new/nbsphinx-0.2.18/NEWS.rst 2017-12-03 19:28:05.000000000 +0100
@@ -1,3 +1,6 @@
+Version 0.2.18 (2017-12-03):
+ * Fix issue #148
+
Version 0.2.17 (2017-11-12):
* Fix issue #146
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/nbsphinx-0.2.17/PKG-INFO new/nbsphinx-0.2.18/PKG-INFO
--- old/nbsphinx-0.2.17/PKG-INFO 2017-11-12 09:40:22.000000000 +0100
+++ new/nbsphinx-0.2.18/PKG-INFO 2017-12-03 19:29:40.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: nbsphinx
-Version: 0.2.17
+Version: 0.2.18
Summary: Jupyter Notebook Tools for Sphinx
Home-page: http://nbsphinx.readthedocs.io/
Author: Matthias Geier
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/nbsphinx-0.2.17/nbsphinx.egg-info/PKG-INFO
new/nbsphinx-0.2.18/nbsphinx.egg-info/PKG-INFO
--- old/nbsphinx-0.2.17/nbsphinx.egg-info/PKG-INFO 2017-11-12
09:40:20.000000000 +0100
+++ new/nbsphinx-0.2.18/nbsphinx.egg-info/PKG-INFO 2017-12-03
19:29:40.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: nbsphinx
-Version: 0.2.17
+Version: 0.2.18
Summary: Jupyter Notebook Tools for Sphinx
Home-page: http://nbsphinx.readthedocs.io/
Author: Matthias Geier
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/nbsphinx-0.2.17/nbsphinx.py
new/nbsphinx-0.2.18/nbsphinx.py
--- old/nbsphinx-0.2.17/nbsphinx.py 2017-11-12 09:36:44.000000000 +0100
+++ new/nbsphinx-0.2.18/nbsphinx.py 2017-12-03 19:28:28.000000000 +0100
@@ -23,7 +23,7 @@
http://nbsphinx.rtfd.org/
"""
-__version__ = '0.2.17'
+__version__ = '0.2.18'
import copy
import json
@@ -158,7 +158,7 @@
var element = document.currentScript.previousSibling.previousSibling;
{{ output.data['application/javascript'] | indent | indent }}
</script>
-{%- elif datatype.startswith('application') and datatype.endswith('+json') %}
+{%- elif datatype.startswith('application/vnd.jupyter') and
datatype.endswith('+json') %}
.. raw:: html