--- /srv/reproducible-results/rbuild-debian/r-b-build.PCpyRB0M/b1/python-pygraphviz_1.7-3_arm64.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.PCpyRB0M/b2/python-pygraphviz_1.7-3_arm64.changes ├── Files │ @@ -1,4 +1,4 @@ │ │ - 03161322bee9f8a6e150a6e437faee2d 530808 doc optional python-pygraphviz-doc_1.7-3_all.deb │ + 78a7273d3cda1c1cb880baeb4ccd0087 530816 doc optional python-pygraphviz-doc_1.7-3_all.deb │ e3ae85e001cbd19f79bb6efe1c82f0eb 75960 debug optional python3-pygraphviz-dbgsym_1.7-3_arm64.deb │ d35a6d31312323a121d77240627ad5c1 74432 python optional python3-pygraphviz_1.7-3_arm64.deb ├── python-pygraphviz-doc_1.7-3_all.deb │ ├── file list │ │ @@ -1,3 +1,3 @@ │ │ -rw-r--r-- 0 0 0 4 2021-09-30 23:42:50.000000 debian-binary │ │ -rw-r--r-- 0 0 0 2880 2021-09-30 23:42:50.000000 control.tar.xz │ │ --rw-r--r-- 0 0 0 527736 2021-09-30 23:42:50.000000 data.tar.xz │ │ +-rw-r--r-- 0 0 0 527744 2021-09-30 23:42:50.000000 data.tar.xz │ ├── control.tar.xz │ │ ├── control.tar │ │ │ ├── ./md5sums │ │ │ │ ├── ./md5sums │ │ │ │ │┄ Files differ │ ├── data.tar.xz │ │ ├── data.tar │ │ │ ├── ./usr/share/doc/python-pygraphviz-doc/html/auto_examples/plot_attributes.html │ │ │ │ @@ -148,15 +148,15 @@ │ │ │ │ # adjust a graph parameter │ │ │ │ A.graph_attr["epsilon"] = "0.001" │ │ │ │ print(A.string()) # print dot file to standard output │ │ │ │ A.layout("dot") # layout with dot │ │ │ │ A.draw("foo.png") # write to file │ │ │ │ │ │ │ │ │ │ │ │ -

Total running time of the script: ( 0 minutes 0.100 seconds)

│ │ │ │ +

Total running time of the script: ( 0 minutes 0.111 seconds)

│ │ │ │ │ │ │ │ │ │ │ │ -

Total running time of the script: ( 0 minutes 0.169 seconds)

│ │ │ │ +

Total running time of the script: ( 0 minutes 0.120 seconds)

│ │ │ │ │ │ │ │ │ │ │ │ -

Total running time of the script: ( 0 minutes 0.084 seconds)

│ │ │ │ +

Total running time of the script: ( 0 minutes 0.094 seconds)

│ │ │ │ │ │ │ │ │ │ │ │ -

Total running time of the script: ( 0 minutes 0.174 seconds)

│ │ │ │ +

Total running time of the script: ( 0 minutes 0.134 seconds)

│ │ │ │ │ │ │ │ │ │ │ │ -

Total running time of the script: ( 0 minutes 0.061 seconds)

│ │ │ │ +

Total running time of the script: ( 0 minutes 0.030 seconds)

│ │ │ │ │ │ │ │ │ │ │ │
│ │ │ │ │ │ │ │
│ │ │ │

Computation times

│ │ │ │ -

00:00.588 total execution time for auto_examples files:

│ │ │ │ +

00:00.489 total execution time for auto_examples files:

│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ - │ │ │ │ + │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ - │ │ │ │ + │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ - │ │ │ │ + │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ - │ │ │ │ + │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ - │ │ │ │ + │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │

Star (plot_star.py)

00:00.174

00:00.134

0.0 MB

Knuth Miles (plot_miles.py)

00:00.169

00:00.120

0.0 MB

Attributes (plot_attributes.py)

00:00.100

00:00.111

0.0 MB

Basic (plot_simple.py)

00:00.084

00:00.094

0.0 MB

Subgraph (plot_subgraph.py)

00:00.061

00:00.030

0.0 MB

│ │ │ │
│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -18,17 +18,17 @@ │ │ │ │ │ PyGraphviz │ │ │ │ │ * Computation times │ │ │ │ │ =============================================================================== │ │ │ │ │ Note │ │ │ │ │ This documents the development version of PyGraphviz. Documentation for the │ │ │ │ │ current release can be found here. │ │ │ │ │ ****** Computation times¶ ****** │ │ │ │ │ -00:00.588 total execution time for auto_examples files: │ │ │ │ │ -Star (plot_star.py) 00:00.174 0.0 MB │ │ │ │ │ -Knuth_Miles (plot_miles.py) 00:00.169 0.0 MB │ │ │ │ │ -Attributes (plot_attributes.py) 00:00.100 0.0 MB │ │ │ │ │ -Basic (plot_simple.py) 00:00.084 0.0 MB │ │ │ │ │ -Subgraph (plot_subgraph.py) 00:00.061 0.0 MB │ │ │ │ │ +00:00.489 total execution time for auto_examples files: │ │ │ │ │ +Star (plot_star.py) 00:00.134 0.0 MB │ │ │ │ │ +Knuth_Miles (plot_miles.py) 00:00.120 0.0 MB │ │ │ │ │ +Attributes (plot_attributes.py) 00:00.111 0.0 MB │ │ │ │ │ +Basic (plot_simple.py) 00:00.094 0.0 MB │ │ │ │ │ +Subgraph (plot_subgraph.py) 00:00.030 0.0 MB │ │ │ │ │ │ │ │ │ │ =============================================================================== │ │ │ │ │ © Copyright 2004-2021, PyGraphviz Developers. Last updated on Sep 30, 2021. │ │ │ │ │ Built with Sphinx using a theme provided by Read_the_Docs. │ │ │ ├── ./usr/share/doc/python-pygraphviz-doc/html/searchindex.js │ │ │ │ ├── js-beautify {} │ │ │ │ │ @@ -77,15 +77,15 @@ │ │ │ │ │ "png": [1, 2, 3, 4, 5, 9, 18], │ │ │ │ │ "write": [1, 2, 3, 4, 9, 18], │ │ │ │ │ "total": [1, 2, 3, 4, 5, 6], │ │ │ │ │ "run": [1, 2, 3, 4, 5, 8, 11, 12, 16], │ │ │ │ │ "time": [1, 2, 3, 4, 5, 8, 9, 12, 18], │ │ │ │ │ "script": [1, 2, 3, 4, 5], │ │ │ │ │ "minut": [1, 2, 3, 4, 5], │ │ │ │ │ - "100": [1, 6], │ │ │ │ │ + "111": [1, 6], │ │ │ │ │ "second": [1, 2, 3, 4, 5, 9, 16], │ │ │ │ │ "plot_attribut": [1, 6], │ │ │ │ │ "py": [1, 2, 3, 4, 5, 6, 10, 16], │ │ │ │ │ "ipynb": [1, 2, 3, 4, 5], │ │ │ │ │ "galleri": [1, 2, 3, 4, 5, 7], │ │ │ │ │ "an": [2, 8, 9, 10, 12, 15, 18], │ │ │ │ │ "show": 2, │ │ │ │ │ @@ -239,15 +239,15 @@ │ │ │ │ │ "ignor": 2, │ │ │ │ │ "messag": 2, │ │ │ │ │ "simplefilt": 2, │ │ │ │ │ "runtimewarn": 2, │ │ │ │ │ "prog": [2, 4, 5, 9, 18], │ │ │ │ │ "arg": [2, 9], │ │ │ │ │ "n2": 2, │ │ │ │ │ - "169": [2, 6], │ │ │ │ │ + "120": [2, 6], │ │ │ │ │ "plot_mil": [2, 6], │ │ │ │ │ "simpl": [3, 4, 9], │ │ │ │ │ "creat": [3, 4, 9, 11, 18], │ │ │ │ │ "copyright": [3, 4, 15], │ │ │ │ │ "2006": [3, 4], │ │ │ │ │ "lanl": [3, 4, 15, 16], │ │ │ │ │ "gov": [3, 4, 15, 16], │ │ │ │ │ @@ -265,15 +265,15 @@ │ │ │ │ │ "right": [3, 4, 15], │ │ │ │ │ "reserv": [3, 4, 15], │ │ │ │ │ "see": [3, 4, 8, 9, 10, 12, 15, 16, 18], │ │ │ │ │ "detail": [3, 4, 9, 15], │ │ │ │ │ "screen": [3, 4], │ │ │ │ │ "b": [3, 5, 9, 16, 18], │ │ │ │ │ "default": [3, 4, 8, 9, 10, 12, 16, 18], │ │ │ │ │ - "084": [3, 6], │ │ │ │ │ + "094": [3, 6], │ │ │ │ │ "plot_simpl": [3, 6], │ │ │ │ │ "vari": 4, │ │ │ │ │ "properti": [4, 9, 16], │ │ │ │ │ "fontcolor": 4, │ │ │ │ │ "ffffff": 4, │ │ │ │ │ "100000": 4, │ │ │ │ │ "5625": 4, │ │ │ │ │ @@ -313,25 +313,25 @@ │ │ │ │ │ "4375": 4, │ │ │ │ │ "make": [4, 5, 8, 9, 12, 15, 16, 18], │ │ │ │ │ "shade": 4, │ │ │ │ │ "rang": 4, │ │ │ │ │ "16": 4, │ │ │ │ │ "2x0000": 4, │ │ │ │ │ "circo": [4, 9, 18], │ │ │ │ │ - "174": [4, 6], │ │ │ │ │ + "134": [4, 6], │ │ │ │ │ "plot_star": [4, 6], │ │ │ │ │ "specifi": [5, 9, 18], │ │ │ │ │ "s1": 5, │ │ │ │ │ "rank": 5, │ │ │ │ │ "same": [5, 9], │ │ │ │ │ "add_subgraph": [5, 9], │ │ │ │ │ - "061": [5, 6], │ │ │ │ │ + "030": [5, 6], │ │ │ │ │ "plot_subgraph": [5, 6], │ │ │ │ │ "00": 6, │ │ │ │ │ - "588": 6, │ │ │ │ │ + "489": 6, │ │ │ │ │ "execut": [6, 8, 12], │ │ │ │ │ "auto_exampl": 6, │ │ │ │ │ "mb": 6, │ │ │ │ │ "releas": [7, 8, 15, 16], │ │ │ │ │ "date": [7, 16], │ │ │ │ │ "sep": 7, │ │ │ │ │ "30": [7, 16],