Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-skyfield for openSUSE:Factory 
checked in at 2021-08-28 22:29:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-skyfield (Old)
 and      /work/SRC/openSUSE:Factory/.python-skyfield.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-skyfield"

Sat Aug 28 22:29:11 2021 rev:14 rq:914694 version:1.39

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-skyfield/python-skyfield.changes  
2021-08-10 10:27:32.513807295 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-skyfield.new.1899/python-skyfield.changes    
    2021-08-28 22:29:25.957994284 +0200
@@ -1,0 +2,5 @@
+Fri Aug 27 21:22:36 UTC 2021 - Ben Greiner <c...@bnavigator.de>
+
+- Run assay up to 3 times in case of flaky pickling errors
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-skyfield.spec ++++++
--- /var/tmp/diff_new_pack.9sxqmb/_old  2021-08-28 22:29:26.905995267 +0200
+++ /var/tmp/diff_new_pack.9sxqmb/_new  2021-08-28 22:29:26.909995271 +0200
@@ -93,7 +93,12 @@
 
 %check
 export PYTHONPATH="../assay-%{assaycommit}"
-%python_exec -m assay --batch skyfield.tests
+%{python_expand # run assay up to 3 times in case of flaky pickling errors
+failed=0
+for i in {1..3}; do
+  $python -m assay --batch skyfield.tests && break || [ $((++failed)) -lt 3 ]
+done
+}
 
 %files %{python_files}
 %doc README.rst

Reply via email to