Notes for python-av - reproducible builds result

Version annotated: 8.0.1-1
Identified issues:
Identifier: random_hashes_in_cython_output
Description Cython generates .c/.cpp code from a Python-like syntax. Some of it is has
random numbers in it.
Comments: Has (at least) a nondeterminstic order in which it assembles CFLAGS and LDFLAGS so that it is going to be linking in an nondeterminstic order. Can't immediately see what's happening in setup.py
 

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).