astral-uv:zb/python-ex

Last commit made on 2024-01-22
Get this branch:
git clone -b zb/python-ex https://git.launchpad.net/astral-uv

Branch merges

Branch information

Name:
zb/python-ex
Repository:
lp:astral-uv

Recent commits

43910a8... by Zanie <email address hidden>

DEMO: Include the installed version in the message

044c354... by Zanie <email address hidden>

If we do not use `take(2)`...

83bda66... by Zanie <email address hidden>

Use owned versions in `PythonRequirement`

334dc1e... by Zanie <email address hidden>

Fix typo

4a5a1a5... by Zanie <email address hidden>

Lint

066b800... by Zanie <email address hidden>

Drop extra version display (was from debugging)

35b2b88... by Zanie <email address hidden>

Merge branch 'main' into zb/python

# Conflicts:
# crates/puffin/tests/pip_compile.rs
# crates/puffin/tests/pip_install_scenarios.rs

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

Make editable URL parsing more robust (#1018)

This just generalizes the parsing to handle arbitrary schemes instead of
encoding a fixed list.

f071a03... by Zanie <email address hidden>

Do a simpler comparison instead of extending `Version`

eeadecd... by Zanie <email address hidden>

Attach Python requirements to no solution errors to improve messaging