uv/crates/uv-distribution-types/src
Charlie Marsh 170ab1cd7f
Ignore origin when comparing installed tools (#16055)
## Summary

This field gets dropped when you serialize and deserialize, so we should
ignore it when comparing indexes.

Closes https://github.com/astral-sh/uv/issues/16051.
2025-09-29 17:23:18 +00:00
..
annotation.rs Support reading dependency-groups from pyproject.tomls with no project (#13742) 2025-06-13 22:16:48 +00:00
any.rs Update Rust toolchain to 1.89 (#15157) 2025-08-08 13:01:52 +00:00
build_info.rs Reject already-installed wheels built with outdated settings (#15289) 2025-08-15 15:15:55 +00:00
build_requires.rs Avoid erroring when `match-runtime` target is optional (#15671) 2025-09-04 08:34:53 -04:00
buildable.rs Support conflicting editable settings across groups (#14197) 2025-07-17 17:20:21 -05:00
cached.rs Reject already-installed wheels built with outdated settings (#15289) 2025-08-15 15:15:55 +00:00
config_settings.rs Reject already-installed wheels built with outdated settings (#15289) 2025-08-15 15:15:55 +00:00
dependency_metadata.rs Rename `provides_extras` to `provides_extra` (#15825) 2025-09-14 13:27:45 +00:00
diagnostic.rs Add `uv-` prefix to all internal crates (#7853) 2024-10-01 20:15:32 -04:00
dist_error.rs Update Rust toolchain to 1.89 (#15157) 2025-08-08 13:01:52 +00:00
error.rs Add `DisplaySafeUrl` newtype to prevent leaking of credentials by default (#13560) 2025-05-27 00:05:30 +02:00
file.rs Add zstandard support for wheels (#15645) 2025-09-03 01:38:31 +00:00
hash.rs Make the use of `Self` consistent. (#15074) 2025-08-05 20:17:12 +01:00
id.rs Add `DisplaySafeUrl` newtype to prevent leaking of credentials by default (#13560) 2025-05-27 00:05:30 +02:00
index.rs Ignore origin when comparing installed tools (#16055) 2025-09-29 17:23:18 +00:00
index_name.rs Make the use of `Self` consistent. (#15074) 2025-08-05 20:17:12 +01:00
index_url.rs Add S3 request signing (#15925) 2025-09-22 23:59:52 +00:00
installed.rs Cache `WHEEL` and `METADATA` reads in installed distributions (#15489) 2025-08-25 13:40:20 +00:00
known_platform.rs Make the use of `Self` consistent. (#15074) 2025-08-05 20:17:12 +01:00
lib.rs Reject already-installed wheels built with outdated settings (#15289) 2025-08-15 15:15:55 +00:00
origin.rs Pass around index with associated metadata (#12406) 2025-03-24 10:15:49 -04:00
pip_index.rs Fix optional cfg gates (#14448) 2025-07-03 15:29:03 -05:00
prioritized_distribution.rs Fix implied `platform_machine` marker for `win_arm64` platform tag (#15921) 2025-09-17 19:33:59 -04:00
requested.rs Update Rust toolchain to 1.89 (#15157) 2025-08-08 13:01:52 +00:00
requirement.rs additional use of Self, remove * and & where not needed (#15091) 2025-08-05 15:19:56 -05:00
requires_python.rs Make the use of `Self` consistent. (#15074) 2025-08-05 20:17:12 +01:00
resolution.rs Rename `Dev` to `Group` internally (#15557) 2025-08-27 18:35:43 +00:00
resolved.rs Allow registries to pre-provide core metadata (#15644) 2025-09-03 00:56:29 +00:00
specified_requirement.rs Use a boxed slice for extras and groups (#12391) 2025-03-22 11:53:36 -04:00
status_code_strategy.rs Make the use of `Self` consistent. (#15074) 2025-08-05 20:17:12 +01:00
traits.rs Update Rust toolchain to 1.89 (#15157) 2025-08-08 13:01:52 +00:00