uv/crates/distribution-filename/src
Charlie Marsh 44592681a0
Represent build tag as u64 (#4253)
## Summary

The build tags in this case are like, e.g., `202206090410`. That's
larger than a `u32`, so we're rejecting the wheel. In theory build tags
could be even larger, but we already use `u64` for version segment so I
think it's fine to keep that constraint here.

I'm going to look into surfacing these errors separately.

Closes https://github.com/astral-sh/uv/issues/4252.

## Test Plan

`cargo run pip install monailabel`
2024-06-11 21:40:08 +00:00
..
snapshots Represent build tag as u64 (#4253) 2024-06-11 21:40:08 +00:00
build_tag.rs Represent build tag as u64 (#4253) 2024-06-11 21:40:08 +00:00
lib.rs Incorporate build tag into wheel prioritization (#3781) 2024-05-23 21:12:53 +00:00
source_dist.rs require serde and rkyv everywhere; remove optional serde and rkyv features (#3345) 2024-05-03 10:21:03 -04:00
wheel.rs Represent build tag as u64 (#4253) 2024-06-11 21:40:08 +00:00