Hello community,

here is the log from the commit of package python-jupyter_notebook for 
openSUSE:Factory checked in at 2017-11-09 14:05:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter_notebook (Old)
 and      /work/SRC/openSUSE:Factory/.python-jupyter_notebook.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-jupyter_notebook"

Thu Nov  9 14:05:01 2017 rev:6 rq:539579 version:5.2.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-jupyter_notebook/python-jupyter_notebook-doc.changes
      2017-10-03 23:16:43.447154902 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_notebook.new/python-jupyter_notebook-doc.changes
 2017-11-09 14:05:18.426698726 +0100
@@ -1,0 +2,33 @@
+Sat Nov  4 02:03:55 UTC 2017 - a...@gmx.de
+
+- update to version 5.2.1:
+  * Fix invisible CodeMirror cursor at specific browser zoom levels
+    (:ghpull:`2983`).
+  * Fix nbconvert handler causing broken export to PDF
+    (:ghpull:`2981`).
+  * Fix the prompt_area argument of the output area
+    constructor. (:ghpull:`2961`).
+  * Handle a compound extension in new_untitled (:ghpull:`2949`).
+  * Allow disabling offline message buffering (:ghpull:`2916`).
+
+-------------------------------------------------------------------
+Thu Oct 26 17:30:52 UTC 2017 - toddrme2...@gmail.com
+
+- Update to 5.2.0
+  * Make all files in the dashboard editable by default and provide
+    a whitelist of viewable file extensions (:ghpull:`2911`).
+  * Ensure that the root directory is not hidden (:ghpull:`2907`).
+  * Fix CodeMirror styling issue (:ghpull:`2880`).
+  * Update error handling on ``APIHandlers`` (:ghpull:`2853`).
+  * Upgrade xterm.js to 2.9.2 (:ghpull:`2849`).
+  * Add Chinese translations (depends on upcoming UI implementation)
+    (:ghpull:`2804`).
+  * Allow for simpler customization of ``output_prompt`` in 
+    custom.js (:ghpull:`2774`).
+  * Use RFC5987 encoding for filenames (:ghpull:`2767`).
+  * Add path to the resources metadata (:ghpull:`2753`).
+  * Make ``extraKeys`` consistent between notebook and editor views
+    (:ghpull:`2745`).
+  * Add RTL (right-to-left) support (:ghpull:`2357`).
+
+-------------------------------------------------------------------
--- 
/work/SRC/openSUSE:Factory/python-jupyter_notebook/python-jupyter_notebook.changes
  2017-10-03 23:16:43.991078353 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_notebook.new/python-jupyter_notebook.changes
     2017-11-09 14:05:18.930680361 +0100
@@ -1,0 +2,33 @@
+Sat Nov  4 02:03:55 UTC 2017 - a...@gmx.de
+
+- update to version 5.2.1:
+  * Fix invisible CodeMirror cursor at specific browser zoom levels
+    (:ghpull:`2983`).
+  * Fix nbconvert handler causing broken export to PDF
+    (:ghpull:`2981`).
+  * Fix the prompt_area argument of the output area
+    constructor. (:ghpull:`2961`).
+  * Handle a compound extension in new_untitled (:ghpull:`2949`).
+  * Allow disabling offline message buffering (:ghpull:`2916`).
+
+-------------------------------------------------------------------
+Thu Oct 26 17:30:52 UTC 2017 - toddrme2...@gmail.com
+
+- Update to 5.2.0
+  * Make all files in the dashboard editable by default and provide
+    a whitelist of viewable file extensions (:ghpull:`2911`).
+  * Ensure that the root directory is not hidden (:ghpull:`2907`).
+  * Fix CodeMirror styling issue (:ghpull:`2880`).
+  * Update error handling on ``APIHandlers`` (:ghpull:`2853`).
+  * Upgrade xterm.js to 2.9.2 (:ghpull:`2849`).
+  * Add Chinese translations (depends on upcoming UI implementation)
+    (:ghpull:`2804`).
+  * Allow for simpler customization of ``output_prompt`` in
+    custom.js (:ghpull:`2774`).
+  * Use RFC5987 encoding for filenames (:ghpull:`2767`).
+  * Add path to the resources metadata (:ghpull:`2753`).
+  * Make ``extraKeys`` consistent between notebook and editor views
+    (:ghpull:`2745`).
+  * Add RTL (right-to-left) support (:ghpull:`2357`).
+
+-------------------------------------------------------------------

Old:
----
  notebook-5.1.0.tar.gz

New:
----
  notebook-5.2.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-jupyter_notebook-doc.spec ++++++
--- /var/tmp/diff_new_pack.QSzO8C/_old  2017-11-09 14:05:19.870646110 +0100
+++ /var/tmp/diff_new_pack.QSzO8C/_new  2017-11-09 14:05:19.870646110 +0100
@@ -28,20 +28,20 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-jupyter_notebook-doc
-Version:        5.1.0
+Version:        5.2.1
 Release:        0
 Summary:        Documentation for python-jupyter_notebook
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
 Url:            http://ipython.org
 Source:         
https://files.pythonhosted.org/packages/source/n/notebook/notebook-%{version}.tar.gz
+BuildRequires:  %{python_module jupyter_notebook}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRequires:  %{python_module jupyter_notebook}
 %if %{with tests}
 # Test Requirements
-BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module nose_warnings_filters}
+BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module requests}
 # Python 2.7 test requirements
 BuildRequires:  python-mock
@@ -50,8 +50,8 @@
 %if %{with pdf} || %{with html}
 BuildRequires:  graphviz
 BuildRequires:  graphviz-gnome
-BuildRequires:  python3-jupyter_nbsphinx
 BuildRequires:  python3-Sphinx
+BuildRequires:  python3-jupyter_nbsphinx
 BuildRequires:  python3-matplotlib
 BuildRequires:  python3-numpydoc
 BuildRequires:  python3-requests

++++++ python-jupyter_notebook.spec ++++++
--- /var/tmp/diff_new_pack.QSzO8C/_old  2017-11-09 14:05:19.894645236 +0100
+++ /var/tmp/diff_new_pack.QSzO8C/_new  2017-11-09 14:05:19.898645090 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-jupyter_notebook
-Version:        5.1.0
+Version:        5.2.1
 Release:        0
 Summary:        Jupyter Notebook
 License:        BSD-3-Clause
@@ -52,6 +52,7 @@
 
 %package        latex
 Summary:        LaTeX support for the Jupyter Notebook
+Group:          Development/Languages/Python
 Requires:       python-jupyter_nbconvert-latex
 
 %description    latex

++++++ notebook-5.1.0.tar.gz -> notebook-5.2.1.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-jupyter_notebook/notebook-5.1.0.tar.gz 
/work/SRC/openSUSE:Factory/.python-jupyter_notebook.new/notebook-5.2.1.tar.gz 
differ: char 5, line 1


Reply via email to