Releases: drivendataorg/repro-zipfile
Releases · drivendataorg/repro-zipfile
repro-zipfile v0.4.1
v0.4.1 (2025-10-05)
- Added Python 3.14 as a supported version.
- Removed the
Incompletetype annotation forstart_dirattribute onReproducibleZipFile(e00f981).
rpzip v0.1.3
- Added Python 3.14 as a supported version.
rpzip v0.1.2
repro-zipfile v0.4.0
v0.4.0 (2025-03-20)
- Adds support for type checking per PEP 561 specification. This is implemented through a
.pyistubs file. (Issue #12, PR #17) - Adds Python 3.13 as a supported version.
- Changed
date_timefunction to always return the date-time value as 6-tuple ofintvalues.
repro-zipfile v0.3.1
rpzip v0.1.1
- Fixed misformatted
--versionoutput.
repro-zipfile v0.3.0
- Added a
cliinstallation extra for installing the rpzip package, which includes a command-line program
rpzip v0.1.0
Initial release of rpzip! 🎉
repro-zipfile v0.2.0
- Changed
ReproducibleZipFileto 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_MODEandREPRO_ZIPFILE_DIR_MODEenvironment variables for overriding the fixed file and directory permission values.
repro-zipfile v0.1.0
Initial release! 🎉