Skip to content

Releases: drivendataorg/repro-zipfile

repro-zipfile v0.4.1

05 Oct 23:00
886aa40

Choose a tag to compare

v0.4.1 (2025-10-05)

  • Added Python 3.14 as a supported version.
  • Removed the Incomplete type annotation for start_dir attribute on ReproducibleZipFile (e00f981).

rpzip v0.1.3

05 Oct 23:09
886aa40

Choose a tag to compare

  • Added Python 3.14 as a supported version.

rpzip v0.1.2

27 Jul 04:03
9c3d99f

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

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

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

Choose a tag to compare

  • Fixed misformatted --version output.

repro-zipfile v0.3.0

28 Jan 05:34
b5c4188

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

Choose a tag to compare

Initial release of rpzip! 🎉

repro-zipfile v0.2.0

08 Jan 17:22
a75424e

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

Choose a tag to compare

Initial release! 🎉