After generating my first wheel using poetry, I checked the content of the wheel file with unzip and found that the dates of all files were set to 1980-01-01 00:00, with the exception of the generated file RECORD, which was set to 2016-01-01 00:00. I am running version 1.3.2 installed on Linux Mint via apt.
I checked if the zipfile module on my Python installation has the same problem, and it does not. I also checked if "python -m build" has the same problem, and it does not.
Description
After generating my first wheel using poetry, I checked the content of the wheel file with unzip and found that the dates of all files were set to 1980-01-01 00:00, with the exception of the generated file RECORD, which was set to 2016-01-01 00:00. I am running version 1.3.2 installed on Linux Mint via apt.
I checked if the zipfile module on my Python installation has the same problem, and it does not. I also checked if "python -m build" has the same problem, and it does not.
Workarounds
I don't know of any workarounds.
Poetry Installation Method
system package manager (eg: dnf, apt etc.)
Operating System
Mint LMDE 6 (basically Debian Bookworm)
Poetry Version
Poetry (version 1.3.2)
Poetry Configuration
Python Sysconfig
No response
Example pyproject.toml
No response
Poetry Runtime Logs