uv/scripts
Charlie Marsh 2ac562b40d
Respect --no-build and --no-binary in --find-links (#2826)
## Summary

In working on `--require-hashes`, I noticed that we're missing some
incompatibility tracking for `--find-links` distributions. Specifically,
we don't respect `--no-build` or `--no-binary`, so if we select a wheel
due to `--find-links`, we then throw a hard error when trying to build
it later (if `--no-binary` is provided), rather than selecting the
source distribution instead.

Closes https://github.com/astral-sh/uv/issues/2827.
2024-04-05 02:00:39 +00:00
..
bench Fast lint CI job: Rustfmt, Prettier, Ruff (#2406) 2024-03-20 00:16:46 +00:00
benchmarks Rename to uv (#1302) 2024-02-15 11:19:46 -06:00
bootstrap Download Python versions concurrently in bootstrapping script (#2513) 2024-03-19 19:27:51 -05:00
links Respect --no-build and --no-binary in --find-links (#2826) 2024-04-05 02:00:39 +00:00
packages Consider installed packages during resolution (#2596) 2024-03-28 13:49:17 -05:00
popular_packages Finish install-many with pypi 10k most dependents (#732) 2023-12-27 09:42:51 -05:00
release Move bump.sh to scripts/release.sh (#2787) 2024-04-02 23:25:27 +00:00
requirements Replace boto3.in with slow scenario (#2451) 2024-03-14 09:58:01 +00:00
scenarios Move scenario sync script to top-level scripts (#2788) 2024-04-02 23:27:05 +00:00
check_cache_compat.py fix typos (#2804) 2024-04-03 11:57:19 +00:00
check_system_python.py Don't install pydantic_core on Python 3.13 (#2595) 2024-03-21 14:15:43 -04:00
release.sh Fixups to release.sh and sync_scenarios.sh (#2790) 2024-04-03 01:59:58 +00:00
sync_scenarios.sh Fixups to release.sh and sync_scenarios.sh (#2790) 2024-04-03 01:59:58 +00:00
transform_readme.py Add top-level benchmark to the README (#2622) 2024-03-22 16:07:31 -04:00