mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-20 23:31:54 +00:00
![]() The `RequirementsTxtComparator` was written assuming there is one distribution per package name. This changed with the universal resolution, which allows multiple versions or urls for the same package name. The sorting we emitted for these new entries was incidental. With this change, we properly sort these entries by name, version and then url in universal mode. This is an output format change for `--universal` users. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |