5.43 KB
/srv/reproducible-results/rbuild-debian/tmp.5nIxH1C9s9/b1/python-tooz_1.62.0-3_amd64.changes vs.
/srv/reproducible-results/rbuild-debian/tmp.5nIxH1C9s9/b2/python-tooz_1.62.0-3_amd64.changes
377 B
Files
    
Offset 1, 4 lines modifiedOffset 1, 4 lines modified
  
1 ·c5693bcffaa80565b9c99b73ad5bca86·872168·doc·optional·python-tooz-doc_1.62.0-3_all.deb1 ·57b779534152afb9620f98d14b743871·872172·doc·optional·python-tooz-doc_1.62.0-3_all.deb
2 ·8f8c6d6c0e33447b538ce61d76ef8453·48584·python·optional·python-tooz_1.62.0-3_all.deb2 ·8f8c6d6c0e33447b538ce61d76ef8453·48584·python·optional·python-tooz_1.62.0-3_all.deb
3 ·690d9cafd0499e505b6d34e97feb67ba·48692·python·optional·python3-tooz_1.62.0-3_all.deb3 ·690d9cafd0499e505b6d34e97feb67ba·48692·python·optional·python3-tooz_1.62.0-3_all.deb
4.88 KB
python-tooz-doc_1.62.0-3_all.deb
367 B
file list
    
Offset 1, 3 lines modifiedOffset 1, 3 lines modified
1 -rw-r--r--···0········0········0········4·2018-09-07·11:39:27.000000·debian-binary1 -rw-r--r--···0········0········0········4·2018-09-07·11:39:27.000000·debian-binary
2 -rw-r--r--···0········0········0·····3524·2018-09-07·11:39:27.000000·control.tar.xz2 -rw-r--r--···0········0········0·····3524·2018-09-07·11:39:27.000000·control.tar.xz
3 -rw-r--r--···0········0········0···868452·2018-09-07·11:39:27.000000·data.tar.xz3 -rw-r--r--···0········0········0···868456·2018-09-07·11:39:27.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
4.36 KB
data.tar.xz
4.34 KB
data.tar
4.33 KB
./usr/share/doc/python-tooz-doc/html/reference/index.html
    
Offset 1939, 37 lines modifiedOffset 1939, 37 lines modified
1939 <code·class="descname">CHARACTERISTICS</code><em·class="property">·=·(&lt;Characteristics.DISTRIBUTED_ACROSS_THREADS:·'DISTRIBUTED_ACROSS_THREADS'&gt;,·&lt;Characteristics.DISTRIBUTED_ACROSS_PROCESSES:·'DISTRIBUTED_ACROSS_PROCESSES'&gt;,·&lt;Characteristics.DISTRIBUTED_ACROSS_HOSTS:·'DISTRIBUTED_ACROSS_HOSTS'&gt;,·&lt;Characteristics.CAUSAL:·'CAUSAL'&gt;)</em><a·class="headerlink"·href="#tooz.drivers.redis.RedisDriver.CHARACTERISTICS"·title="Permalink·to·this·definition">¶</a></dt>1939 <code·class="descname">CHARACTERISTICS</code><em·class="property">·=·(&lt;Characteristics.DISTRIBUTED_ACROSS_THREADS:·'DISTRIBUTED_ACROSS_THREADS'&gt;,·&lt;Characteristics.DISTRIBUTED_ACROSS_PROCESSES:·'DISTRIBUTED_ACROSS_PROCESSES'&gt;,·&lt;Characteristics.DISTRIBUTED_ACROSS_HOSTS:·'DISTRIBUTED_ACROSS_HOSTS'&gt;,·&lt;Characteristics.CAUSAL:·'CAUSAL'&gt;)</em><a·class="headerlink"·href="#tooz.drivers.redis.RedisDriver.CHARACTERISTICS"·title="Permalink·to·this·definition">¶</a></dt>
1940 <dd><p>Tuple·of·<a·class="reference·internal"·href="../user/drivers.html#tooz.coordination.Characteristics"·title="tooz.coordination.Characteristics"><code·class="xref·py·py-class·docutils·literal·notranslate"><span·class="pre">Characteristics</span></code></a>·introspectable1940 <dd><p>Tuple·of·<a·class="reference·internal"·href="../user/drivers.html#tooz.coordination.Characteristics"·title="tooz.coordination.Characteristics"><code·class="xref·py·py-class·docutils·literal·notranslate"><span·class="pre">Characteristics</span></code></a>·introspectable
1941 enum·member(s)·that·can·be·used·to·interogate·how·this·driver·works.</p>1941 enum·member(s)·that·can·be·used·to·interogate·how·this·driver·works.</p>
1942 </dd></dl>1942 </dd></dl>
  
