Skip to content

Releases: drivendataorg/repro-zipfile

rpzip v0.1.2

27 Jul 04:03
9c3d99f
Compare
Choose a tag to compare
  • Fixed inconsistency with zip with output file suffixes. rpzip now only adds a .zip suffix if the output file does not have a suffix already. Previously, an existing suffix would be replaced by .zip. (Issue #21, PR #22 contributed by @Freed-Wu)

repro-zipfile v0.4.0

21 Mar 03:53
8ea40f5
Compare
Choose a tag to compare

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 of int values.

repro-zipfile v0.3.1

02 Feb 06:25
7bc64a8
Compare
Choose a tag to compare
  • 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)

rpzip v0.1.1

02 Feb 05:50
b89b7df
Compare
Choose a tag to compare
  • Fixed misformatted --version output.

repro-zipfile v0.3.0

28 Jan 05:34
b5c4188
Compare
Choose a tag to compare
  • Added a cli installation extra for installing the rpzip package, which includes a command-line program

rpzip v0.1.0

28 Jan 05:09
8cb043c
Compare
Choose a tag to compare

Initial release of rpzip! 🎉

repro-zipfile v0.2.0

08 Jan 17:22
a75424e
Compare
Choose a tag to compare
  • Changed ReproducibleZipFile to also overwrite file-system permissions with fixed values. These default to 0o644 (rw-r--r--) for files and 0o755 (rwxr-xr-x) for directories.
  • Added support for REPRO_ZIPFILE_FILE_MODE and REPRO_ZIPFILE_DIR_MODE environment variables for overriding the fixed file and directory permission values.

repro-zipfile v0.1.0

13 Aug 00:35
Compare
Choose a tag to compare

Initial release! 🎉