uv/crates/install-wheel-rs/src
Charlie Marsh 492ffbf997
Loosen `.dist-info` validation to accept arbitrary versions (#2441)
## Summary

It turns out that pip does _not_ validate the normalization of the
version specifier in the `.dist-info` directory. In particular, it seems
that some tools replace the `+` in a local version segment with a `_`.

Closes https://github.com/astral-sh/uv/issues/2424.
2024-03-14 09:04:39 -04:00
..
lib.rs Loosen `.dist-info` validation to accept arbitrary versions (#2441) 2024-03-14 09:04:39 -04:00
linker.rs Loosen `.dist-info` validation to accept arbitrary versions (#2441) 2024-03-14 09:04:39 -04:00
metadata.rs Loosen `.dist-info` validation to accept arbitrary versions (#2441) 2024-03-14 09:04:39 -04:00
record.rs Remove some unused code from `install-wheel-rs` (#2001) 2024-02-27 04:27:25 +00:00
script.rs Future-proof pip entrypoints special case (#1982) 2024-03-01 10:05:50 +01:00
uninstall.rs Close `RECORD` after reading entries during uninstall (#2259) 2024-03-07 04:35:22 +00:00
wheel.rs Write relative paths for scripts in data directory (#2348) 2024-03-10 23:02:02 +00:00