Hello community,
here is the log from the commit of package python-jupyter_jupyterlab for
openSUSE:Factory checked in at 2018-05-29 10:38:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter_jupyterlab (Old)
and /work/SRC/openSUSE:Factory/.python-jupyter_jupyterlab.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jupyter_jupyterlab"
Tue May 29 10:38:52 2018 rev:2 rq:611089 version:0.32.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-jupyter_jupyterlab/python-jupyter_jupyterlab.changes
2018-05-13 16:04:01.616604267 +0200
+++
/work/SRC/openSUSE:Factory/.python-jupyter_jupyterlab.new/python-jupyter_jupyterlab.changes
2018-05-29 10:38:59.233631078 +0200
@@ -1,0 +2,6 @@
+Wed May 2 14:12:18 UTC 2018 - [email protected]
+
+- Trim filler wording from description.
+- Replace bashisms in %install.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jupyter_jupyterlab.spec ++++++
--- /var/tmp/diff_new_pack.V389D6/_old 2018-05-29 10:39:00.801573193 +0200
+++ /var/tmp/diff_new_pack.V389D6/_new 2018-05-29 10:39:00.805573046 +0200
@@ -13,6 +13,7 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
@@ -20,10 +21,10 @@
Name: python-jupyter_jupyterlab
Version: 0.32.0
Release: 0
-License: BSD-3-Clause
Summary: The JupyterLab notebook server extension
-Url: https://github.com/jupyterlab/jupyterlab
+License: BSD-3-Clause
Group: Development/Languages/Python
+Url: https://github.com/jupyterlab/jupyterlab
Source:
https://files.pythonhosted.org/packages/py2.py3/j/jupyterlab/jupyterlab-%{version}-py2.py3-none-any.whl
BuildRequires: %{python_module certifi}
BuildRequires: %{python_module devel}
@@ -63,16 +64,13 @@
An extensible environment for interactive and reproducible computing,
based on the Jupyter Notebook and Architecture.
-JupyterLab is the next-generation user interface for Project Jupyter.
-It offers all the familiar building blocks of the classic Jupyter
-Notebook (notebook, terminal, text editor, file browser, rich outputs,
-etc.) in a flexible and powerful user inteface that can be extended
-through third party extensions. Eventually, JupyterLab will replace
-the classic Jupyter Notebook after JupyterLab reaches 1.0.
-
-JupyterLab is currently in beta. The beta releases are suitable for
-general usage. For JupyterLab extension developers, the extension APIs
-will continue to evolve until the 1.0 release.
+JupyterLab is a user interface for Project Jupyter.
+It offers familiar building blocks of the classic Jupyter
+Notebook like notebook, terminal, text editor, file browser, rich outputs,
+etc. in a flexible user inteface that can be extended
+through third party extensions.
+
+JupyterLab is currently in beta.
%prep
%setup -c -T
@@ -83,7 +81,7 @@
%install
%python_expand pip%{$python_bin_suffix} install --root=%{buildroot} %{SOURCE0}
-if [[ `dirname %{_prefix}/etc/jupyter` != `dirname %{_sysconfdir}/jupyter` ]];
then
+if [ "$(dirname %{_prefix}/etc/jupyter)" != "$(dirname
%{_sysconfdir}/jupyter)" ]; then
mkdir -p %{buildroot}%{_sysconfdir}
mv %{buildroot}%{_prefix}/etc/jupyter %{buildroot}%{_sysconfdir}/jupyter
rm -d %{buildroot}%{_prefix}/etc