This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author bmwiedemann
Recipients bmwiedemann, dstufft, eric.araujo
Date 2017-03-03.11:36:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488540966.18.0.904677570473.issue29708@psf.upfronthosting.co.za>
In-reply-to
Content
See https://reproducible-builds.org/ and https://reproducible-builds.org/docs/buy-in/ for why this is a good thing to have in general.

Fedora, openSUSE and possibly other Linux distributions package .pyc files as part of their binary rpm packages and they are not trivial to drop [1].

A .pyc header includes the timestamp of the source .py file
which creates non-reproducible builds when the .py file is touched during build time (e.g. for a version.py).
As of 2017-02-10 in openSUSE Factory this affected 476 packages (such as python-amqp and python3-Twisted).


[1] http://lists.opensuse.org/opensuse-packaging/2017-02/msg00086.html
History
Date User Action Args
2017-03-03 11:36:06bmwiedemannsetrecipients: + bmwiedemann, eric.araujo, dstufft
2017-03-03 11:36:06bmwiedemannsetmessageid: <1488540966.18.0.904677570473.issue29708@psf.upfronthosting.co.za>
2017-03-03 11:36:06bmwiedemannlinkissue29708 messages
2017-03-03 11:36:05bmwiedemanncreate