Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add loongarch64 to supported Python platform tags #10223

Merged
merged 1 commit into from
Dec 31, 2024

Conversation

wojiushixiaobai
Copy link
Contributor

No description provided.

@wojiushixiaobai wojiushixiaobai force-pushed the patch_loong64 branch 2 times, most recently from cb780eb to 43703f1 Compare December 30, 2024 02:18
@charliermarsh
Copy link
Member

Have you tested this on an applicable machine?

@wojiushixiaobai
Copy link
Contributor Author

@charliermarsh
Sorry, I forgot to add the description,
I'm testing the functionality of the loongarch64 architecture, I'll add the results to the reply once the test passes.

@charliermarsh
Copy link
Member

Okay thanks. Just comment here when you've had a chance to test + updated the summary!

@charliermarsh charliermarsh added the compatibility Compatibility with a specification or another tool label Dec 30, 2024
@wojiushixiaobai
Copy link
Contributor Author

@charliermarsh
Test passed successfully.

root@85348a55bc91:/opt/test# uv init
Initialized project `test`
root@85348a55bc91:/opt/test# uv add django
Using CPython 3.12.8 interpreter at: /usr/local/bin/python3.12
Creating virtual environment at: .venv
Resolved 5 packages in 986ms
Prepared 3 packages in 1.23s
Installed 3 packages in 281ms
 + asgiref==3.8.1
 + django==5.1.4
 + sqlparse==0.5.3
root@85348a55bc91:/opt/test# uv python find --verbose
DEBUG uv 0.5.13
DEBUG Found project root: `/opt/test`
DEBUG No workspace root found, using project root
DEBUG Reading Python requests from version file at `/opt/test/.python-version`
DEBUG Using Python request `3.12` from version file at `.python-version`
DEBUG Searching for Python 3.12 in virtual environments, managed installations, or search path
DEBUG Found `cpython-3.12.8-linux-loongarch64-gnu` at `/opt/test/.venv/bin/python3` (virtual environment)
/opt/test/.venv/bin/python3

image

Signed-off-by: 吴小白 <296015668@qq.com>
@charliermarsh
Copy link
Member

Thanks!

@charliermarsh charliermarsh enabled auto-merge (squash) December 31, 2024 02:57
@charliermarsh charliermarsh merged commit a2f436f into astral-sh:main Dec 31, 2024
64 checks passed
tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request Jan 4, 2025
This MR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [astral-sh/uv](https://github.com/astral-sh/uv) | patch | `0.5.13` -> `0.5.14` |

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.5.14`](https://github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0514)

[Compare Source](astral-sh/uv@0.5.13...0.5.14)

##### Enhancements

-   Add `--exact` flag to `uv run` ([#&#8203;10198](astral-sh/uv#10198))
-   Add `--outdated` support to `uv pip tree` ([#&#8203;10199](astral-sh/uv#10199))
-   Add a required version setting to uv ([#&#8203;10248](astral-sh/uv#10248))
-   Add loongarch64 to supported Python platform tags ([#&#8203;10223](astral-sh/uv#10223))
-   Add manylinux2014 aliases for `--python-platform` ([#&#8203;10217](astral-sh/uv#10217))
-   Add support for Python interpreters on ARMv5TE platforms ([#&#8203;10234](astral-sh/uv#10234))
-   Add support for optional `--description` in `uv init` ([#&#8203;10209](astral-sh/uv#10209))
-   Ignore empty or missing hrefs in Simple HTML ([#&#8203;10276](astral-sh/uv#10276))
-   Patch pkgconfig files after Python install ([#&#8203;10189](astral-sh/uv#10189))

##### Performance

-   Actually use jemalloc as alternative allocator ([#&#8203;10269](astral-sh/uv#10269))
-   Parse URLs lazily in resolver ([#&#8203;10259](astral-sh/uv#10259))
-   Use `BTreeMap::range` to avoid iterating over unnecessary versions ([#&#8203;10266](astral-sh/uv#10266))

##### Bug fixes

-   Accept directories with space names in `uv init` ([#&#8203;10246](astral-sh/uv#10246))
-   Avoid forking on version in non-universal resolutions ([#&#8203;10274](astral-sh/uv#10274))
-   Avoid stripping query parameters from URLs ([#&#8203;10253](astral-sh/uv#10253))
-   Consider workspace dependencies to be 'direct' ([#&#8203;10197](astral-sh/uv#10197))
-   Detect cyclic dependencies during builds ([#&#8203;10258](astral-sh/uv#10258))
-   Guard against self-deletion in `uv venv` and `uv tool` ([#&#8203;10206](astral-sh/uv#10206))
-   Respect static metadata for already-installed distributions ([#&#8203;10242](astral-sh/uv#10242))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS45MC4yIiwidXBkYXRlZEluVmVyIjoiMzkuOTAuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90Il19-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compatibility Compatibility with a specification or another tool
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants