commit python3-jupyter_nbsphinx for openSUSE:Factory

2017-04-20 Thread root
Hello community,

here is the log from the commit of package python3-jupyter_nbsphinx for 
openSUSE:Factory checked in at 2017-04-20 20:51:14

Comparing /work/SRC/openSUSE:Factory/python3-jupyter_nbsphinx (Old)
 and  /work/SRC/openSUSE:Factory/.python3-jupyter_nbsphinx.new (New)


Package is "python3-jupyter_nbsphinx"

Thu Apr 20 20:51:14 2017 rev:4 rq:486620 version:0.2.13

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-jupyter_nbsphinx/python3-jupyter_nbsphinx.changes
2016-11-12 13:01:48.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-jupyter_nbsphinx.new/python3-jupyter_nbsphinx.changes
   2017-04-20 20:51:28.219550050 +0200
@@ -1,0 +2,11 @@
+Fri Apr  7 19:17:41 UTC 2017 - toddrme2...@gmail.com
+
+- Update to Version 0.2.13
+  * Minor fixes
+- Update to Version 0.2.12
+  * Basic support for widgets
+  * CSS is now "responsive", some new CSS classes
+- Update to Version 0.2.11
+  * Minor fixes
+
+---

Old:

  nbsphinx-0.2.10.tar.gz

New:

  nbsphinx-0.2.13.tar.gz



Other differences:
--
++ python3-jupyter_nbsphinx.spec ++
--- /var/tmp/diff_new_pack.9xErlU/_old  2017-04-20 20:51:28.907452778 +0200
+++ /var/tmp/diff_new_pack.9xErlU/_new  2017-04-20 20:51:28.911452213 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-jupyter_nbsphinx
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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:   python3-jupyter_nbsphinx
-Version:0.2.10
+Version:0.2.13
 Release:0
 Summary:Jupyter Notebook Tools for Sphinx
 License:MIT
@@ -67,7 +67,7 @@
 %defattr(-,root,root,-)
 %doc LICENSE NEWS.rst README.rst
 %{python3_sitelib}/nbsphinx.py
-%{python3_sitelib}/__pycache__/nbsphinx.*.pyc
+%{python3_sitelib}/__pycache__/nbsphinx.*.py*
 %{python3_sitelib}/nbsphinx-%{version}-py*.egg-info
 %{_datadir}/jupyter_python%{py3_ver}/nbextensions/nbsphinx.py
 

++ nbsphinx-0.2.10.tar.gz -> nbsphinx-0.2.13.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbsphinx-0.2.10/NEWS.rst new/nbsphinx-0.2.13/NEWS.rst
--- old/nbsphinx-0.2.10/NEWS.rst2016-10-16 11:37:05.0 +0200
+++ new/nbsphinx-0.2.13/NEWS.rst2017-01-25 20:02:24.0 +0100
@@ -1,3 +1,13 @@
+Version 0.2.13 (2017-01-25):
+ * Minor fixes
+
+Version 0.2.12 (2016-12-19):
+ * Basic support for widgets
+ * CSS is now "responsive", some new CSS classes
+
+Version 0.2.11 (2016-11-19):
+ * Minor fixes
+
 Version 0.2.10 (2016-10-16):
  * Enable JavaScript output cells
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbsphinx-0.2.10/PKG-INFO new/nbsphinx-0.2.13/PKG-INFO
--- old/nbsphinx-0.2.10/PKG-INFO2016-10-16 11:38:27.0 +0200
+++ new/nbsphinx-0.2.13/PKG-INFO2017-01-25 20:03:52.0 +0100
@@ -1,8 +1,8 @@
 Metadata-Version: 1.1
 Name: nbsphinx
-Version: 0.2.10
+Version: 0.2.13
 Summary: Jupyter Notebook Tools for Sphinx
-Home-page: http://nbsphinx.rtfd.org/
+Home-page: http://nbsphinx.rtfd.io/
 Author: Matthias Geier
 Author-email: matthias.ge...@gmail.com
 License: MIT
@@ -45,7 +45,6 @@
 
 Keywords: Sphinx,Jupyter,notebook
 Platform: any
