uv/crates/uv-distribution/src
Zanie Blue 0b08ba1e67
Rename `uv-traits` and split into separate modules (#2674)
This is driving me a little crazy and is becoming a larger problem in
#2596 where I need to move more types (like `Upgrade` and `Reinstall`)
into this crate. Anything that's shared across our core resolver,
install, and build crates needs to be defined in this crate to avoid
cyclic dependencies. We've outgrown it being a single file with some
shared traits.

There are no behavioral changes here.
2024-03-26 15:39:43 -05:00
..
index Enable PEP 517 builds for unnamed requirements (#2600) 2024-03-21 22:46:39 -04:00
source Rename `uv-traits` and split into separate modules (#2674) 2024-03-26 15:39:43 -05:00
distribution_database.rs Rename `uv-traits` and split into separate modules (#2674) 2024-03-26 15:39:43 -05:00
download.rs Add `Seek` fallback for zip files (#2320) 2024-03-10 11:39:28 -04:00
error.rs Add support for unnamed Git and HTTP requirements (#2578) 2024-03-21 13:44:54 +00:00
lib.rs Add support for unnamed Git and HTTP requirements (#2578) 2024-03-21 13:44:54 +00:00
locks.rs Rename to `uv` (#1302) 2024-02-15 11:19:46 -06:00
reporter.rs Use PEP 517 build hooks to resolve unnamed requirements (#2604) 2024-03-22 03:20:40 +00:00
unzip.rs Remove `spawn_blocking` from version map (#1966) 2024-02-26 09:44:24 +00:00