Releases: drivendataorg/repro-zipfile
Releases · drivendataorg/repro-zipfile
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
.pyi
stubs file. (Issue #12, PR #17) - Adds Python 3.13 as a supported version.
- Changed
date_time
function to always return the date-time value as 6-tuple ofint
values.
repro-zipfile v0.3.1
rpzip v0.1.1
- Fixed misformatted
--version
output.
repro-zipfile v0.3.0
- Added a
cli
installation 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
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.
repro-zipfile v0.1.0
Initial release! 🎉