conda / conda-package-handling

Create and extract conda packages of various formats
https://conda.github.io/conda-package-handling/
BSD 3-Clause "New" or "Revised" License
26 stars 37 forks source link

Include details of 2.0 changes in CHANGELOG/README #166

Closed dholth closed 1 year ago

dholth commented 1 year ago

Checklist

What happened?

If the .conda has info- as its last file unzip -l x.conda, it was produced by version 2. Those files will also have the minimum timestamp for ZIP. So far conda-forge isn’t producing those yet (I looked at fractopo-0.5.1-pyhd8ed1ab_0.conda). The embedded tarfiles no longer include uid/gid/username/groupname, but they still include the current timestamp.

Follow up question should we support a SOURCE_DATE_EPOCH for the timestamps, instead of going with what the filesystem said

Conda Info

No response

Conda Config

No response

Conda list

No response

Additional Context

No response