uv/crates/puffin-resolver
Charlie Marsh 0374000ec0
Normalize extras when evaluating PEP 508 markers (#915)
## Summary

We always normalize extra names in our requirements (e.g., `cuda12_pip`
to `cuda12-pip`), but we weren't normalizing within PEP 508 markers,
which meant we ended up comparing `cuda12-pip` (normalized) against
`cuda12_pip` (unnormalized).

Closes https://github.com/astral-sh/puffin/issues/911.
2024-01-14 17:16:54 +00:00
..
src Normalize extras when evaluating PEP 508 markers (#915) 2024-01-14 17:16:54 +00:00
tests Add hashes to pip-compile output (#894) 2024-01-12 12:44:19 -05:00
Cargo.toml Remove incompatibilities from index (#905) 2024-01-13 02:57:15 +00:00