Hello community,

here is the log from the commit of package python-jupyter_notebook for 
openSUSE:Factory checked in at 2019-01-21 10:50:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter_notebook (Old)
 and      /work/SRC/openSUSE:Factory/.python-jupyter_notebook.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-jupyter_notebook"

Mon Jan 21 10:50:28 2019 rev:16 rq:664650 version:5.7.4

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-jupyter_notebook/python-jupyter_notebook.changes
  2018-11-26 10:33:36.656795656 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_notebook.new.28833/python-jupyter_notebook.changes
       2019-01-21 10:50:57.247975616 +0100
@@ -1,0 +2,28 @@
+Fri Jan 11 13:00:13 UTC 2019 - r...@rotkraut.de
+
+- Update requirements: python-jupyter_core >= 4.4.0, python-terminado >= 0.8.1.
+
+-------------------------------------------------------------------
+Wed Jan  9 02:17:01 UTC 2019 - Jan Engelhardt <jeng...@inai.de>
+
+- Fix {name} -> %{name}
+
+-------------------------------------------------------------------
+Fri Jan  4 16:35:02 UTC 2019 - Todd R <toddrme2...@gmail.com>
+
+- Update to 5.7.4
+  * fixes a bug introduced in 5.7.3, in which the ``list_running_servers()``
+    function attempts to parse HTML files as JSON, and consequently crashes
+   (:ghpull:`4284`).
+- Update to 5.7.3
+  * Launch the browser with a local file which redirects to the server address
+    including the authentication token (:ghpull:`4260`).
+    This prevents another logged-in user from stealing the token from command 
line
+    arguments and authenticating to the server.
+    The single-use token previously used to mitigate this has been removed.
+    Thanks to Dr. Owain Kenway for suggesting the local file approach.
+  * Upgrade bootstrap to 3.4, fixing an XSS vulnerability, which has been
+    assigned `CVE-2018-14041 
<https://nvd.nist.gov/vuln/detail/CVE-2018-14041>`_
+    (:ghpull:`4271`).
+
+-------------------------------------------------------------------

Old:
----
  notebook-5.7.2.tar.gz

New:
----
  notebook-5.7.4.tar.gz
  python-jupyter_notebook-rpmlintrc

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

Other differences:
------------------
++++++ python-jupyter_notebook.spec ++++++
--- /var/tmp/diff_new_pack.uqaYMn/_old  2019-01-21 10:50:59.895972398 +0100
+++ /var/tmp/diff_new_pack.uqaYMn/_new  2019-01-21 10:50:59.899972394 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-jupyter_notebook
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,13 +12,13 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via https://bugs.opensuse.org/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-jupyter_notebook
-Version:        5.7.2
+Version:        5.7.4
 Release:        0
 Summary:        Jupyter Notebook
 License:        BSD-3-Clause
@@ -27,7 +27,8 @@
 Source0:        
https://files.pythonhosted.org/packages/source/n/notebook/notebook-%{version}.tar.gz
 Source1:        
https://media.readthedocs.org/pdf/jupyter-notebook/%{version}/jupyter-notebook.pdf
 Source2:        
https://media.readthedocs.org/htmlzip/jupyter-notebook/%{version}/jupyter-notebook.zip
-BuildRequires:  %{python_module jupyter_core}
+Source100:      python-jupyter_notebook-rpmlintrc
+BuildRequires:  %{python_module jupyter_core >= 4.4.0}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
@@ -37,12 +38,12 @@
 Requires:       python-Send2Trash
 Requires:       python-ipython_genutils
 Requires:       python-jupyter_client >= 5.2.0
-Requires:       python-jupyter_core
+Requires:       python-jupyter_core >= 4.4.0
 Requires:       python-jupyter_ipykernel
 Requires:       python-jupyter_nbconvert
 Requires:       python-jupyter_nbformat
 Requires:       python-prometheus_client
-Requires:       python-terminado >= 0.3.3
+Requires:       python-terminado >= 0.8.1
 Requires:       python-tornado >= 4
 Requires:       python-traitlets >= 4.2.1
 Recommends:     python-jupyter_ipywidgets
@@ -53,7 +54,7 @@
 BuildRequires:  %{python_module Send2Trash}
 BuildRequires:  %{python_module ipython_genutils}
 BuildRequires:  %{python_module jupyter_client >= 5.2.0}
-BuildRequires:  %{python_module jupyter_core}
+BuildRequires:  %{python_module jupyter_core >= 4.4.0}
 BuildRequires:  %{python_module jupyter_ipykernel}
 BuildRequires:  %{python_module jupyter_nbconvert}
 BuildRequires:  %{python_module jupyter_nbformat}
@@ -62,7 +63,7 @@
 BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module prometheus_client}
 BuildRequires:  %{python_module requests}
-BuildRequires:  %{python_module terminado >= 0.3.3}
+BuildRequires:  %{python_module terminado >= 0.8.1}
 BuildRequires:  %{python_module tornado >= 4}
 BuildRequires:  %{python_module traitlets >= 4.2.1}
 # /SECTION
@@ -78,9 +79,19 @@
 %description
 The Jupyter HTML notebook is a web-based notebook environment for interactive 
computing.
 
+%package        lang
+Summary:        Provides translations for %{name}
+Group:          System/Localization
+Requires:       %{name} = %{version}
+Provides:       %{name}-lang-all = %{version}
+
+%description    lang
+Provides translations for the "%{name}" package.
+
 %package        latex
 Summary:        LaTeX support for the Jupyter Notebook
 Group:          Development/Languages/Python
+Requires:       %{name} = %{version}
 Requires:       python-jupyter_nbconvert-latex
 
 %description    latex
@@ -149,8 +160,12 @@
 %dir %{_sysconfdir}/jupyter/nbextensions/
 %{python_sitelib}/notebook-*-py*.egg-info
 %{python_sitelib}/notebook/
-# %%lang(fr_FR) %%{python_sitelib}/notebook/18n/fr_FR/
-# %%lang(zh_CN) %%{python_sitelib}/notebook/18n/zh_CN/
+%exclude %{python_sitelib}/notebook/i18n/*/
+
+%files %{python_files lang}
+%license COPYING.md
+%lang(fr_FR) %{python_sitelib}/notebook/i18n/fr_FR/
+%lang(zh_CN) %{python_sitelib}/notebook/i18n/zh_CN/
 
 %files %{python_files latex}
 %license COPYING.md

++++++ jupyter-notebook.pdf ++++++
(binary differes)

++++++ jupyter-notebook.zip ++++++
Binary files /var/tmp/diff_new_pack.uqaYMn/_old and 
/var/tmp/diff_new_pack.uqaYMn/_new differ

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

++++++ python-jupyter_notebook-rpmlintrc ++++++
addFilter("zero-length 
.*/notebook/bundler/tests/resources/subdir/subsubdir/.gitkeep")
addFilter("hidden-file-or-dir 
.*/notebook/bundler/tests/resources/subdir/subsubdir/.gitkeep")

Reply via email to