snapcrafters / ruff

A community-maintained package to easily install ruff on Linux.
https://astral.sh/ruff
MIT License
1 stars 1 forks source link

Call for testing `ruff` #34

Closed github-actions[bot] closed 8 months ago

github-actions[bot] commented 8 months ago

A new version (0.2.2) of ruff was just pushed to the latest/candidate channel in the snap store. The following revisions are available.

CPU ArchitectureRevision
amd641011
arm641013
armhf1014
ppc64el1012
riscv641016
s390x1015

Automated testing

If configured, the snap will be installed in a VM, and any test results or screenshots will be posted to this issue as a comment shortly.

How to test it manually

  1. Stop the application if it was already running

  2. Upgrade to this version by running

    snap refresh ruff --channel latest/candidate
  3. Start the app and test it out.

  4. Finally, add a comment below explaining whether this app is working, and include the output of the following command.

    snap version; lscpu | grep Architecture; snap info ruff | grep installed

How to release it

Maintainers can promote this to stable by commenting /promote <rev>[,<rev>] latest/stable [done].

For example

  • To promote a single revision, run /promote <rev> latest/stable
  • To promote multiple revisions, run /promote <rev>,<rev> latest/stable
  • To promote a revision and close the issue, run /promote <rev>,<rev> latest/stable done

You can promote all revisions that were just built with:

/promote 1011,1013,1014,1012,1016,1015 latest/stable done
github-actions[bot] commented 8 months ago

Automated testing success.

Full logs are available at https://github.com/lengau/ruff-snap/actions/runs/7951228055

Summary:

ruff version: ruff 0.2.2 (235cfb797 2024-02-17) Repository Commit Standard check Check + preview + fix Format Format + preview
https://github.com/canonical/snapcraft 23d5591
https://github.com/canonical/charmcraft 6374ef9
https://github.com/canonical/rockcraft 17d6a04
https://github.com/jupyter-server/jupyter_server b3caa3c
https://github.com/pydantic/pydantic 12ebdfc
https://github.com/pypa/pip 3898741
https://github.com/pytest-dev/pytest 998fee1
https://github.com/python/mypy eb84794
https://github.com/tiangolo/fastapi 3808d61
lengau commented 8 months ago

Promoted to stable.