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 bign8
Recipients bign8
Date 2021-10-02.00:10:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1633133431.67.0.788780206005.issue45344@roundup.psfhosted.org>
In-reply-to
Content
I have a small patch that would make zipapp respect SOURCE_DATE_EPOCH.  This will ensure the zip bundles created by zipapp have consistent hashes regardless of when the source files were last touched.  This idea came to my attention recently when I came across: https://reproducible-builds.org/

I can convert my changes to a PR if it's deemed interesting or useful, but I would like to respect the core maintainers time.  Please let me know if these changes are not desired or not worth while and I'll seek to find somewhere else to put them.

Also, I'm completely new here, so I apologize if there is anything I'm doing against protocol. I didn't find any issues in the tracker pertaining to this, and it seemed small and contained enough to be something I could try out.

Hopefully this issue finds the maintainers well.
History
Date User Action Args
2021-10-02 00:10:31bign8setrecipients: + bign8
2021-10-02 00:10:31bign8setmessageid: <1633133431.67.0.788780206005.issue45344@roundup.psfhosted.org>
2021-10-02 00:10:31bign8linkissue45344 messages
2021-10-02 00:10:31bign8create