-Classifier: Development Status :: 3 - Alpha
 Classifier: Framework :: Sphinx
 Classifier: Framework :: Sphinx :: Extension
 Classifier: Intended Audience :: Education
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbsphinx-0.2.10/doc/code-cells.ipynb 
new/nbsphinx-0.2.13/doc/code-cells.ipynb
--- old/nbsphinx-0.2.10/doc/code-cells.ipynb2016-09-29 14:02:43.0 
+0200
+++ new/nbsphinx-0.2.13/doc/code-cells.ipynb2016-12-23 16:19:35.0 
+0100
@@ -392,7 +392,7 @@
 "\n",
 "var text = document.createTextNode(\"Hello, I was generated with 
JavaScript!\");\n",
 "// Content appended to \"element\" will be visible in the output area:\n",
-"element.append(text);"
+"element.appendChild(text);"
]
   },
   {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbsphinx-0.2.10/doc/conf.py 
new/nbsphinx-0.2.13/doc/conf.py
--- old/nbsphinx-0.2.10/doc/conf.py 2016-10-15 19:09:04.0 +0200
+++ new/nbsphinx-0.2.13/doc/conf.py 2016-12-23 14:47:15.0 +0100
@@ -16,6 +16,9 @@
 # Default language for syntax highlighting in reST and Markdown cells
 highlight_language = 'none'
 
+# Don't add .txt suffix to source files (available f

commit python3-jupyter_nbsphinx for openSUSE:Factory

2016-11-12 Thread h_root
Hello community,

here is the log from the commit of package python3-jupyter_nbsphinx for 
openSUSE:Factory checked in at 2016-11-12 13:01:46

Comparing /work/SRC/openSUSE:Factory/python3-jupyter_nbsphinx (Old)
 and  /work/SRC/openSUSE:Factory/.python3-jupyter_nbsphinx.new (New)


Package is "python3-jupyter_nbsphinx"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-jupyter_nbsphinx/python3-jupyter_nbsphinx.changes
2016-07-30 00:27:57.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-jupyter_nbsphinx.new/python3-jupyter_nbsphinx.changes
   2016-11-12 13:01:48.0 +0100
@@ -1,0 +2,12 @@
+Tue Nov  1 20:23:56 UTC 2016 - toddrme2...@gmail.com
+
+- Fix version number
+
+---
+Tue Nov  1 15:31:59 UTC 2016 - toddrme2...@gmail.com
+
+- Update to 0.2.10
+  * Enable JavaScript output cells
+- Install extension.
+
+---

Old:

  nbsphinx-0.2.9.tar.gz

New:

  nbsphinx-0.2.10.tar.gz



Other differences:
--
++ python3-jupyter_nbsphinx.spec ++
--- /var/tmp/diff_new_pack.2tGcAK/_old  2016-11-12 13:01:49.0 +0100
+++ /var/tmp/diff_new_pack.2tGcAK/_new  2016-11-12 13:01:49.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-jupyter_nbsphinx
-Version:0.2.9
+Version:0.2.10
 Release:0
 Summary:Jupyter Notebook Tools for Sphinx
 License:MIT
@@ -31,12 +31,14 @@
 BuildRequires:  python3-docutils
 BuildRequires:  python3-jupyter_nbconvert
 BuildRequires:  python3-jupyter_nbformat
+BuildRequires:  python3-jupyter_notebook
 BuildRequires:  python3-sphinx_rtd_theme
 Requires:   python3-Jinja2
 Requires:   python3-Sphinx
 Requires:   python3-docutils
 Requires:   python3-jupyter_nbconvert
 Requires:   python3-jupyter_nbformat
+Requires:   python3-jupyter_notebook
 Requires:   python3-sphinx_rtd_theme
 Recommends: mathjax
 Recommends: pandoc
@@ -59,10 +61,14 @@
 
 %install
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
+jupyter nbextension install 
--nbextensions=%{buildroot}%{_datadir}/jupyter_python%{py3_ver}/nbextensions/ 
nbsphinx.py
 
 %files
 %defattr(-,root,root,-)
 %doc LICENSE NEWS.rst README.rst
-%{python3_sitelib}/*
+%{python3_sitelib}/nbsphinx.py
+%{python3_sitelib}/__pycache__/nbsphinx.*.pyc
+%{python3_sitelib}/nbsphinx-%{version}-py*.egg-info
+%{_datadir}/jupyter_python%{py3_ver}/nbextensions/nbsphinx.py
 
 %changelog

++ nbsphinx-0.2.9.tar.gz -> nbsphinx-0.2.10.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbsphinx-0.2.9/NEWS.rst new/nbsphinx-0.2.10/NEWS.rst
--- old/nbsphinx-0.2.9/NEWS.rst 2016-07-26 21:40:39.0 +0200
+++ new/nbsphinx-0.2.10/NEWS.rst2016-10-16 11:37:05.0 +0200
@@ -1,3 +1,6 @@
+Version 0.2.10 (2016-10-16):
+ * Enable JavaScript output cells
+
 Version 0.2.9 (2016-07-26):
  * Add option ``nbsphinx_prompt_width``
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbsphinx-0.2.9/PKG-INFO new/nbsphinx-0.2.10/PKG-INFO
--- old/nbsphinx-0.2.9/PKG-INFO 2016-07-26 21:42:15.0 +0200
+++ new/nbsphinx-0.2.10/PKG-INFO2016-10-16 11:38:27.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: nbsphinx
-Version: 0.2.9
+Version: 0.2.10
 Summary: Jupyter Notebook Tools for Sphinx
 Home-page: http://nbsphinx.rtfd.org/
 Author: Matthias Geier
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbsphinx-0.2.9/doc/a-normal-rst-file.rst 
new/nbsphinx-0.2.10/doc/a-normal-rst-file.rst
--- old/nbsphinx-0.2.9/doc/a-normal-rst-file.rst2016-07-10 
11:54:41.0 +0200
+++ new/nbsphinx-0.2.10/doc/a-normal-rst-file.rst   2016-08-27 
15:11:11.0 +0200
@@ -39,44 +39,6 @@
 * "``../``" is not allowed, you have to specify the full path even if the
   current source file is in a subdirectory!
 
-Sphinx Directives for Jupyter Notebook Cells
-
-
-For comparison, this is a "normal" Sphinx code block using ``ipython3``
-syntax highlighting:
-
-.. code-block:: ipython3
-
-%file helloworld.py
-#!/usr/bin/env python3
-print('Hello, world!')
-
-The ``nbsphinx`` extension provides custom directives to show notebook cells:
-
-.. nbinput:: ipython3
-:execution-count: 42
-
-6 * 7
-
-.. nboutput::
-:execution-count: 42
-
-42
-
-This was created with
-
-.. code-block:: rst
-
-.. nbinput:: ipython3
-:execution-count: 42
-
-6 * 7
-
-.. nboutput::
-:execution-count: 42
-
-42
-
 Sphinx Directives for Info/Warni

commit python3-jupyter_nbsphinx for openSUSE:Factory

2016-07-29 Thread h_root
Hello community,

here is the log from the commit of package python3-jupyter_nbsphinx for 
openSUSE:Factory checked in at 2016-07-30 00:27:55

Comparing /work/SRC/openSUSE:Factory/python3-jupyter_nbsphinx (Old)
 and  /work/SRC/openSUSE:Factory/.python3-jupyter_nbsphinx.new (New)


Package is "python3-jupyter_nbsphinx"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-jupyter_nbsphinx/python3-jupyter_nbsphinx.changes
2016-06-02 09:36:36.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-jupyter_nbsphinx.new/python3-jupyter_nbsphinx.changes
   2016-07-30 00:27:57.0 +0200
@@ -1,0 +2,9 @@
+Thu Jul 28 04:28:40 UTC 2016 - toddrme2...@gmail.com
+
+- Update to 0.2.9
+  * Add option ``nbsphinx_prompt_width``
+- Update to 0.2.8
+  * Add options ``nbsphinx_execute`` and ``nbsphinx_execute_arguments``
+  * Separate "display priority" for HTML and LaTeX
+
+---

Old:

  nbsphinx-0.2.7.tar.gz

New:

  nbsphinx-0.2.9.tar.gz



Other differences:
--
++ python3-jupyter_nbsphinx.spec ++
--- /var/tmp/diff_new_pack.mKwtNd/_old  2016-07-30 00:27:58.0 +0200
+++ /var/tmp/diff_new_pack.mKwtNd/_new  2016-07-30 00:27:58.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-jupyter_nbsphinx
-Version:0.2.7
+Version:0.2.9
 Release:0
 Summary:Jupyter Notebook Tools for Sphinx
 License:MIT

++ nbsphinx-0.2.7.tar.gz -> nbsphinx-0.2.9.tar.gz ++
 1964 lines of diff (skipped)