bpo-34033: distutils: byte_compile() sort files by vstinner · Pull Request #8057 · python/cpython

@vstinner

To get reproducible builds, byte_compile() of distutils.util now
sorts filenames.

Patch coming from OpenSUSE: distutils-reproducible-compile.patch.

Co-Authored-By: Bernhard M. Wiedemann <bernhard@zq1.de>

@vstinner vstinner changed the title bpo-29708: distutils: byte_compile() sort files bpo-34033: distutils: byte_compile() sort files

Jul 3, 2018

bmwiedemann pushed a commit to bmwiedemann/openSUSE that referenced this pull request

Aug 10, 2022
https://build.opensuse.org/request/show/994298
by user dirkmueller + dimstar_suse
- skip subversion tests, not that relevant to pull in
  dozens of dependencies into small bootstrap

- Add distutils-reproducible-compile.patch to make installed
  files ordered correctly and thus builds reproducible again
  (port of the fix for bpo#29708 and gh#python/cpython#8057).