{"diffoscope-json-version": 1, "source1": "/srv/reproducible-results/rbuild-debian/r-b-build.ctecq2iW/b1/python-taskflow_5.0.0-3_i386.changes", "source2": "/srv/reproducible-results/rbuild-debian/r-b-build.ctecq2iW/b2/python-taskflow_5.0.0-3_i386.changes", "unified_diff": null, "details": [{"source1": "Files", "source2": "Files", "unified_diff": "@@ -1,3 +1,3 @@\n \n- 0f207a544c501b96b624c70bf32970bf 1733172 doc optional python-taskflow-doc_5.0.0-3_all.deb\n+ ec95c49c3a48c27d7ac95a99f1873cc1 1733164 doc optional python-taskflow-doc_5.0.0-3_all.deb\n 43b891a110a7c751212642769aa6e7bb 212688 python optional python3-taskflow_5.0.0-3_all.deb\n"}, {"source1": "python-taskflow-doc_5.0.0-3_all.deb", "source2": "python-taskflow-doc_5.0.0-3_all.deb", "unified_diff": null, "details": [{"source1": "file list", "source2": "file list", "unified_diff": "@@ -1,3 +1,3 @@\n -rw-r--r-- 0 0 0 4 2022-12-09 10:22:43.000000 debian-binary\n--rw-r--r-- 0 0 0 5980 2022-12-09 10:22:43.000000 control.tar.xz\n--rw-r--r-- 0 0 0 1727000 2022-12-09 10:22:43.000000 data.tar.xz\n+-rw-r--r-- 0 0 0 5984 2022-12-09 10:22:43.000000 control.tar.xz\n+-rw-r--r-- 0 0 0 1726988 2022-12-09 10:22:43.000000 data.tar.xz\n"}, {"source1": "control.tar.xz", "source2": "control.tar.xz", "unified_diff": null, "details": [{"source1": "control.tar", "source2": "control.tar", "unified_diff": null, "details": [{"source1": "./md5sums", "source2": "./md5sums", "unified_diff": null, "details": [{"source1": "./md5sums", "source2": "./md5sums", "comments": ["Files differ"], "unified_diff": null}]}]}]}, {"source1": "data.tar.xz", "source2": "data.tar.xz", "unified_diff": null, "details": [{"source1": "data.tar", "source2": "data.tar", "unified_diff": null, "details": [{"source1": "./usr/share/doc/python-taskflow-doc/html/searchindex.js", "source2": "./usr/share/doc/python-taskflow-doc/html/searchindex.js", "unified_diff": null, "details": [{"source1": "js-beautify {}", "source2": "js-beautify {}", "unified_diff": "@@ -798,15 +798,15 @@\n \"gracefulli\": 3,\n \"exit\": [3, 4, 5, 10, 11, 13, 17, 19],\n \"within\": [3, 6, 13, 19],\n \"impl_block\": 3,\n \"blockingconductor\": 3,\n \"impl_nonblock\": 3,\n \"nonblockingconductor\": 3,\n- \"19\": 3,\n+ \"11\": 3,\n \"executor_factori\": 3,\n \"thread\": [3, 4, 6, 8, 10, 13, 17, 19],\n \"custom\": [3, 10, 11, 17, 19],\n \"pool\": [3, 4, 8],\n \"select\": [3, 4, 5, 10, 11, 13, 14, 19],\n \"simultan\": [3, 4, 19],\n \"count\": [3, 5, 10, 17, 18, 19],\n"}]}, {"source1": "./usr/share/doc/python-taskflow-doc/html/user/conductors.html", "source2": "./usr/share/doc/python-taskflow-doc/html/user/conductors.html", "unified_diff": "@@ -347,15 +347,15 @@\n \n \n \n
\n

Non-blocking\u00b6

\n
\n
\n-class taskflow.conductors.backends.impl_nonblocking.NonBlockingConductor(name, jobboard, persistence=None, engine=None, engine_options=None, wait_timeout=None, log=None, max_simultaneous_jobs=19, executor_factory=None)[source]\u00b6
\n+class taskflow.conductors.backends.impl_nonblocking.NonBlockingConductor(name, jobboard, persistence=None, engine=None, engine_options=None, wait_timeout=None, log=None, max_simultaneous_jobs=11, executor_factory=None)[source]\u00b6\n

Bases: ExecutorConductor

\n

Non-blocking conductor that processes job(s) using a thread executor.

\n
\n
NOTE(harlowja): A custom executor factory can be provided via keyword

argument executor_factory, if provided it will be\n invoked at\n run() time\n with one positional argument (this conductor) and it must\n@@ -364,15 +364,15 @@\n backed executor is selected by default (it will have\n an equivalent number of workers as this conductors\n simultaneous job count).

\n
\n
\n
\n
\n-MAX_SIMULTANEOUS_JOBS = 19\u00b6
\n+MAX_SIMULTANEOUS_JOBS = 11\u00b6\n

Default maximum number of jobs that can be in progress at the same time.

\n
\n \n
\n \n
\n \n", "details": [{"source1": "html2text {}", "source2": "html2text {}", "unified_diff": "@@ -173,26 +173,26 @@\n MAX_SIMULTANEOUS_JOBS= 1\u00b6\n Default maximum number of jobs that can be in progress at the same\n time.\n \n **** Non-blocking\u00b6 ****\n classtaskflow.conductors.backends.impl_nonblocking.NonBlockingConductor(name,\n jobboard, persistence=None, engine=None, engine_options=None,\n- wait_timeout=None, log=None, max_simultaneous_jobs=19, executor_factory=None)\n+ wait_timeout=None, log=None, max_simultaneous_jobs=11, executor_factory=None)\n [source]\u00b6\n Bases: ExecutorConductor\n Non-blocking conductor that processes job(s) using a thread executor.\n NOTE(harlowja): A custom executor factory can be provided via keyword\n argument executor_factory, if provided it will be invoked at run()\n time with one positional argument (this conductor) and it must\n return a compatible executor which can be used to submit jobs to.\n If None is a provided a thread pool backed executor is selected by\n default (it will have an equivalent number of workers as this\n conductors simultaneous job count).\n- MAX_SIMULTANEOUS_JOBS= 19\u00b6\n+ MAX_SIMULTANEOUS_JOBS= 11\u00b6\n Default maximum number of jobs that can be in progress at the same\n time.\n \n ***** Hierarchy\u00b6 *****\n [Inheritance diagram of taskflow.conductors.base,\n taskflow.conductors.backends.impl_blocking,\n taskflow.conductors.backends.impl_nonblocking,\n"}]}]}]}]}]}