guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#68394] [PATCH python-team] gnu: python: Make the build reproducible


From: Lars-Dominik Braun
Subject: [bug#68394] [PATCH python-team] gnu: python: Make the build reproducible.
Date: Fri, 12 Jan 2024 08:39:20 +0100

Hi,

> +                 (substitute* file
> +                   (("^        for file in py_files:\n$")
> +                    "        for file in sorted(py_files):\n"))

as far as I understand this change was rejected from upstream Python,
see https://github.com/python/cpython/pull/8057, and instead this is
the accepted (and merged) solution:
https://github.com/python/cpython/pull/8226
That patch is also used by Debian.

Cheers,
Lars






reply via email to

[Prev in Thread] Current Thread [Next in Thread]