Hello community,
here is the log from the commit of package python-jupyter_notebook for
openSUSE:Factory checked in at 2017-10-03 23:16:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter_notebook (Old)
and /work/SRC/openSUSE:Factory/.python-jupyter_notebook.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jupyter_notebook"
Tue Oct 3 23:16:40 2017 rev:5 rq:527424 version:5.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-jupyter_notebook/python-jupyter_notebook-doc.changes
2017-05-17 17:14:19.147211597 +0200
+++
/work/SRC/openSUSE:Factory/.python-jupyter_notebook.new/python-jupyter_notebook-doc.changes
2017-10-03 23:16:43.447154902 +0200
@@ -1,0 +2,22 @@
+Tue Sep 19 20:58:26 UTC 2017 - [email protected]
+
+- Update to 5.1.0
+ * Preliminary i18n implementation
+ * Expose URL with auth token in notebook UI
+ * Fix search background style
+ * List running notebooks without requiring ``--allow-root``
+ * Allow session of type other than notebook
+ * Fix search background style
+ * Fix some Markdown styling issues
+ * Remove keymaps that conflict with non-English keyboards
+ * Add session-specific favicons (notebook, terminal, file)
+ * Add /api/shutdown handler
+ * Include metadata when copying a cell
+ * Stop notebook server from command line
+ * Improve "View" and "Edit" file handling in dashboard
+ * Provide a promise to replace use of the ``app_initialized.NotebookApp``
event
+ * Fix disabled collapse/expand output button
+ * Cull idle kernels using ``--MappingKernelManager.cull_idle_timeout``
+ * Allow read-only notebooks to be trusted
+
+-------------------------------------------------------------------
python-jupyter_notebook.changes: same change
Old:
----
notebook-5.0.0.tar.gz
New:
----
notebook-5.1.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jupyter_notebook-doc.spec ++++++
--- /var/tmp/diff_new_pack.DHOyVW/_old 2017-10-03 23:16:45.226904429 +0200
+++ /var/tmp/diff_new_pack.DHOyVW/_new 2017-10-03 23:16:45.230903866 +0200
@@ -28,7 +28,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-jupyter_notebook-doc
-Version: 5.0.0
+Version: 5.1.0
Release: 0
Summary: Documentation for python-jupyter_notebook
License: BSD-3-Clause
++++++ python-jupyter_notebook.spec ++++++
--- /var/tmp/diff_new_pack.DHOyVW/_old 2017-10-03 23:16:45.266898801 +0200
+++ /var/tmp/diff_new_pack.DHOyVW/_new 2017-10-03 23:16:45.274897675 +0200
@@ -18,31 +18,19 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-jupyter_notebook
-Version: 5.0.0
+Version: 5.1.0
Release: 0
Summary: Jupyter Notebook
License: BSD-3-Clause
Group: Development/Languages/Python
Url: http://jupyter.org
Source:
https://files.pythonhosted.org/packages/source/n/notebook/notebook-%{version}.tar.gz
-BuildRequires: hicolor-icon-theme
-BuildRequires: fdupes
-BuildRequires: python-rpm-macros
BuildRequires: %{python_module devel}
-BuildRequires: %{python_module setuptools}
-BuildRequires: %{python_module Jinja2}
-BuildRequires: %{python_module ipython_genutils}
-BuildRequires: %{python_module jupyter_client}
BuildRequires: %{python_module jupyter_core}
-BuildRequires: %{python_module jupyter_ipykernel}
-BuildRequires: %{python_module jupyter_nbconvert}
-BuildRequires: %{python_module jupyter_nbformat}
-BuildRequires: %{python_module terminado >= 0.3.3}
-BuildRequires: %{python_module tornado >= 4}
-BuildRequires: %{python_module traitlets}
-BuildRequires: %{python_module backports_abc}
-# BuildRequires: python-backports_abc
-BuildRequires: python-singledispatch
+BuildRequires: %{python_module setuptools}
+BuildRequires: fdupes
+BuildRequires: hicolor-icon-theme
+BuildRequires: python-rpm-macros
Requires: python-Jinja2
Requires: python-ipython_genutils
Requires: python-jupyter_client
@@ -52,12 +40,9 @@
Requires: python-jupyter_nbformat
Requires: python-terminado >= 0.3.3
Requires: python-tornado >= 4
-Requires: python-traitlets
-%ifpython2
-Requires: python-backports_abc
-Requires: python-singledispatch
-%endif
+Requires: python-traitlets >= 4.2.1
Recommends: python-jupyter_ipywidgets
+Suggests: %{name}-latex
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%python_subpackages
@@ -65,6 +50,15 @@
%description
The Jupyter HTML notebook is a web-based notebook environment for interactive
computing.
+%package latex
+Summary: LaTeX support for the Jupyter Notebook
+Requires: python-jupyter_nbconvert-latex
+
+%description latex
+The Jupyter HTML notebook is a web-based notebook environment for interactive
computing.
+
+This package pulls in the LaTeX dependencies for the Jupyter Notebook.
+
%prep
%setup -q -n notebook-%{version}
@@ -97,14 +91,17 @@
%files %{python_files}
%defattr(-,root,root,-)
%doc COPYING.md README.md
-%python3_only %{_bindir}/less-watch
%python3_only %{_bindir}/jupyter-bundlerextension
%python3_only %{_bindir}/jupyter-nbextension
%python3_only %{_bindir}/jupyter-notebook
%python3_only %{_bindir}/jupyter-serverextension
%python3_only %{_datadir}/icons/hicolor/*/apps/JupyterNotebook.*
-%{_datadir}/jupyter/nbextensions
-%{_sysconfdir}/jupyter/nbextensions
+%dir %{_datadir}/jupyter/nbextensions
+%dir %{_sysconfdir}/jupyter/nbextensions
%{python_sitelib}/*
+%files %{python_files latex}
+%defattr(-,root,root,-)
+%doc COPYING.md README.md
+
%changelog
++++++ notebook-5.0.0.tar.gz -> notebook-5.1.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-jupyter_notebook/notebook-5.0.0.tar.gz
/work/SRC/openSUSE:Factory/.python-jupyter_notebook.new/notebook-5.1.0.tar.gz
differ: char 5, line 1