{"diffoscope-json-version": 1, "source1": "/srv/reproducible-results/rbuild-debian/r-b-build.MdD1rms7/b1/python-jsonschema_4.10.3-1_amd64.changes", "source2": "/srv/reproducible-results/rbuild-debian/r-b-build.MdD1rms7/b2/python-jsonschema_4.10.3-1_amd64.changes", "unified_diff": null, "details": [{"source1": "Files", "source2": "Files", "unified_diff": "@@ -1,3 +1,3 @@\n \n- 597802fd5b481d7911974b916295dfeb 80860 doc optional python-jsonschema-doc_4.10.3-1_all.deb\n+ 6c60b79ef04b4de41a84d56fcac9b812 80864 doc optional python-jsonschema-doc_4.10.3-1_all.deb\n cca722f895088ef2211cd724896205f0 67860 python optional python3-jsonschema_4.10.3-1_all.deb\n"}, {"source1": "python-jsonschema-doc_4.10.3-1_all.deb", "source2": "python-jsonschema-doc_4.10.3-1_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 2023-01-20 10:53:50.000000 debian-binary\n -rw-r--r-- 0 0 0 1768 2023-01-20 10:53:50.000000 control.tar.xz\n--rw-r--r-- 0 0 0 78900 2023-01-20 10:53:50.000000 data.tar.xz\n+-rw-r--r-- 0 0 0 78904 2023-01-20 10:53:50.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-jsonschema-doc/html/creating.html", "source2": "./usr/share/doc/python-jsonschema-doc/html/creating.html", "unified_diff": "@@ -35,15 +35,15 @@\n \n
Create a new validator class.
\nmeta_schema (collections.abc.Mapping) \u2013 the meta schema for the new validator class
validators (collections.abc.Mapping) \u2013
a mapping from names to callables, where each callable will\n validate the schema property with the given name.
\n", "details": [{"source1": "html2text {}", "source2": "html2text {}", "unified_diff": "@@ -5,18 +5,18 @@\n \n \n \n \n \n ****** Creating or Extending Validator Classes\u00c2\u00b6 ******\n jsonschema.validators.create(meta_schema, validators=(), version=None,\n- type_checker=TypeChecker(_type_checkers=pmap({'string':