While using meson-python in (a couple of) python packages, I noticed the files stored in the archive have no valid timestamps (they are all 01/01/1970). The archive is obtained with a python -m build --sdist.
silx-kit/fabio#540
silx-kit/pyFAI#1917
@picca, who packages the software for debian, reported this feature breaks the automatic packaging.
I quickly investigated, and both git archive and meson dist produce archive with valid timestamps for packaged files.
While using meson-python in (a couple of) python packages, I noticed the files stored in the archive have no valid timestamps (they are all 01/01/1970). The archive is obtained with a
python -m build --sdist.silx-kit/fabio#540
silx-kit/pyFAI#1917
@picca, who packages the software for debian, reported this feature breaks the automatic packaging.
I quickly investigated, and both
git archiveandmeson distproduce archive with valid timestamps for packaged files.