Hmm, ok, I see what's going on here. Upstream (that's me) recently converted from Poetry v1 to v2. Poetry v2 seems to be generating the sdist .tar.gz file with all epoch timestamps, which is a rather surprising behavior. I filed a bug with Poetry (https://github.com/python-poetry/poetry/issues/10083). In the meantime, it looks like I can work around the problem using `SOURCE_DATE_EPOCH=$(date +%s) poetry build`, so depending on what I hear back, I may do an interim release of Cedar Backup with a corrected sdist.
Ken -- Kenneth J. Pronovici <[email protected]>

