Notes for sumo - reproducible builds result

Version annotated: 0.25.0+dfsg1-3
Identified issues:
Identifier: randomness_in_documentation_generated_by_epydoc
URL https://wiki.debian.org/ReproducibleBuilds/EpydocIssues
Description Epydoc will add timestamps to the HTML file it produces. It can also generates
different class index depending on filesystem ordering. It might also output
references to object with a memory address.
Related bugs:
https://bugs.debian.org/827416
Comments: Python pydoc HTML documentation includes the repr() of a lambda function, which includes its id(), which is its memory address.

>>> repr(lambda: ...)
' at 0x7f447ab28bf8>'
 

Our notes about issues affecting packages are stored in notes.git and are targeted at packages in Debian in 'unstable/amd64' (unless they say otherwise).