--- /srv/rebuilderd/tmp/rebuilderdFBj04e/inputs/python3-datalad-next_1.5.0-1_all.deb +++ /srv/rebuilderd/tmp/rebuilderdFBj04e/out/python3-datalad-next_1.5.0-1_all.deb ├── file list │ @@ -1,3 +1,3 @@ │ -rw-r--r-- 0 0 0 4 2024-12-17 00:14:10.000000 debian-binary │ -rw-r--r-- 0 0 0 21700 2024-12-17 00:14:10.000000 control.tar.xz │ --rw-r--r-- 0 0 0 775172 2024-12-17 00:14:10.000000 data.tar.xz │ +-rw-r--r-- 0 0 0 775136 2024-12-17 00:14:10.000000 data.tar.xz ├── control.tar.xz │ ├── control.tar │ │ ├── ./md5sums │ │ │ ├── ./md5sums │ │ │ │┄ Files differ ├── data.tar.xz │ ├── data.tar │ │ ├── ./usr/share/doc/python3-datalad-next/html/generated/generated/datalad_next.datasets.Dataset.html │ │ │ @@ -3572,15 +3572,15 @@ │ │ │ IncompleteResultsError that carries the result dictionaries of the │ │ │ failures in its failed attribute. [Default: 'continue']
│ │ │result_filter (callable or None, optional) -- if given, each to-be-returned status dictionary is passed to this │ │ │ callable, and is only returned if the callable's return value does │ │ │ not evaluate to False or a ValueError exception is raised. If the │ │ │ given callable supports **kwargs it will additionally be passed │ │ │ the keyword arguments of the original API call. [Default: <function │ │ │ -is_result_matching_pathsource_argument at 0x7f6728d605e0>]
result_renderer -- select rendering mode command results. 'tailored' enables a command-
│ │ │ specific rendering style that is typically tailored to human
│ │ │ consumption, if there is one for a specific command, or otherwise
│ │ │ falls back on the the 'generic' result renderer; 'generic' renders
│ │ │ each result in one line with key info like action, status, path,
│ │ │ and an optional message); 'json' a complete JSON line serialization
│ │ │ of the full result record; 'json_pp' like 'json', but pretty-printed
│ │ │ ├── html2text {}
│ │ │ │ @@ -3982,15 +3982,15 @@
│ │ │ │ each to-be-returned status dictionary is passed to this
│ │ │ │ callable, and is only returned if the callable's return
│ │ │ │ value does not evaluate to False or a ValueError
│ │ │ │ exception is raised. If the given callable
│ │ │ │ supports**kwargsit will additionally be passed the
│ │ │ │ keyword arguments of the original API call. [Default:
│ │ │ │