Rename provides_extras to provides_extra (#15825)

## Summary

This is now consistent with `requires_dist` (singular).
This commit is contained in:
Charlie Marsh 2025-09-14 09:27:45 -04:00 committed by GitHub
parent 312084f2dd
commit b770639c91
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
32 changed files with 94 additions and 96 deletions

View file

@ -1002,7 +1002,7 @@ impl CacheBucket {
Self::Interpreter => "interpreter-v4",
// Note that when bumping this, you'll also need to bump it
// in `crates/uv/tests/it/cache_clean.rs`.
Self::Simple => "simple-v17",
Self::Simple => "simple-v18",
// Note that when bumping this, you'll also need to bump it
// in `crates/uv/tests/it/cache_prune.rs`.
Self::Wheels => "wheels-v5",