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.10 #189400

Merged
merged 2 commits into from
Sep 13, 2024
Merged

uv 0.4.10 #189400

merged 2 commits into from
Sep 13, 2024

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
## Release Notes

Enhancements

  • Allow uv tool upgrade --all to continue on individual upgrade failure (#7333)
  • Support globs as cache keys in tool.uv.cache-keys (#7268)
  • Add Python package (__main__.py) support to uv run (#7281)
  • Add zip application support to uv run (#7289)
  • Add --token option to self update command (#7279)

Performance

  • Use globwalk for cache-keys matching (#7337)

Bug fixes

  • Always treat archive-like requirements as local files (#7364)
  • Apply --no-install options when constructing resolution (#7277)
  • Avoid clobbering existing py.typed files contents in uv init (#7338)
  • Avoid enforcing platform compatibility when validating lockfile (#7305)
  • Avoid installing transitive dev dependencies (#7318)
  • Avoid selecting prerelease Python installations without opt-in (#7300)
  • Fix PPC64 page size in binary builds. (#7298)
  • Include pre-release Python versions in uv python list (#7290)
  • Make version ID optional for source builds (#7362)
  • Support relative paths in uv add --script (#7301)

Documentation

  • Fix documentation typos for uv build --build-constraint flag (#7330)
  • Fix grammatical error in CLI docs (#7353)

Error messages

  • Add dedicated lock errors for wheel-only distributions (#7307)
  • Avoid treating .whl sources as source distributions (#7303)
  • Clarify Python requirement source for script incompatibilities (#7339)

Install uv 0.4.10

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.4.10/uv-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy ByPass -c "irm https://github.com/astral-sh/uv/releases/download/0.4.10/uv-installer.ps1 | iex"

Download uv 0.4.10

File Platform Checksum
uv-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
uv-x86_64-apple-darwin.tar.gz Intel macOS checksum
uv-i686-pc-windows-msvc.zip x86 Windows checksum
uv-x86_64-pc-windows-msvc.zip x64 Windows checksum
uv-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
uv-i686-unknown-linux-gnu.tar.gz x86 Linux checksum
uv-powerpc64-unknown-linux-gnu.tar.gz PPC64 Linux checksum
uv-powerpc64le-unknown-linux-gnu.tar.gz PPC64LE Linux checksum
uv-s390x-unknown-linux-gnu.tar.gz S390x Linux checksum
uv-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
uv-armv7-unknown-linux-gnueabihf.tar.gz ARMv7 Linux checksum
uv-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
uv-i686-unknown-linux-musl.tar.gz x86 MUSL Linux checksum
uv-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum
uv-arm-unknown-linux-musleabihf.tar.gz ARMv6 MUSL Linux (Hardfloat) checksum
uv-armv7-unknown-linux-musleabihf.tar.gz ARMv7 MUSL Linux checksum

@github-actions github-actions bot added rust Rust use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Sep 13, 2024
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Sep 13, 2024
@BrewTestBot BrewTestBot added this pull request to the merge queue Sep 13, 2024
Merged via the queue into master with commit f01ee1f Sep 13, 2024
15 checks passed
@BrewTestBot BrewTestBot deleted the bump-uv-0.4.10 branch September 13, 2024 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. rust Rust use is a significant feature of the PR or issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants