We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01ebaef commit aeb80e3Copy full SHA for aeb80e3
crates/uv-client/src/html.rs
@@ -188,7 +188,7 @@ impl SimpleHtml {
188
requires_python,
189
hashes,
190
filename: filename.to_string(),
191
- url: href.to_string(),
+ url: decoded.to_string(),
192
size: None,
193
upload_time: None,
194
})
@@ -443,7 +443,7 @@ mod tests {
443
requires_python: None,
444
445
446
- url: "/whl/Jinja2-3.1.2+233fca715f49-py3-none-any.whl#sha256=6088930bfe239f0e6710546ab9c19c9ef35e29792895fed6e6e31a023a182a61",
+ url: "/whl/Jinja2-3.1.2+233fca715f49-py3-none-any.whl#sha256=6088930bfe239f0e6710546ab9c19c9ef35e29792895fed6e6e31a023a182a61",
447
yanked: None,
448
},
449
],
0 commit comments