Hello community,
here is the log from the commit of package python-jupyter_notebook for
openSUSE:Factory checked in at 2018-03-01 12:07:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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 Mar 1 12:07:59 2018 rev:10 rq:581067 version:5.4.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-jupyter_notebook/python-jupyter_notebook.changes
2018-02-16 21:44:18.631870537 +0100
+++
/work/SRC/openSUSE:Factory/.python-jupyter_notebook.new/python-jupyter_notebook.changes
2018-03-01 12:08:02.665590714 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 17:43:33 UTC 2018 - [email protected]
+
+- Package directory needed by jupyterlab
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jupyter_notebook.spec ++++++
--- /var/tmp/diff_new_pack.AidWKA/_old 2018-03-01 12:08:03.489561135 +0100
+++ /var/tmp/diff_new_pack.AidWKA/_new 2018-03-01 12:08:03.489561135 +0100
@@ -72,8 +72,9 @@
# These directories are used for extensions
mkdir -p %{buildroot}%{_datadir}/jupyter/nbextensions
+mkdir -p %{buildroot}%{_sysconfdir}/jupyter/jupyter_notebook_config.d/
mkdir -p %{buildroot}%{_sysconfdir}/jupyter/nbconfig/notebook.d/
-mkdir -p %{buildroot}%{_sysconfdir}/jupyter/nbextensions
+mkdir -p %{buildroot}%{_sysconfdir}/jupyter/nbextensions/
# Install icons
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/
@@ -99,9 +100,10 @@
%python3_only %{_bindir}/jupyter-serverextension
%python3_only %{_datadir}/icons/hicolor/*/apps/JupyterNotebook.*
%dir %{_datadir}/jupyter/nbextensions
+%dir %{_sysconfdir}/jupyter/jupyter_notebook_config.d//
%dir %{_sysconfdir}/jupyter/nbconfig/
%dir %{_sysconfdir}/jupyter/nbconfig/notebook.d/
-%dir %{_sysconfdir}/jupyter/nbextensions
+%dir %{_sysconfdir}/jupyter/nbextensions/
%{python_sitelib}/*
%files %{python_files latex}