Hello community,

here is the log from the commit of package python-jupyter_Video_Widget for 
openSUSE:Factory checked in at 2018-06-19 11:55:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter_Video_Widget (Old)
 and      /work/SRC/openSUSE:Factory/.python-jupyter_Video_Widget.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-jupyter_Video_Widget"

Tue Jun 19 11:55:44 2018 rev:2 rq:616085 version:0.3.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-jupyter_Video_Widget/python-jupyter_Video_Widget.changes
  2018-06-02 11:58:57.853001436 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_Video_Widget.new/python-jupyter_Video_Widget.changes
     2018-06-19 11:55:45.739633688 +0200
@@ -1,0 +2,10 @@
+Sun Jun 10 23:47:02 UTC 2018 - [email protected]
+
+- Avoid bashism in scriptlet.
+
+-------------------------------------------------------------------
+Tue May 29 14:59:34 UTC 2018 - [email protected]
+
+- Use || true syntax instead of exit 0
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-jupyter_Video_Widget.spec ++++++
--- /var/tmp/diff_new_pack.A9BuqS/_old  2018-06-19 11:55:46.279613640 +0200
+++ /var/tmp/diff_new_pack.A9BuqS/_new  2018-06-19 11:55:46.283613492 +0200
@@ -82,14 +82,12 @@
 %python_expand pip%{$python_bin_suffix} install --root=%{buildroot} %{SOURCE0}
 
 %post -n python3-jupyter_Video_Widget
-jupyter nbextension enable --py --system jpy_video
-exit 0
+jupyter nbextension enable --py --system jpy_video || true
 
 %preun -n python3-jupyter_Video_Widget
-if [ $1 == 0 ] && [ -d %{python3_sitelib}/jpy_video/ ] ; then
-    jupyter nbextension disable --py --system jpy_video
+if [ $1 = 0 ] && [ -d %{python3_sitelib}/jpy_video/ ] ; then
+    jupyter nbextension disable --py --system jpy_video  || true
 fi
-exit 0
 
 %files %{python_files}
 %license LICENSE



Reply via email to