mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-20 03:49:54 +00:00
Remove URL encoding when determining file name (#1555)
## Summary Closes https://github.com/astral-sh/uv/issues/1553.
This commit is contained in:
parent
6392961f44
commit
9e0336c28a
7 changed files with 52 additions and 27 deletions
|
|
@ -96,7 +96,7 @@ impl<'a, T: BuildContext> SourceDistCachedBuilder<'a, T> {
|
|||
|
||||
self.url(
|
||||
source_dist,
|
||||
filename,
|
||||
&filename,
|
||||
&url,
|
||||
&cache_shard,
|
||||
subdirectory.as_deref(),
|
||||
|
|
@ -177,7 +177,7 @@ impl<'a, T: BuildContext> SourceDistCachedBuilder<'a, T> {
|
|||
|
||||
self.url_metadata(
|
||||
source_dist,
|
||||
filename,
|
||||
&filename,
|
||||
&url,
|
||||
&cache_shard,
|
||||
subdirectory.as_deref(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue