Hello community,
here is the log from the commit of package python-jupyter_ipyscales for
openSUSE:Factory checked in at 2018-07-06 10:44:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter_ipyscales (Old)
and /work/SRC/openSUSE:Factory/.python-jupyter_ipyscales.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jupyter_ipyscales"
Fri Jul 6 10:44:52 2018 rev:2 rq:620968 version:0.1.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-jupyter_ipyscales/python-jupyter_ipyscales.changes
2018-06-15 14:37:04.612530039 +0200
+++
/work/SRC/openSUSE:Factory/.python-jupyter_ipyscales.new/python-jupyter_ipyscales.changes
2018-07-06 10:45:05.775033288 +0200
@@ -1,0 +2,5 @@
+Tue May 29 14:59:34 UTC 2018 - [email protected]
+
+- Use || true syntax instead of exit 0
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jupyter_ipyscales.spec ++++++
--- /var/tmp/diff_new_pack.YLE37A/_old 2018-07-06 10:45:07.347031415 +0200
+++ /var/tmp/diff_new_pack.YLE37A/_new 2018-07-06 10:45:07.347031415 +0200
@@ -71,14 +71,12 @@
%{fdupes %{buildroot}%{_datadir}/jupyter/ %{buildroot}%{python3_sitelib}}
%post -n python3-jupyter_ipyscales
-jupyter nbextension enable --system --py ipyscales
-exit 0
+jupyter nbextension enable --system --py ipyscales || true
%preun -n python3-jupyter_ipyscales
if [ $1 == 0 ] && [ -d %{python3_sitelib}/ipyscales/ ] ; then
- jupyter nbextension disable --system --py ipyscales
+ jupyter nbextension disable --system --py ipyscales || true
fi
-exit 0
%check
%python_expand py.test-%{$python_bin_suffix} -l --pyargs ipyscales