--- /srv/reproducible-results/rbuild-debian/r-b-build.W4qvcUFe/b1/pytango_9.3.2-1_i386.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.W4qvcUFe/b2/pytango_9.3.2-1_i386.changes ├── Files │ @@ -1,4 +1,4 @@ │ │ - 80f9ae0757c95f4b3163b1c037f46682 3133308 doc optional python-tango-doc_9.3.2-1_all.deb │ + c146c71ac4795368e36482f69e3e8106 3133328 doc optional python-tango-doc_9.3.2-1_all.deb │ 6c23c74a09f99b05d9e6c2467dc4f526 21370796 debug optional python3-tango-dbgsym_9.3.2-1_i386.deb │ d1d6c6fb5b79c3dd6f7c10336da079e0 1403948 python optional python3-tango_9.3.2-1_i386.deb ├── python-tango-doc_9.3.2-1_all.deb │ ├── file list │ │ @@ -1,3 +1,3 @@ │ │ -rw-r--r-- 0 0 0 4 2020-12-07 17:26:11.000000 debian-binary │ │ --rw-r--r-- 0 0 0 5472 2020-12-07 17:26:11.000000 control.tar.xz │ │ --rw-r--r-- 0 0 0 3127644 2020-12-07 17:26:11.000000 data.tar.xz │ │ +-rw-r--r-- 0 0 0 5476 2020-12-07 17:26:11.000000 control.tar.xz │ │ +-rw-r--r-- 0 0 0 3127660 2020-12-07 17:26:11.000000 data.tar.xz │ ├── control.tar.xz │ │ ├── control.tar │ │ │ ├── ./md5sums │ │ │ │ ├── ./md5sums │ │ │ │ │┄ Files differ │ ├── data.tar.xz │ │ ├── data.tar │ │ │ ├── ./usr/share/doc/python-tango-doc/html/client_api/miscellaneous.html │ │ │ │ @@ -612,15 +612,15 @@ │ │ │ │
  • get_date

  • │ │ │ │
  • get_err_stack

  • │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │
    │ │ │ │
    │ │ │ │ -ExtractAs = <ExtensionMock name='_tango.ExtractAs' id='3042887328'>
    │ │ │ │ +ExtractAs = <ExtensionMock name='_tango.ExtractAs' id='4116285088'> │ │ │ │
    │ │ │ │ │ │ │ │
    │ │ │ │
    │ │ │ │ get_date(self)TimeVal
    │ │ │ │
    │ │ │ │

    Get the time at which the attribute was read by the server.

    │ │ │ │ ├── html2text {} │ │ │ │ │ @@ -313,15 +313,15 @@ │ │ │ │ │ * r_rimension : (tuple) Attribute read dimensions. │ │ │ │ │ * w_dimension : (tuple) Attribute written dimensions. │ │ │ │ │ * nb_read : (int) attribute read total length │ │ │ │ │ * nb_written : (int) attribute written total length │ │ │ │ │ And two methods: │ │ │ │ │ * get_date │ │ │ │ │ * get_err_stack │ │ │ │ │ - ExtractAs= ¶ │ │ │ │ │ + ExtractAs= ¶ │ │ │ │ │ get_date(self) → TimeVal¶ │ │ │ │ │ Get the time at which the attribute was read by the │ │ │ │ │ server. │ │ │ │ │ Note: It’s the same as reading the “time” │ │ │ │ │ attribute. │ │ │ │ │ Parameters │ │ │ │ │ None │ │ │ ├── ./usr/share/doc/python-tango-doc/html/encoded.html │ │ │ │ @@ -185,15 +185,15 @@ │ │ │ │

    Encoded API

    │ │ │ │

    This feature is only possible since PyTango 7.1.4

    │ │ │ │
    │ │ │ │
    │ │ │ │ class tango.EncodedAttribute(*args, **kwargs)
    │ │ │ │
    │ │ │ │
    │ │ │ │ -decode_gray16(da, extract_as=<ExtensionMock name='_tango.ExtractAs.Numpy' id='3042007840'>)
    │ │ │ │ +decode_gray16(da, extract_as=<ExtensionMock name='_tango.ExtractAs.Numpy' id='4115401504'>) │ │ │ │

    Decode a 16 bits grayscale image (GRAY16) and returns a 16 bits gray scale image.

    │ │ │ │
    │ │ │ │
    │ │ │ │
    param da
    │ │ │ │

    DeviceAttribute that contains the image

    │ │ │ │
    │ │ │ │
    type da
    │ │ │ │ @@ -235,15 +235,15 @@ │ │ │ │
    │ │ │ │
    │ │ │ │ │ │ │ │
    │ │ │ │ │ │ │ │
    │ │ │ │
    │ │ │ │ -decode_gray8(da, extract_as=<ExtensionMock name='_tango.ExtractAs.Numpy' id='3042007840'>)
    │ │ │ │ +decode_gray8(da, extract_as=<ExtensionMock name='_tango.ExtractAs.Numpy' id='4115401504'>) │ │ │ │

    Decode a 8 bits grayscale image (JPEG_GRAY8 or GRAY8) and returns a 8 bits gray scale image.

    │ │ │ │
    │ │ │ │
    │ │ │ │
    param da
    │ │ │ │

    DeviceAttribute that contains the image

    │ │ │ │
    │ │ │ │
    type da
    │ │ │ │ @@ -285,15 +285,15 @@ │ │ │ │
    │ │ │ │ │ │ │ │ │ │ │ │
    │ │ │ │ │ │ │ │
    │ │ │ │
    │ │ │ │ -decode_rgb32(da, extract_as=<ExtensionMock name='_tango.ExtractAs.Numpy' id='3042007840'>)
    │ │ │ │ +decode_rgb32(da, extract_as=<ExtensionMock name='_tango.ExtractAs.Numpy' id='4115401504'>) │ │ │ │

    Decode a color image (JPEG_RGB or RGB24) and returns a 32 bits RGB image.

    │ │ │ │
    │ │ │ │
    │ │ │ │
    param da
    │ │ │ │

    DeviceAttribute that contains the image

    │ │ │ │
    │ │ │ │
    type da
    │ │ │ │ ├── html2text {} │ │ │ │ │ @@ -39,15 +39,15 @@ │ │ │ │ │ * PyTango_API » │ │ │ │ │ * Encoded API │ │ │ │ │ =============================================================================== │ │ │ │ │ ****** Encoded API¶ ****** │ │ │ │ │ This feature is only possible since PyTango 7.1.4 │ │ │ │ │ classtango.EncodedAttribute(*args, **kwargs)¶ │ │ │ │ │ decode_gray16(da, extract_as=)¶ │ │ │ │ │ + name='_tango.ExtractAs.Numpy' id='4115401504'>)¶ │ │ │ │ │ Decode a 16 bits grayscale image (GRAY16) and returns a 16 bits │ │ │ │ │ gray scale image. │ │ │ │ │ param da │ │ │ │ │ DeviceAttribute that contains the image │ │ │ │ │ type da │ │ │ │ │ DeviceAttribute │ │ │ │ │ param extract_as │ │ │ │ │ @@ -72,15 +72,15 @@ │ │ │ │ │ DOESN’T extract the contents. Example: │ │ │ │ │ dev = tango.DeviceProxy("a/b/c") │ │ │ │ │ da = dev.read_attribute("my_attr", │ │ │ │ │ extract_as=tango.ExtractAs.Nothing) │ │ │ │ │ enc = tango.EncodedAttribute() │ │ │ │ │ data = enc.decode_gray16(da) │ │ │ │ │ decode_gray8(da, extract_as=)¶ │ │ │ │ │ + name='_tango.ExtractAs.Numpy' id='4115401504'>)¶ │ │ │ │ │ Decode a 8 bits grayscale image (JPEG_GRAY8 or GRAY8) and returns a │ │ │ │ │ 8 bits gray scale image. │ │ │ │ │ param da │ │ │ │ │ DeviceAttribute that contains the image │ │ │ │ │ type da │ │ │ │ │ DeviceAttribute │ │ │ │ │ param extract_as │ │ │ │ │ @@ -105,15 +105,15 @@ │ │ │ │ │ DOESN’T extract the contents. Example: │ │ │ │ │ dev = tango.DeviceProxy("a/b/c") │ │ │ │ │ da = dev.read_attribute("my_attr", │ │ │ │ │ extract_as=tango.ExtractAs.Nothing) │ │ │ │ │ enc = tango.EncodedAttribute() │ │ │ │ │ data = enc.decode_gray8(da) │ │ │ │ │ decode_rgb32(da, extract_as=)¶ │ │ │ │ │ + name='_tango.ExtractAs.Numpy' id='4115401504'>)¶ │ │ │ │ │ Decode a color image (JPEG_RGB or RGB24) and returns a 32 bits RGB │ │ │ │ │ image. │ │ │ │ │ param da │ │ │ │ │ DeviceAttribute that contains the image │ │ │ │ │ type da │ │ │ │ │ DeviceAttribute │ │ │ │ │ param extract_as │ │ │ ├── ./usr/share/doc/python-tango-doc/html/searchindex.js │ │ │ │ ├── js-beautify {} │ │ │ │ │ @@ -974,16 +974,14 @@ │ │ │ │ │ "3023686": 25, │ │ │ │ │ "3023857": 25, │ │ │ │ │ "3025396": 25, │ │ │ │ │ "3030399": 25, │ │ │ │ │ "3032005": 25, │ │ │ │ │ "3033476": 25, │ │ │ │ │ "3039902": 25, │ │ │ │ │ - "3042007840": 11, │ │ │ │ │ - "3042887328": 6, │ │ │ │ │ "3048798": 25, │ │ │ │ │ "3060380": 25, │ │ │ │ │ "307": 25, │ │ │ │ │ "3073378": 25, │ │ │ │ │ "3088031": 25, │ │ │ │ │ "310": 25, │ │ │ │ │ "3102776": 25, │ │ │ │ │ @@ -1057,14 +1055,16 @@ │ │ │ │ │ "3574099": 25, │ │ │ │ │ "3576353": 25, │ │ │ │ │ "3579062": 25, │ │ │ │ │ "3586337": 25, │ │ │ │ │ "3598514": 25, │ │ │ │ │ "3607779": 25, │ │ │ │ │ "3rd": 26, │ │ │ │ │ + "4115401504": 11, │ │ │ │ │ + "4116285088": 6, │ │ │ │ │ "440": 25, │ │ │ │ │ "451821": [15, 17, 18], │ │ │ │ │ "456": 9, │ │ │ │ │ "500": 2, │ │ │ │ │ "520": 2, │ │ │ │ │ "527": 25, │ │ │ │ │ "550": 32,