Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Add support for Python version requests inuv python list#12375

Merged
zanieb merged 2 commits intomainfromzb/list-request
Mar 23, 2025

Conversation

zanieb
Copy link
Member

@zaniebzanieb commentedMar 21, 2025
edited
Loading

Allowsuv python list <request> to filter the installed list. I often want this and it's not hard to add.

I tested the remote download filtering locally (#12381 is needed for snapshot tests)

❯ cargo run -q -- python list --all-versions 3.13cpython-3.13.2-macos-aarch64-none    <download available>cpython-3.13.1-macos-aarch64-none    /opt/homebrew/opt/python@3.13/bin/python3.13 -> ../Frameworks/Python.framework/Versions/3.13/bin/python3.13cpython-3.13.1-macos-aarch64-none    <download available>cpython-3.13.0-macos-aarch64-none    /Users/zb/.local/share/uv/python/cpython-3.13.0-macos-aarch64-none/bin/python3.13❯ cargo run -q -- python list --all-versions 3.13 --only-installedcpython-3.13.1-macos-aarch64-none    /opt/homebrew/opt/python@3.13/bin/python3.13 -> ../Frameworks/Python.framework/Versions/3.13/bin/python3.13cpython-3.13.0-macos-aarch64-none    /Users/zb/.local/share/uv/python/cpython-3.13.0-macos-aarch64-none/bin/python3.13

@zaniebzanieb added the enhancementNew feature or improvement to existing functionality labelMar 21, 2025
@zaniebzaniebforce-pushed thezb/list-request branch 3 times, most recently from47913ec toe479787CompareMarch 21, 2025 19:59
@zaniebzanieb marked this pull request as ready for reviewMarch 21, 2025 20:34
Copy link
Member

@charliermarshcharliermarsh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Makes sense to me.

zanieb added a commit that referenced this pull requestMar 23, 2025
Base automatically changed fromzb/list-tests tomainMarch 23, 2025 02:57
@zaniebzaniebenabled auto-merge (squash)March 23, 2025 03:05
@zaniebzanieb merged commitec49980 intomainMar 23, 2025
75 checks passed
@zaniebzanieb deleted the zb/list-request branchMarch 23, 2025 03:13
tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull requestMar 26, 2025
This MR contains the following updates:| Package | Update | Change ||---|---|---|| [astral-sh/uv](https://github.com/astral-sh/uv) | patch | `0.6.9` -> `0.6.10` |MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot).**Proposed changes to behavior should be submitted there as MRs.**---### Release Notes<details><summary>astral-sh/uv (astral-sh/uv)</summary>### [`v0.6.10`](https://github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0610)[Compare Source](astral-sh/uv@0.6.9...0.6.10)##### Enhancements-   Add `uv sync --check` flag ([#&#8203;12342](astral-sh/uv#12342))-   Add support for Python version requests in `uv python list` ([#&#8203;12375](astral-sh/uv#12375))-   Support `.env` files in `uv tool run` ([#&#8203;12386](astral-sh/uv#12386))-   Support `python find --script` ([#&#8203;11891](astral-sh/uv#11891))##### Preview features-   Check all compatible torch indexes when `--torch-backend` is enabled ([#&#8203;12385](astral-sh/uv#12385))##### Performance-   Use a boxed slice for extras and groups ([#&#8203;12391](astral-sh/uv#12391))-   Use small string for index name type ([#&#8203;12355](astral-sh/uv#12355))##### Bug fixes-   Allow virtual packages with `--no-build` ([#&#8203;12314](astral-sh/uv#12314))-   Ignore `--find-links` entries for pinned indexes ([#&#8203;12396](astral-sh/uv#12396))-   Omit wheels from lockfile based on `--exclude-newer` ([#&#8203;12299](astral-sh/uv#12299))-   Retain end-of-line comment position when adding dependency ([#&#8203;12360](astral-sh/uv#12360))-   Omit fragment when querying for wheels in Simple HTML API ([#&#8203;12384](astral-sh/uv#12384))-   Error on missing argument in `requirements.txt` ([#&#8203;12354](astral-sh/uv#12354))-   Support modules with different casing in build backend ([#&#8203;12240](astral-sh/uv#12240))-   Add authentication policy support for `pip` commands ([#&#8203;12470](astral-sh/uv#12470))</details>---### Configuration📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.🔕 **Ignore**: Close this MR and you won't be reminded about this update again.--- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box---This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTMuNSIsInVwZGF0ZWRJblZlciI6IjM5LjIxMy41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJSZW5vdmF0ZSBCb3QiXX0=-->
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@charliermarshcharliermarshcharliermarsh approved these changes

Assignees
No one assigned
Labels
enhancementNew feature or improvement to existing functionality
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@zanieb@charliermarsh

[8]ページ先頭

©2009-2025 Movatter.jp