- Fixed bug that caused timestamps set by
SOURCE_DATE_EPOCH
to be affected by the local system timezone. It now always uses UTC. (PR #8 from @thatch)
- Added a
cli
installation extra for installing the rpzip package, which includes a command-line program
- Changed
ReproducibleZipFile
to also overwrite file-system permissions with fixed values. These default to0o644
(rw-r--r--
) for files and0o755
(rwxr-xr-x
) for directories. - Added support for
REPRO_ZIPFILE_FILE_MODE
andREPRO_ZIPFILE_DIR_MODE
environment variables for overriding the fixed file and directory permission values.
Initial release! 🎉