astral-uv:main

Last commit made on 2024-05-23
Get this branch:
git clone -b main https://git.launchpad.net/astral-uv

Branch merges

Branch information

Name:
main
Repository:
lp:astral-uv

Recent commits

2a17309... by konstin

Use colon more consistently in error messages (#3788)

Make the error messages more consistent with the format use elsewhere.
Split out from https://github.com/astral-sh/uv/pull/3705

9b870f2... by Zanie Blue <email address hidden>

Allow specification of additional requirements in `uv tool run` (#3678)

Allows requesting additional transitive dependencies when running a
tool.

e.g. `uv tool run -v --with anyio ruff check example.py` (Why would you
want anyio with ruff? Who knows 😄)

The motivation for doing this now is that I think the first
implementation of `uv tool install` might just shim into `uv tool run`
with pinned dependencies? Regardless this is something we need in the
long run and is a trivial addition right now.

bb61c2d... by Charlie Marsh <email address hidden>

Revert "Revert "ci: drop native manylinux wheel for dual-tagged one (#3685)" (#3762)" (#3778)

Now that we have https://github.com/astral-sh/uv/pull/3761, it should be
safe to drop these.

be81eee... by Charlie Marsh <email address hidden>

Remove `aarch64-unknown-linux-gnu` from list of expected binaries (#3761)

## Summary

We now only ship the static `aarch64-unknown-linux-musl` binary here.

Closes #3760.

79fecdf... by Charlie Marsh <email address hidden>

Add a diagnostic trait (#3777)

9db6852... by Charlie Marsh <email address hidden>

Initialize cache in `tool run` (#3776)

## Summary

Closes https://github.com/astral-sh/uv/issues/3775.

e52ae0e... by Zanie Blue <email address hidden>

Bump version to 0.2.2 (#3774)

17ec349... by Zanie Blue <email address hidden>

Add test case for Conda CI (#3773)

Integration test coverage for #3769

Failure against `main` on
https://github.com/astral-sh/uv/actions/runs/9198224186/job/25300510016?pr=3773

Rebased against #3771 to check for fix

5cd3af8... by Zanie Blue <email address hidden>

Use `uv tool run` for `release` script (#3764)

Dogfooding!

a604355... by Zanie Blue <email address hidden>

Improve error message when default Python is not found (#3770)