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

uv: 0.4.11 -> 0.4.16 #344513

Closed
wants to merge 2 commits into from
Closed

uv: 0.4.11 -> 0.4.16 #344513

wants to merge 2 commits into from

Conversation

pyrox0
Copy link
Member

@pyrox0 pyrox0 commented Sep 25, 2024

Description of changes

https://github.com/astral-sh/uv/blob/0.4.16/CHANGELOG.md (see all entries since 0.4.11)
also added myself as a maintainer for this package since I use it in many of my projects and would like to see its continued functioning with nixpkgs.

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/)
  • 24.11 Release Notes (or backporting 23.11 and 24.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (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.

Add a 👍 reaction to pull requests you find important.

@uncenter
Copy link
Member

uncenter commented Sep 25, 2024

I'm unable to build this since all of uv's crates require Rust v1.81, and the update for that is still in staging (#339854).

Result of nixpkgs-review pr 344513 run on aarch64-darwin 1

6 packages failed to build:
  • hatch
  • hatch.dist
  • python311Packages.uv
  • python311Packages.uv.dist
  • uv (python312Packages.uv)
  • uv.dist (python312Packages.uv.dist)
uv>   bytecheck@0.8.0 requires rustc 1.81
uv>   bytecheck_derive@0.8.0 requires rustc 1.81
uv>   cache-key@0.0.1 requires rustc 1.81
uv>   distribution-filename@0.0.1 requires rustc 1.81
uv>   distribution-types@0.0.1 requires rustc 1.81
uv>   install-wheel-rs@0.0.1 requires rustc 1.81
uv>   once-map@0.0.1 requires rustc 1.81
uv>   pep440_rs@0.6.0 requires rustc 1.81
uv>   pep508_rs@0.6.0 requires rustc 1.81
uv>   platform-tags@0.0.1 requires rustc 1.81
uv>   ptr_meta@0.3.0 requires rustc 1.81
uv>   ptr_meta_derive@0.3.0 requires rustc 1.81
uv>   pypi-types@0.0.1 requires rustc 1.81
uv>   rancor@0.1.0 requires rustc 1.81
uv>   requirements-txt@0.0.1 requires rustc 1.81
uv>   rkyv@0.8.8 requires rustc 1.81
uv>   rkyv_derive@0.8.8 requires rustc 1.81
uv>   uv@0.4.16 requires rustc 1.81
uv>   uv@0.4.16 requires rustc 1.81
uv>   uv-build@0.0.1 requires rustc 1.81
uv>   uv-cache@0.0.1 requires rustc 1.81
uv>   uv-cache-info@0.0.1 requires rustc 1.81
uv>   uv-cli@0.0.1 requires rustc 1.81
uv>   uv-cli@0.0.1 requires rustc 1.81
uv>   uv-cli@0.0.1 requires rustc 1.81
uv>   uv-configuration@0.0.1 requires rustc 1.8
uv>   uv-dispatch@0.0.1 requires rustc 1.81
uv>   uv-distribution@0.0.1 requires rustc 1.81
uv>   uv-extract@0.0.1 requires rustc 1.81
uv>   uv-fs@0.0.1 requires rustc 1.81
uv>   uv-git@0.0.1 requires rustc 1.81
uv>   uv-installer@0.0.1 requires rustc 1.81
uv>   uv-metadata@0.1.0 requires rustc 1.81
uv>   uv-options-metadata@0.0.1 requires rustc 1.81
uv>   uv-publish@0.1.0 requires rustc 1.81
uv>   uv-python@0.0.1 requires rustc 1.81
uv>   uv-requirements@0.1.0 requires rustc 1.81
uv>   uv-resolver@0.0.1 requires rustc 1.81
uv>   uv-settings@0.0.1 requires rustc 1.81
uv>   uv-state@0.0.1 requires rustc 1.81
uv>   uv-tool@0.0.1 requires rustc 1.81
uv>   uv-types@0.0.1 requires rustc 1.81
uv>   uv-version@0.4.16 requires rustc 1.81
uv>   uv-virtualenv@0.0.4 requires rustc 1.81
uv>   uv-warnings@0.0.1 requires rustc 1.81
uv>   uv-workspace@0.0.1 requires rustc 1.81

@pyrox0 pyrox0 marked this pull request as draft September 25, 2024 22:06
@pyrox0
Copy link
Member Author

pyrox0 commented Sep 25, 2024

Realized that after sending the PR, marking as draft until that PR is merged to master.

@ofborg ofborg bot requested a review from GaetanLepage September 25, 2024 23:23
@ofborg ofborg bot added 11.by: package-maintainer This PR was created by the maintainer of the package it changes 10.rebuild-darwin: 1-10 10.rebuild-linux: 1-10 labels Sep 25, 2024
@pyrox0
Copy link
Member Author

pyrox0 commented Oct 6, 2024

Closing in favor of #346367

@pyrox0 pyrox0 closed this Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
10.rebuild-darwin: 1-10 10.rebuild-linux: 1-10 11.by: package-maintainer This PR was created by the maintainer of the package it changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants