Hello community,
here is the log from the commit of package python-jupyter_cms for
openSUSE:Factory checked in at 2018-06-15 14:37:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter_cms (Old)
and /work/SRC/openSUSE:Factory/.python-jupyter_cms.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jupyter_cms"
Fri Jun 15 14:37:50 2018 rev:2 rq:614962 version:0.7.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-jupyter_cms/python-jupyter_cms.changes
2018-06-03 12:35:24.725931998 +0200
+++
/work/SRC/openSUSE:Factory/.python-jupyter_cms.new/python-jupyter_cms.changes
2018-06-15 14:37:55.694661555 +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_cms.spec ++++++
--- /var/tmp/diff_new_pack.aAWYKm/_old 2018-06-15 14:37:57.410598789 +0200
+++ /var/tmp/diff_new_pack.aAWYKm/_new 2018-06-15 14:37:57.414598643 +0200
@@ -82,16 +82,14 @@
%python_expand %fdupes %{buildroot}%{_datadir}/jupyter/nbextensions/
%post -n python3-jupyter_cms
-jupyter serverextension enable --system --py jupyter_cms
-jupyter nbextension enable --system --py jupyter_cms
-exit 0
+jupyter serverextension enable --system --py jupyter_cms || true
+jupyter nbextension enable --system --py jupyter_cms || true
%preun -n python3-jupyter_cms
if [ $1 == 0 ] && [ -d %{python3_sitelib}/jupyter_cms/ ] ; then
- jupyter serverextension disable --system --py jupyter_cms
- jupyter nbextension disable --system --py jupyter_cms
+ jupyter serverextension disable --system --py jupyter_cms || true
+ jupyter nbextension disable --system --py jupyter_cms || true
fi
-exit 0
%if %{with test}
%check