mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-27 02:17:08 +00:00
## Summary This PR adds a `DistExtension` field to some of our distribution types, which requires that we validate that the file type is known and supported when parsing (rather than when attempting to unzip). It removes a bunch of extension parsing from the code too, in favor of doing it once upfront. Closes https://github.com/astral-sh/uv/issues/5858. |
||
|---|---|---|
| .. | ||
| vendor | ||
| error.rs | ||
| hash.rs | ||
| lib.rs | ||
| stream.rs | ||
| sync.rs | ||
| tar.rs | ||