uv/crates/pypi-types/src
Charlie Marsh 9a80dfeed4
Assume `git+` prefix when URLs end in `.git` (#5868)
## Summary

Right now, this applies _everywhere_, so the following also works:

```
pip install "elmer-circuitbuilder @ https://github.com/ElmerCSC/elmer_circuitbuilder.git"
```

I actually think that's ok?

Closes https://github.com/astral-sh/uv/issues/5866.
2024-08-07 15:50:36 +00:00
..
base_url.rs Remove some unused `pub` functions (#3872) 2024-05-28 15:58:13 +00:00
direct_url.rs Use hasher to compute resolution hash (#5495) 2024-07-26 23:24:09 +00:00
lenient_requirement.rs Upgrade to Rust 1.80.0 (#5472) 2024-07-27 01:49:47 +00:00
lib.rs Add support for `tool.uv` into distribution building (#3904) 2024-05-31 02:42:03 +00:00
metadata.rs Use existing METADATA parser in wheel installer (#5508) 2024-07-27 14:38:16 -04:00
parsed_url.rs Assume `git+` prefix when URLs end in `.git` (#5868) 2024-08-07 15:50:36 +00:00
requirement.rs Avoid panic when re-locking with precise commit (#5863) 2024-08-07 10:56:15 -04:00
scheme.rs Query interpreter to determine correct `virtualenv` paths (#2188) 2024-03-05 16:13:24 -05:00
simple_json.rs Use hasher to compute resolution hash (#5495) 2024-07-26 23:24:09 +00:00