1943 <dl·class="attribute">1943 <dl·class="attribute">
1944 <dt·id="tooz.drivers.redis.RedisDriver.CLIENT_ARGS">1944 <dt·id="tooz.drivers.redis.RedisDriver.CLIENT_ARGS">
1945 <code·class="descname">CLIENT_ARGS</code><em·class="property">·=·frozenset({'socket_timeout',·'ssl_certfile',·'ssl_keyfile',·'ssl',·'socket_keepalive',·'sentinel',·'retry_on_timeout',·'db',·'sentinel_fallback',·'encoding'})</em><a·class="headerlink"·href="#tooz.drivers.redis.RedisDriver.CLIENT_ARGS"·title="Permalink·to·this·definition">¶</a></dt>1945 <code·class="descname">CLIENT_ARGS</code><em·class="property">·=·frozenset({'retry_on_timeout',·'sentinel',·'encoding',·'socket_timeout',·'ssl_certfile',·'socket_keepalive',·'ssl',·'ssl_keyfile',·'sentinel_fallback',·'db'})</em><a·class="headerlink"·href="#tooz.drivers.redis.RedisDriver.CLIENT_ARGS"·title="Permalink·to·this·definition">¶</a></dt>
1946 <dd><p>Keys·that·we·allow·to·proxy·from·the·coordinator·configuration·into·the1946 <dd><p>Keys·that·we·allow·to·proxy·from·the·coordinator·configuration·into·the
1947 redis·client·(used·to·configure·the·redis·client·internals·so·that1947 redis·client·(used·to·configure·the·redis·client·internals·so·that
1948 it·works·as·you·expect/want·it·to).</p>1948 it·works·as·you·expect/want·it·to).</p>
1949 <p>See:·<a·class="reference·external"·href="http://redis-py.readthedocs.org/en/latest/#redis.Redis">http://redis-py.readthedocs.org/en/latest/#redis.Redis</a></p>1949 <p>See:·<a·class="reference·external"·href="http://redis-py.readthedocs.org/en/latest/#redis.Redis">http://redis-py.readthedocs.org/en/latest/#redis.Redis</a></p>
1950 <p>See:·<a·class="reference·external"·href="https://github.com/andymccurdy/redis-py/blob/2.10.3/redis/client.py">https://github.com/andymccurdy/redis-py/blob/2.10.3/redis/client.py</a></p>1950 <p>See:·<a·class="reference·external"·href="https://github.com/andymccurdy/redis-py/blob/2.10.3/redis/client.py">https://github.com/andymccurdy/redis-py/blob/2.10.3/redis/client.py</a></p>
1951 </dd></dl>1951 </dd></dl>
  
1952 <dl·class="attribute">1952 <dl·class="attribute">
1953 <dt·id="tooz.drivers.redis.RedisDriver.CLIENT_BOOL_ARGS">1953 <dt·id="tooz.drivers.redis.RedisDriver.CLIENT_BOOL_ARGS">
1954 <code·class="descname">CLIENT_BOOL_ARGS</code><em·class="property">·=·frozenset({'ssl',·'retry_on_timeout'})</em><a·class="headerlink"·href="#tooz.drivers.redis.RedisDriver.CLIENT_BOOL_ARGS"·title="Permalink·to·this·definition">¶</a></dt>1954 <code·class="descname">CLIENT_BOOL_ARGS</code><em·class="property">·=·frozenset({'retry_on_timeout',·'ssl'})</em><a·class="headerlink"·href="#tooz.drivers.redis.RedisDriver.CLIENT_BOOL_ARGS"·title="Permalink·to·this·definition">¶</a></dt>
1955 <dd><p>Client·arguments·that·are·expected·to·be·boolean·convertible.</p>1955 <dd><p>Client·arguments·that·are·expected·to·be·boolean·convertible.</p>
1956 </dd></dl>1956 </dd></dl>
  
1957 <dl·class="attribute">1957 <dl·class="attribute">
1958 <dt·id="tooz.drivers.redis.RedisDriver.CLIENT_DEFAULT_SOCKET_TO">1958 <dt·id="tooz.drivers.redis.RedisDriver.CLIENT_DEFAULT_SOCKET_TO">
1959 <code·class="descname">CLIENT_DEFAULT_SOCKET_TO</code><em·class="property">·=·30</em><a·class="headerlink"·href="#tooz.drivers.redis.RedisDriver.CLIENT_DEFAULT_SOCKET_TO"·title="Permalink·to·this·definition">¶</a></dt>1959 <code·class="descname">CLIENT_DEFAULT_SOCKET_TO</code><em·class="property">·=·30</em><a·class="headerlink"·href="#tooz.drivers.redis.RedisDriver.CLIENT_DEFAULT_SOCKET_TO"·title="Permalink·to·this·definition">¶</a></dt>
1960 <dd><p>Default·socket·timeout·to·use·when·none·is·provided.</p>1960 <dd><p>Default·socket·timeout·to·use·when·none·is·provided.</p>
1961 </dd></dl>1961 </dd></dl>
  
1962 <dl·class="attribute">1962 <dl·class="attribute">
1963 <dt·id="tooz.drivers.redis.RedisDriver.CLIENT_INT_ARGS">1963 <dt·id="tooz.drivers.redis.RedisDriver.CLIENT_INT_ARGS">
1964 <code·class="descname">CLIENT_INT_ARGS</code><em·class="property">·=·frozenset({'socket_timeout',·'socket_keepalive',·'db'})</em><a·class="headerlink"·href="#tooz.drivers.redis.RedisDriver.CLIENT_INT_ARGS"·title="Permalink·to·this·definition">¶</a></dt>1964 <code·class="descname">CLIENT_INT_ARGS</code><em·class="property">·=·frozenset({'db',·'socket_keepalive',·'socket_timeout'})</em><a·class="headerlink"·href="#tooz.drivers.redis.RedisDriver.CLIENT_INT_ARGS"·title="Permalink·to·this·definition">¶</a></dt>
1965 <dd><p>Client·arguments·that·are·expected·to·be·int·convertible.</p>1965 <dd><p>Client·arguments·that·are·expected·to·be·int·convertible.</p>
1966 </dd></dl>1966 </dd></dl>
  
1967 <dl·class="attribute">1967 <dl·class="attribute">
1968 <dt·id="tooz.drivers.redis.RedisDriver.CLIENT_LIST_ARGS">1968 <dt·id="tooz.drivers.redis.RedisDriver.CLIENT_LIST_ARGS">
1969 <code·class="descname">CLIENT_LIST_ARGS</code><em·class="property">·=·frozenset({'sentinel_fallback'})</em><a·class="headerlink"·href="#tooz.drivers.redis.RedisDriver.CLIENT_LIST_ARGS"·title="Permalink·to·this·definition">¶</a></dt>1969 <code·class="descname">CLIENT_LIST_ARGS</code><em·class="property">·=·frozenset({'sentinel_fallback'})</em><a·class="headerlink"·href="#tooz.drivers.redis.RedisDriver.CLIENT_LIST_ARGS"·title="Permalink·to·this·definition">¶</a></dt>
1970 <dd><p>Client·arguments·that·are·expected/allowed·to·be·lists.</p>1970 <dd><p>Client·arguments·that·are·expected/allowed·to·be·lists.</p>