Skip to content

uv: 0.7.12 -> 0.7.13#416444

Merged
GaetanLepage merged 1 commit intoNixOS:masterfrom
bengsparks:uv.update
Jun 14, 2025
Merged

uv: 0.7.12 -> 0.7.13#416444
GaetanLepage merged 1 commit intoNixOS:masterfrom
bengsparks:uv.update

Conversation

@bengsparks
Copy link
Contributor

@bengsparks bengsparks commented Jun 13, 2025

Changelog: https://github.com/astral-sh/uv/blob/main/CHANGELOG.md#0713

Noteworthy is the update to uv-build, which now supports namespace packages.
Quoting one of the maintainer's comments in the "Build Backend Tracking Issue" of astral-sh/uv:

The core of the build backend should be feature complete with those additions and unless we find problems with the configuration, ready for stabilization. Stabilization here doesn't mean that we won't add more feature, but that all core features are present and ready for general use.

Perhaps we will start to see packages depending on uv-build in nixpkgs soon!
I take it back, the first package using uv-build already here! python3Packages.ffmpy uses it since #413774

CC @GaetanLepage

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • Nixpkgs 25.11 Release Notes (or backporting 24.11 and 25.05 Nixpkgs Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
  • NixOS 25.11 Release Notes (or backporting 24.11 and 25.05 NixOS Release notes)
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md, pkgs/README.md, maintainers/README.md and other contributing documentation in corresponding paths.

Add a 👍 reaction to pull requests you find important.

@github-actions github-actions bot added 10.rebuild-darwin: 11-100 This PR causes between 11 and 100 packages to rebuild on Darwin. 10.rebuild-linux: 501+ This PR causes many rebuilds on Linux and should normally target the staging branches. 10.rebuild-linux: 501-1000 This PR causes many rebuilds on Linux and should normally target the staging branches. 11.by: package-maintainer This PR was created by a maintainer of all the package it changes. labels Jun 13, 2025
@dtomvan
Copy link
Contributor

dtomvan commented Jun 13, 2025

Builds and runs on x86_64-linux too. Why is this a draft? Except for maybe that this should go into staging I don't see anything wrong with this PR...

@bengsparks
Copy link
Contributor Author

bengsparks commented Jun 13, 2025

@dtomvan Just usual procedure while nixpkgs-review is still running. My computer is quite slow, and Im currently AFK, so if you manage to run it for Linux (make sure to skip the home-assistant packages, see previous uv PRs for the correct command), then I can mark it as ready for review.

@dtomvan
Copy link
Contributor

dtomvan commented Jun 13, 2025

So far I have a home-assistant failure: test_bootstrap_does_not_preimport_stage_1_integrations timed out.

Details
2025-06-13 14:16:12.734 INFO     MainThread asyncio:base_events.py:1792 execute program '/nix/store/2mab9iiwhcqwk75qwvp3zv0bvbiaq6cs-python3-3.13.3/bin/python3.13': <_UnixSubprocessTransport pid=9049 running stdout=<_UnixReadPipeTransport fd=22 polling>>
--------------------------- Captured stderr teardown ---------------------------
INFO:asyncio:<_UnixReadPipeTransport fd=22 polling> was closed by peer
INFO:asyncio:<_UnixSubprocessTransport pid=9049 running stdout=<_UnixReadPipeTransport closed fd=22 closed>> exited with return code 0
---------------------------- Captured log teardown -----------------------------
2025-06-13 14:16:36.905 INFO     MainThread asyncio:unix_events.py:570 <_UnixReadPipeTransport fd=22 polling> was closed by peer
2025-06-13 14:16:36.975 INFO     MainThread asyncio:base_subprocess.py:229 <_UnixSubprocessTransport pid=9049 running stdout=<_UnixReadPipeTransport closed fd=22 closed>> exited with return code 0
=========================== short test summary info ============================
FAILED tests/test_bootstrap.py::test_bootstrap_does_not_preimport_stage_1_integrations - Failed: Timeout >20.0s
============ 1 failed, 6010 passed, 2 skipped in 225.63s (0:03:45) =============

Edit: passed the second time, might be flaky

@bengsparks
Copy link
Contributor Author

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 416444 --skip-package-regex home-assistant.*
Commit: b0669e2ac0979e10d0d09d2e65c370bcb6178025


aarch64-darwin

✅ 35 packages built:
  • hatch
  • hatch.dist
  • prefect
  • prefect.dist
  • python312Packages.ffmpy
  • python312Packages.ffmpy.dist
  • python312Packages.gradio
  • python312Packages.gradio-client
  • python312Packages.gradio-client.dist
  • python312Packages.gradio-pdf
  • python312Packages.gradio-pdf.dist
  • python312Packages.gradio.dist
  • python312Packages.smolagents
  • python312Packages.smolagents.dist
  • python312Packages.uv
  • python312Packages.uv-build
  • python312Packages.uv-build.dist
  • python312Packages.uv.dist
  • python313Packages.ffmpy
  • python313Packages.ffmpy.dist
  • python313Packages.gradio
  • python313Packages.gradio-client
  • python313Packages.gradio-client.dist
  • python313Packages.gradio-pdf
  • python313Packages.gradio-pdf.dist
  • python313Packages.gradio.dist
  • python313Packages.smolagents
  • python313Packages.smolagents.dist
  • python313Packages.uv
  • python313Packages.uv-build
  • python313Packages.uv-build.dist
  • python313Packages.uv.dist
  • uv
  • zotify
  • zotify.dist

@bengsparks bengsparks marked this pull request as ready for review June 13, 2025 18:29
@nix-owners nix-owners bot requested review from GaetanLepage and Prince213 June 13, 2025 18:30
@wolfgangwalther
Copy link
Contributor

Re-running CI due to a odd failure fixed in #416448

@dtomvan
Copy link
Contributor

dtomvan commented Jun 13, 2025

Sorry, forgot to post the report. Doing that now. Will probably be relevant as I did get some errors.

Nevermind, homeassistant built successfully the 2nd time...

@dtomvan
Copy link
Contributor

dtomvan commented Jun 13, 2025

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 416444 --skip-package-regex home-assistant.*
Commit: b0669e2ac0979e10d0d09d2e65c370bcb6178025


x86_64-linux

✅ 53 packages built:
  • hatch
  • hatch.dist
  • heroic
  • prefect
  • prefect.dist
  • private-gpt
  • private-gpt.dist
  • python312Packages.ffmpy
  • python312Packages.ffmpy.dist
  • python312Packages.gradio
  • python312Packages.gradio-client
  • python312Packages.gradio-client.dist
  • python312Packages.gradio-pdf
  • python312Packages.gradio-pdf.dist
  • python312Packages.gradio.dist
  • python312Packages.private-gpt
  • python312Packages.private-gpt.dist
  • python312Packages.smolagents
  • python312Packages.smolagents.dist
  • python312Packages.txtai
  • python312Packages.txtai.dist
  • python312Packages.uv
  • python312Packages.uv-build
  • python312Packages.uv-build.dist
  • python312Packages.uv.dist
  • python313Packages.ffmpy
  • python313Packages.ffmpy.dist
  • python313Packages.gradio
  • python313Packages.gradio-client
  • python313Packages.gradio-client.dist
  • python313Packages.gradio-pdf
  • python313Packages.gradio-pdf.dist
  • python313Packages.gradio.dist
  • python313Packages.homeassistant-stubs
  • python313Packages.homeassistant-stubs.dist
  • python313Packages.private-gpt
  • python313Packages.private-gpt.dist
  • python313Packages.smolagents
  • python313Packages.smolagents.dist
  • python313Packages.txtai
  • python313Packages.txtai.dist
  • python313Packages.uv
  • python313Packages.uv-build
  • python313Packages.uv-build.dist
  • python313Packages.uv.dist
  • rembg
  • rembg.dist
  • umu-launcher
  • umu-launcher-unwrapped
  • uv
  • windmill
  • zotify
  • zotify.dist

Copy link
Contributor

@dtomvan dtomvan left a comment

Choose a reason for hiding this comment

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

The homeassistant failure I got wasn't related, we can look at that another time

Copy link
Member

@Prince213 Prince213 left a comment

Choose a reason for hiding this comment

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

Diff LGTM.

@bengsparks bengsparks added 12.approvals: 2 This PR was reviewed and approved by two persons. 12.approved-by: package-maintainer This PR was reviewed and approved by a maintainer listed in any of the changed packages. labels Jun 14, 2025
@GaetanLepage
Copy link
Contributor

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 416444 --skip-package-regex home-assistant.*
Commit: b0669e2ac0979e10d0d09d2e65c370bcb6178025


x86_64-linux

✅ 53 packages built:
  • hatch
  • hatch.dist
  • heroic
  • prefect
  • prefect.dist
  • private-gpt
  • private-gpt.dist
  • python312Packages.ffmpy
  • python312Packages.ffmpy.dist
  • python312Packages.gradio
  • python312Packages.gradio-client
  • python312Packages.gradio-client.dist
  • python312Packages.gradio-pdf
  • python312Packages.gradio-pdf.dist
  • python312Packages.gradio.dist
  • python312Packages.private-gpt
  • python312Packages.private-gpt.dist
  • python312Packages.smolagents
  • python312Packages.smolagents.dist
  • python312Packages.txtai
  • python312Packages.txtai.dist
  • python312Packages.uv
  • python312Packages.uv-build
  • python312Packages.uv-build.dist
  • python312Packages.uv.dist
  • python313Packages.ffmpy
  • python313Packages.ffmpy.dist
  • python313Packages.gradio
  • python313Packages.gradio-client
  • python313Packages.gradio-client.dist
  • python313Packages.gradio-pdf
  • python313Packages.gradio-pdf.dist
  • python313Packages.gradio.dist
  • python313Packages.homeassistant-stubs
  • python313Packages.homeassistant-stubs.dist
  • python313Packages.private-gpt
  • python313Packages.private-gpt.dist
  • python313Packages.smolagents
  • python313Packages.smolagents.dist
  • python313Packages.txtai
  • python313Packages.txtai.dist
  • python313Packages.uv
  • python313Packages.uv-build
  • python313Packages.uv-build.dist
  • python313Packages.uv.dist
  • rembg
  • rembg.dist
  • umu-launcher
  • umu-launcher-unwrapped
  • uv
  • windmill
  • zotify
  • zotify.dist

aarch64-linux

✅ 50 packages built:
  • hatch
  • hatch.dist
  • prefect
  • prefect.dist
  • private-gpt
  • private-gpt.dist
  • python312Packages.ffmpy
  • python312Packages.ffmpy.dist
  • python312Packages.gradio
  • python312Packages.gradio-client
  • python312Packages.gradio-client.dist
  • python312Packages.gradio-pdf
  • python312Packages.gradio-pdf.dist
  • python312Packages.gradio.dist
  • python312Packages.private-gpt
  • python312Packages.private-gpt.dist
  • python312Packages.smolagents
  • python312Packages.smolagents.dist
  • python312Packages.txtai
  • python312Packages.txtai.dist
  • python312Packages.uv
  • python312Packages.uv-build
  • python312Packages.uv-build.dist
  • python312Packages.uv.dist
  • python313Packages.ffmpy
  • python313Packages.ffmpy.dist
  • python313Packages.gradio
  • python313Packages.gradio-client
  • python313Packages.gradio-client.dist
  • python313Packages.gradio-pdf
  • python313Packages.gradio-pdf.dist
  • python313Packages.gradio.dist
  • python313Packages.homeassistant-stubs
  • python313Packages.homeassistant-stubs.dist
  • python313Packages.private-gpt
  • python313Packages.private-gpt.dist
  • python313Packages.smolagents
  • python313Packages.smolagents.dist
  • python313Packages.txtai
  • python313Packages.txtai.dist
  • python313Packages.uv
  • python313Packages.uv-build
  • python313Packages.uv-build.dist
  • python313Packages.uv.dist
  • umu-launcher
  • umu-launcher-unwrapped
  • uv
  • windmill
  • zotify
  • zotify.dist

x86_64-darwin

✅ 35 packages built:
  • hatch
  • hatch.dist
  • prefect
  • prefect.dist
  • python312Packages.ffmpy
  • python312Packages.ffmpy.dist
  • python312Packages.gradio
  • python312Packages.gradio-client
  • python312Packages.gradio-client.dist
  • python312Packages.gradio-pdf
  • python312Packages.gradio-pdf.dist
  • python312Packages.gradio.dist
  • python312Packages.smolagents
  • python312Packages.smolagents.dist
  • python312Packages.uv
  • python312Packages.uv-build
  • python312Packages.uv-build.dist
  • python312Packages.uv.dist
  • python313Packages.ffmpy
  • python313Packages.ffmpy.dist
  • python313Packages.gradio
  • python313Packages.gradio-client
  • python313Packages.gradio-client.dist
  • python313Packages.gradio-pdf
  • python313Packages.gradio-pdf.dist
  • python313Packages.gradio.dist
  • python313Packages.smolagents
  • python313Packages.smolagents.dist
  • python313Packages.uv
  • python313Packages.uv-build
  • python313Packages.uv-build.dist
  • python313Packages.uv.dist
  • uv
  • zotify
  • zotify.dist

aarch64-darwin

✅ 35 packages built:
  • hatch
  • hatch.dist
  • prefect
  • prefect.dist
  • python312Packages.ffmpy
  • python312Packages.ffmpy.dist
  • python312Packages.gradio
  • python312Packages.gradio-client
  • python312Packages.gradio-client.dist
  • python312Packages.gradio-pdf
  • python312Packages.gradio-pdf.dist
  • python312Packages.gradio.dist
  • python312Packages.smolagents
  • python312Packages.smolagents.dist
  • python312Packages.uv
  • python312Packages.uv-build
  • python312Packages.uv-build.dist
  • python312Packages.uv.dist
  • python313Packages.ffmpy
  • python313Packages.ffmpy.dist
  • python313Packages.gradio
  • python313Packages.gradio-client
  • python313Packages.gradio-client.dist
  • python313Packages.gradio-pdf
  • python313Packages.gradio-pdf.dist
  • python313Packages.gradio.dist
  • python313Packages.smolagents
  • python313Packages.smolagents.dist
  • python313Packages.uv
  • python313Packages.uv-build
  • python313Packages.uv-build.dist
  • python313Packages.uv.dist
  • uv
  • zotify
  • zotify.dist

@GaetanLepage GaetanLepage merged commit 837578a into NixOS:master Jun 14, 2025
35 of 37 checks passed
@github-actions github-actions bot added 12.approvals: 3+ This PR was reviewed and approved by three or more persons. and removed 12.approvals: 2 This PR was reviewed and approved by two persons. 12.approved-by: package-maintainer This PR was reviewed and approved by a maintainer listed in any of the changed packages. labels Jun 14, 2025
@bengsparks bengsparks deleted the uv.update branch June 14, 2025 12:45
@Prince213 Prince213 added the 8.has: port to stable This PR already has a backport to the stable release. label Jun 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

8.has: port to stable This PR already has a backport to the stable release. 10.rebuild-darwin: 11-100 This PR causes between 11 and 100 packages to rebuild on Darwin. 10.rebuild-linux: 501-1000 This PR causes many rebuilds on Linux and should normally target the staging branches. 10.rebuild-linux: 501+ This PR causes many rebuilds on Linux and should normally target the staging branches. 11.by: package-maintainer This PR was created by a maintainer of all the package it changes. 12.approvals: 3+ This PR was reviewed and approved by three or more persons.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants