Hello community,

here is the log from the commit of package python3-jupyter_notebook for 
openSUSE:Factory checked in at 2016-10-28 10:46:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-jupyter_notebook (Old)
 and      /work/SRC/openSUSE:Factory/.python3-jupyter_notebook.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-jupyter_notebook"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python3-jupyter_notebook/python3-jupyter_notebook-doc.changes
    2016-07-30 00:28:05.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-jupyter_notebook.new/python3-jupyter_notebook-doc.changes
       2016-10-28 10:46:05.000000000 +0200
@@ -1,0 +2,19 @@
+Sun Oct  2 17:10:18 UTC 2016 - [email protected]
+
+- update to version 4.2.3:
+  * Fix regression in 4.2.2 that delayed loading custom.js until after
+    notebook_loaded and app_initialized events have fired.
+  * Fix some outdated docs and links.
+
+- changes from version 4.2.2:
+  * Security fix: CVE-2016-6524, where untrusted latex output could be
+    added to the page in a way that could execute javascript.
+  * Fix missing POST in OPTIONS responses.
+  * Fix for downloading non-ascii filenames.
+  * Avoid clobbering ssl_options, so that users can specify more
+    detailed SSL configuration.
+  * Fix inverted load order in nbconfig, so user config has highest
+    priority.
+  * Improved error messages here and there.
+
+-------------------------------------------------------------------
--- 
/work/SRC/openSUSE:Factory/python3-jupyter_notebook/python3-jupyter_notebook.changes
        2016-07-30 00:28:05.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-jupyter_notebook.new/python3-jupyter_notebook.changes
   2016-10-28 10:46:05.000000000 +0200
@@ -1,0 +2,25 @@
+Mon Oct 17 22:44:54 UTC 2016 - [email protected]
+
+- Own system-wide notebook extension installation and settings
+  directories.
+
+-------------------------------------------------------------------
+Sun Oct  2 17:10:18 UTC 2016 - [email protected]
+
+- update to version 4.2.3:
+  * Fix regression in 4.2.2 that delayed loading custom.js until after
+    notebook_loaded and app_initialized events have fired.
+  * Fix some outdated docs and links.
+
+- changes from version 4.2.2:
+  * Security fix: CVE-2016-6524, where untrusted latex output could be
+    added to the page in a way that could execute javascript.
+  * Fix missing POST in OPTIONS responses.
+  * Fix for downloading non-ascii filenames.
+  * Avoid clobbering ssl_options, so that users can specify more
+    detailed SSL configuration.
+  * Fix inverted load order in nbconfig, so user config has highest
+    priority.
+  * Improved error messages here and there.
+
+-------------------------------------------------------------------

Old:
----
  notebook-4.2.1.tar.gz

New:
----
  notebook-4.2.3.tar.gz

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

Other differences:
------------------
++++++ python3-jupyter_notebook-doc.spec ++++++
--- /var/tmp/diff_new_pack.PHWTll/_old  2016-10-28 10:46:06.000000000 +0200
+++ /var/tmp/diff_new_pack.PHWTll/_new  2016-10-28 10:46:06.000000000 +0200
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %if 0%{?suse_version} && ( 0%{?suse_version} != 1315 && 0%{?suse_version} > 
1110 )
 # LaTeX documentation building is currently broken
 %define build_pdf 0
@@ -23,16 +24,16 @@
 %endif
 
 Name:           python3-jupyter_notebook-doc
-Version:        4.2.1
+Version:        4.2.3
 Release:        0
 Summary:        Documentation for python3-jupyter_notebook
 License:        BSD-3-Clause
 Group:          Documentation/Other
 Url:            http://jupyter.org
 Source:         
https://files.pythonhosted.org/packages/source/n/notebook/notebook-%{version}.tar.gz
-BuildRequires:  python3-jupyter_notebook
 BuildRequires:  pandoc
 BuildRequires:  python3-Sphinx
+BuildRequires:  python3-jupyter_notebook
 %if %{build_pdf}
 BuildRequires:  python3-Sphinx-latex
 %endif

++++++ python3-jupyter_notebook.spec ++++++
--- /var/tmp/diff_new_pack.PHWTll/_old  2016-10-28 10:46:06.000000000 +0200
+++ /var/tmp/diff_new_pack.PHWTll/_new  2016-10-28 10:46:06.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python3-jupyter_notebook
-Version:        4.2.1
+Version:        4.2.3
 Release:        0
 Summary:        Jupyter Notebook
 License:        BSD-3-Clause
@@ -74,10 +74,12 @@
     mv %{buildroot}%{_bindir}/jupyter-$p %{buildroot}%{_bindir}/jupyter3-$p
     ln -s -f %{_bindir}/jupyter3-$p 
%{buildroot}%{_bindir}/jupyter-$p-%{py3_ver}
     ln -s -f %{_sysconfdir}/alternatives/jupyter-$p 
%{buildroot}%{_bindir}/jupyter-$p
-    # create a dummy target for /etc/alternatives/$jupyter-$p
-    touch %{buildroot}%{_sysconfdir}/alternatives/jupyter-$p
 done
 
+# These directories are used for extensions
+mkdir -p %{buildroot}%{_datadir}/jupyter_python%{py3_ver}/nbextensions
+mkdir -p %{buildroot}%{_sysconfdir}/jupyter_python%{py3_ver}/nbextensions
+
 %post
 %_sbindir/update-alternatives \
    --install %{_bindir}/jupyter-notebook jupyter-notebook 
%{_bindir}/jupyter-notebook-%{py3_ver} 30 \
@@ -109,5 +111,7 @@
 %ghost %{_sysconfdir}/alternatives/jupyter-notebook
 %ghost %{_sysconfdir}/alternatives/jupyter-serverextension
 %{python3_sitelib}/*
+%{_datadir}/jupyter_python%{py3_ver}/nbextensions
+%{_sysconfdir}/jupyter_python%{py3_ver}/nbextensions
 
 %changelog

++++++ notebook-4.2.1.tar.gz -> notebook-4.2.3.tar.gz ++++++
/work/SRC/openSUSE:Factory/python3-jupyter_notebook/notebook-4.2.1.tar.gz 
/work/SRC/openSUSE:Factory/.python3-jupyter_notebook.new/notebook-4.2.3.tar.gz 
differ: char 5, line 1


Reply via email to