Repro-zipfile

Latest version: v0.3.1

Safety actively analyzes 624093 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.3.1

- 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](https://github.com/drivendataorg/repro-zipfile/pull/8) from [thatch](https://github.com/thatch))


cli-v0.1.1
- Fixed misformatted `--version` output.

0.3.0

- Added a `cli` installation extra for installing the rpzip package, which includes a command-line program


cli-v0.1.0
Initial release of rpzip! 🎉

0.2.0

- 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.

0.1.0

Initial release! 🎉

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.