Zanie Blue
Zanie Blue
These are useful for creating a mirror of the Python downloads for a given uv version, e.g.: ``` ❯ cargo run -q -- python list --show-urls --only-downloads cpython-3.13.0-macos-aarch64-none https://github.com/indygreg/python-build-standalone/releases/download/20241008/cpython-3.13.0%2B20241008-aarch64-apple-darwin-install_only_stripped.tar.gz cpython-3.12.7-macos-aarch64-none...
This is probably not relevant for us yet, but I want to track contributing this. e.g. - https://github.com/microsoft/vscode-python/pull/15765 - https://github.com/microsoft/vscode-python/pull/22779
See failure at https://github.com/astral-sh/uv/actions/runs/11242534493/job/31256449318?pr=8016 and fix at https://github.com/astral-sh/uv/pull/8016/commits/6a7c2962143be7b238e57d96554c5572cec186bd I did not verify the cause of this, I figure @konstin will know.
👋 I'd appreciate if there was a changelog so I could review dependency updates without reading all the commits.
I need the executable directory outside `uv-tool` and figured I should consolidate these to a central location.
Reviving https://github.com/astral-sh/uv/pull/2236 Basically implements https://github.com/axodotdev/cargo-dist/issues/287
``` Run cargo xwin clippy --target x86_64-pc-windows-msvc --workspace --all-targets --all-features --locked --profile fast-build -- -D warnings Updating crates.io index Checking windows-sys v0.48.0 Compiling libz-ng-sys v1.1.[16](https://github.com/astral-sh/uv/actions/runs/11446764894/job/31846667675#step:8:17) Compiling schemars v0.8.21 error: failed...
Closes https://github.com/astral-sh/uv/issues/8090 Closes https://github.com/astral-sh/uv/issues/5632 Includes: - #8104 - #8108 - #8110 - #8266 - #8274 - #8309 - #8332 - #8338 - #8394 - #8390 - #8391 - #8393 -...
This is a tracking issue for various problems that come from some of the `sysconfig` variables in the `python-build-standalone` distribution being incorrect. As described in the [upstream documentation](https://github.com/indygreg/python-build-standalone/blob/main/docs/quirks.rst#references-to-build-time-paths) Some examples...