--- /srv/reproducible-results/rbuild-debian/r-b-build.g1ca6gwF/b1/pytango_9.3.2-1_armhf.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.g1ca6gwF/b2/pytango_9.3.2-1_armhf.changes ├── Files │ @@ -1,4 +1,4 @@ │ │ - 32759ce21a1cea2aa27d7925dd18d3cd 3133324 doc optional python-tango-doc_9.3.2-1_all.deb │ + 8c846cc60a70d47b4601dfad0d3fd79d 3133316 doc optional python-tango-doc_9.3.2-1_all.deb │ 535a67e8e0a69c4127ace09992058c2b 21390776 debug optional python3-tango-dbgsym_9.3.2-1_armhf.deb │ a5977a9816205cebe09d60a421af0945 1227176 python optional python3-tango_9.3.2-1_armhf.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 5468 2020-12-07 17:26:11.000000 control.tar.xz │ │ --rw-r--r-- 0 0 0 3127664 2020-12-07 17:26:11.000000 data.tar.xz │ │ +-rw-r--r-- 0 0 0 5472 2020-12-07 17:26:11.000000 control.tar.xz │ │ +-rw-r--r-- 0 0 0 3127652 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='4123440560'>
    │ │ │ │ +ExtractAs = <ExtensionMock name='_tango.ExtractAs' id='3036263856'> │ │ │ │
    │ │ │ │ │ │ │ │
    │ │ │ │
    │ │ │ │ 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='4122552880'>)
    │ │ │ │ +decode_gray16(da, extract_as=<ExtensionMock name='_tango.ExtractAs.Numpy' id='3035380272'>) │ │ │ │

    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='4122552880'>)
    │ │ │ │ +decode_gray8(da, extract_as=<ExtensionMock name='_tango.ExtractAs.Numpy' id='3035380272'>) │ │ │ │

    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='4122552880'>)
    │ │ │ │ +decode_rgb32(da, extract_as=<ExtensionMock name='_tango.ExtractAs.Numpy' id='3035380272'>) │ │ │ │

    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='3035380272'>)¶ │ │ │ │ │ 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='3035380272'>)¶ │ │ │ │ │ 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='3035380272'>)¶ │ │ │ │ │ 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 {} │ │ │ │ │ @@ -973,14 +973,16 @@ │ │ │ │ │ "3020300": 25, │ │ │ │ │ "3023686": 25, │ │ │ │ │ "3023857": 25, │ │ │ │ │ "3025396": 25, │ │ │ │ │ "3030399": 25, │ │ │ │ │ "3032005": 25, │ │ │ │ │ "3033476": 25, │ │ │ │ │ + "3035380272": 11, │ │ │ │ │ + "3036263856": 6, │ │ │ │ │ "3039902": 25, │ │ │ │ │ "3048798": 25, │ │ │ │ │ "3060380": 25, │ │ │ │ │ "307": 25, │ │ │ │ │ "3073378": 25, │ │ │ │ │ "3088031": 25, │ │ │ │ │ "310": 25, │ │ │ │ │ @@ -1055,16 +1057,14 @@ │ │ │ │ │ "3574099": 25, │ │ │ │ │ "3576353": 25, │ │ │ │ │ "3579062": 25, │ │ │ │ │ "3586337": 25, │ │ │ │ │ "3598514": 25, │ │ │ │ │ "3607779": 25, │ │ │ │ │ "3rd": 26, │ │ │ │ │ - "4122552880": 11, │ │ │ │ │ - "4123440560": 6, │ │ │ │ │ "440": 25, │ │ │ │ │ "451821": [15, 17, 18], │ │ │ │ │ "456": 9, │ │ │ │ │ "500": 2, │ │ │ │ │ "520": 2, │ │ │ │ │ "527": 25, │ │ │ │ │ "550": 32,