uv/crates/uv-distribution-filename
Charlie Marsh e70cf25ea7
Fix .tgz parsing to respect true extension (#13382)
## Summary

We mapped both `.tgz` and `.tar.gz` to the same enum variant; later,
though, we made the assumption that a file marked with that variant
ended with exactly `.tar.gz`. Instead, we need to preserve the
originating suffix.

Closes https://github.com/astral-sh/uv/issues/13372.
2025-05-10 20:55:28 +00:00
..
src Fix .tgz parsing to respect true extension (#13382) 2025-05-10 20:55:28 +00:00
Cargo.toml Use hash instead of full wheel name in wheels bucket (#11738) 2025-02-26 22:41:57 +00:00