diff options
| author | Alex Grönholm <alex.gronholm@nextday.fi> | 2022-10-20 17:31:51 +0300 |
|---|---|---|
| committer | Alex Grönholm <alex.gronholm@nextday.fi> | 2022-10-20 17:35:11 +0300 |
| commit | ef6b4027e74a8271d89ee44b38e43e273882ef77 (patch) | |
| tree | c2945778d95621fa3c3cd7ce09d6594c8ccd2343 /docs | |
| parent | 88f02bc335d5404991e532e7f3b0fc80437bf4e0 (diff) | |
| download | wheel-git-fix-411.tar.gz | |
Fixed pre-1980 file timestamps raising ValueErrorfix-411
Fixes #418.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/news.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/news.rst b/docs/news.rst index fb5b16b..3d43105 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -10,6 +10,9 @@ Release Notes values) is now delegated to ``setuptools>=57.0.0`` (#466). The package dependencies were updated to reflect this change. - Fixed potential DoS attack via the ``WHEEL_INFO_RE`` regular expression +- Fixed ``ValueError: ZIP does not support timestamps before 1980`` when using + ``SOURCE_DATE_EPOCH=0`` or when on-disk timestamps are earlier than 1980-01-01. Such + timestamps are now changed to the minimum value before packaging. **0.37.1 (2021-12-22)** |
