3.62 KB
/srv/reproducible-results/rbuild-debian/tmp.801AJdM0Mq/b1/python-taskflow_3.2.0-3_armhf.changes vs.
/srv/reproducible-results/rbuild-debian/tmp.801AJdM0Mq/b2/python-taskflow_3.2.0-3_armhf.changes
393 B
Files
    
Offset 1, 4 lines modifiedOffset 1, 4 lines modified
  
1 ·41c15960ae4c1eb3f31b9ddf8c16b551·1768572·doc·optional·python-taskflow-doc_3.2.0-3_all.deb1 ·050ac5caf957a846cb10d9d3bc92c036·1768560·doc·optional·python-taskflow-doc_3.2.0-3_all.deb
2 ·6f311289d35313605001fec5c96614fc·214232·python·optional·python-taskflow_3.2.0-3_all.deb2 ·6f311289d35313605001fec5c96614fc·214232·python·optional·python-taskflow_3.2.0-3_all.deb
3 ·fc938a54d0ae8ad305f22529003cb397·214360·python·optional·python3-taskflow_3.2.0-3_all.deb3 ·fc938a54d0ae8ad305f22529003cb397·214360·python·optional·python3-taskflow_3.2.0-3_all.deb
3.05 KB
python-taskflow-doc_3.2.0-3_all.deb
452 B
file list
    
Offset 1, 3 lines modifiedOffset 1, 3 lines modified
1 -rw-r--r--···0········0········0········4·2018-10-07·19:22:49.000000·debian-binary1 -rw-r--r--···0········0········0········4·2018-10-07·19:22:49.000000·debian-binary
2 -rw-r--r--···0········0········0·····6352·2018-10-07·19:22:49.000000·control.tar.xz2 -rw-r--r--···0········0········0·····6348·2018-10-07·19:22:49.000000·control.tar.xz
3 -rw-r--r--···0········0········0··1762028·2018-10-07·19:22:49.000000·data.tar.xz3 -rw-r--r--···0········0········0··1762020·2018-10-07·19:22:49.000000·data.tar.xz
98.0 B
control.tar.xz
70.0 B
control.tar
48.0 B
./md5sums
30.0 B
./md5sums
Files differ
2.45 KB
data.tar.xz
2.43 KB
data.tar
2.41 KB
./usr/share/doc/python-taskflow-doc/html/user/engines.html
    
Offset 834, 23 lines modifiedOffset 834, 23 lines modified
834 <td>bool</td>834 <td>bool</td>
835 <td><code·class="docutils·literal·notranslate"><span·class="pre">True</span></code></td>835 <td><code·class="docutils·literal·notranslate"><span·class="pre">True</span></code></td>
836 </tr>836 </tr>
837 </tbody>837 </tbody>
838 </table>838 </table>
839 <dl·class="attribute">839 <dl·class="attribute">
840 <dt·id="taskflow.engines.action_engine.engine.ActionEngine.NO_RERAISING_STATES">840 <dt·id="taskflow.engines.action_engine.engine.ActionEngine.NO_RERAISING_STATES">
841 <code·class="descname">NO_RERAISING_STATES</code><em·class="property">·=·frozenset({'SUSPENDED',·'SUCCESS'})</em><a·class="headerlink"·href="#taskflow.engines.action_engine.engine.ActionEngine.NO_RERAISING_STATES"·title="Permalink·to·this·definition">¶</a></dt>841 <code·class="descname">NO_RERAISING_STATES</code><em·class="property">·=·frozenset({'SUCCESS',·'SUSPENDED'})</em><a·class="headerlink"·href="#taskflow.engines.action_engine.engine.ActionEngine.NO_RERAISING_STATES"·title="Permalink·to·this·definition">¶</a></dt>
842 <dd><p>States·that·if·the·engine·stops·in·will·<strong>not</strong>·cause·any·potential842 <dd><p>States·that·if·the·engine·stops·in·will·<strong>not</strong>·cause·any·potential
843 failures·to·be·reraised.·States·<strong>not</strong>·in·this·list·will·cause·any843 failures·to·be·reraised.·States·<strong>not</strong>·in·this·list·will·cause·any
844 failure/s·that·were·captured·(if·any)·to·get·reraised.</p>844 failure/s·that·were·captured·(if·any)·to·get·reraised.</p>
845 </dd></dl>845 </dd></dl>
  
846 <dl·class="attribute">846 <dl·class="attribute">
847 <dt·id="taskflow.engines.action_engine.engine.ActionEngine.IGNORABLE_STATES">847 <dt·id="taskflow.engines.action_engine.engine.ActionEngine.IGNORABLE_STATES">
848 <code·class="descname">IGNORABLE_STATES</code><em·class="property">·=·frozenset({'WAITING',·'RESUMING',·'GAME_OVER',·'ANALYZING',·'UNDEFINED',·'SCHEDULING'})</em><a·class="headerlink"·href="#taskflow.engines.action_engine.engine.ActionEngine.IGNORABLE_STATES"·title="Permalink·to·this·definition">¶</a></dt>848 <code·class="descname">IGNORABLE_STATES</code><em·class="property">·=·frozenset({'GAME_OVER',·'ANALYZING',·'SCHEDULING',·'UNDEFINED',·'RESUMING',·'WAITING'})</em><a·class="headerlink"·href="#taskflow.engines.action_engine.engine.ActionEngine.IGNORABLE_STATES"·title="Permalink·to·this·definition">¶</a></dt>
849 <dd><p>Informational·states·this·engines·internal·machine·yields·back·while849 <dd><p>Informational·states·this·engines·internal·machine·yields·back·while
850 running,·not·useful·to·have·the·engine·record·but·useful·to·provide·to850 running,·not·useful·to·have·the·engine·record·but·useful·to·provide·to
851 end-users·when·doing·execution·iterations·via·<a·class="reference·internal"·href="#taskflow.engines.action_engine.engine.ActionEngine.run_iter"·title="taskflow.engines.action_engine.engine.ActionEngine.run_iter"><code·class="xref·py·py-meth·docutils·literal·notranslate"><span·class="pre">run_iter()</span></code></a>.</p>851 end-users·when·doing·execution·iterations·via·<a·class="reference·internal"·href="#taskflow.engines.action_engine.engine.ActionEngine.run_iter"·title="taskflow.engines.action_engine.engine.ActionEngine.run_iter"><code·class="xref·py·py-meth·docutils·literal·notranslate"><span·class="pre">run_iter()</span></code></a>.</p>
852 </dd></dl>852 </dd></dl>
  
853 <dl·class="attribute">853 <dl·class="attribute">
854 <dt·id="taskflow.engines.action_engine.engine.ActionEngine.MAX_MACHINE_STATES_RETAINED">854 <dt·id="taskflow.engines.action_engine.engine.ActionEngine.MAX_MACHINE_STATES_RETAINED">