uv/crates/uv-distribution/src
Zanie Blue 359f39ca0f
Avoid displaying "failed to download" on build failures for local source distributions (#6075)
Especially with workspace members (e.g., [this new test
case](https://github.com/astral-sh/uv/pull/6073/files#diff-273076013b4f5a8139defd5dcd24f5d1eb91c0266dceb4448fdeddceb79f7738R1377-R1379)),
I find it very confusing that we say we failed to download these
distributions.
2024-08-14 17:27:55 -05:00
..
index Retain editable designation for cached wheel installs (#5545) 2024-07-28 22:39:48 -04:00
metadata Resolve relative tool.uv.sources relative to containing project (#6045) 2024-08-12 17:14:13 -04:00
source Avoid displaying "failed to download" on build failures for local source distributions (#6075) 2024-08-14 17:27:55 -05:00
archive.rs Store IDs rather than paths in the cache (#2985) 2024-04-10 21:07:51 -04:00
distribution_database.rs Support relative path wheels (#5969) 2024-08-09 21:57:16 +00:00
download.rs Add hash-checking support to install and sync (#2945) 2024-04-10 19:09:03 +00:00
error.rs Avoid displaying "failed to download" on build failures for local source distributions (#6075) 2024-08-14 17:27:55 -05:00
lib.rs Support tool.uv in PEP 723 scripts (#5990) 2024-08-09 23:11:10 -04:00
locks.rs Remove unnecessary uses of DashMap and Arc (#3413) 2024-05-06 22:30:43 -04:00
reporter.rs Concurrent progress bars (#3252) 2024-05-27 01:21:07 +00:00