astral-uv:charlie/flake

Last commit made on 2024-01-19
Get this branch:
git clone -b charlie/flake https://git.launchpad.net/astral-uv

Branch merges

Branch information

Name:
charlie/flake
Repository:
lp:astral-uv

Recent commits

34550f5... by Charlie Marsh <email address hidden>

Ignore flaky test in pip_install_scenarios.rs

6af4eb7... by Charlie Marsh <email address hidden>

Remove `[puffin]` prefix (#989)

And disable the plan job on CI now.

732ef7a... by Charlie Marsh <email address hidden>

Bump version to v0.0.2 (#987)

Bumping the version so that I can test the release process again
(including PyPI publish).

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

Avoid encoding current version in test output (#988)

3a1cd44... by Charlie Marsh <email address hidden>

Add Puffin Docker image (#985)

Missing piece for the release.

## Test Plan

Built the image locally:

```shell
❯ docker run 99956098e1f8f04e209dcfc4a0afcee67df1fe8a726c164884e67f035b1a0f42
Usage: puffin [OPTIONS] <COMMAND>

Commands:
  pip Resolve and install Python packages
  venv Create a virtual environment
  clean Clear the cache
  help Print this message or the help of the given subcommand(s)

Options:
  -q, --quiet Do not print any output
  -v, --verbose Use verbose output
  -n, --no-cache Avoid reading from or writing to the cache
      --cache-dir <CACHE_DIR> Path to the cache directory [env: PUFFIN_CACHE_DIR=]
  -h, --help Print help
  -V, --version Print version
```

5e2b715... by Charlie Marsh <email address hidden>

Rename `puffin-cli` crate to `puffin` (#976)

## Summary

Like in Ruff, this simplifies a few things.

6cad0f6... by Charlie Marsh <email address hidden>

Mark `puffin-dev` as `publish = false` (#975)

8eadca4... by Charlie Marsh <email address hidden>

Remove unused path method (#974)

04d3474... by Charlie Marsh <email address hidden>

Set URLs to non-empty in pyproject.toml (#973)

968de30... by Charlie Marsh <email address hidden>

Run cargo-dist generate (#972)