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.1.19 #166049

Closed
wants to merge 1 commit into from
Closed

uv 0.1.19 #166049

wants to merge 1 commit into from

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
## Release Notes

Configuration

  • Add UV_NATIVE_TLS environment variable (#2412)
  • Allow SSL_CERT_FILE without requiring --native-tls (#2401)
  • Add support for retrieving credentials from keyring (#2254)

Bug fixes

  • Add backoff for transient Windows failures (#2419)
  • Move architecture and operating system probing to Python (#2381)
  • Respect --native-tls in venv (#2433)
  • Treat non-existent site-packages as empty (#2413)

Documentation

  • Document HTTP authentication (#2425)

Performance

  • Improve performance of version range operations (#2421)

Install uv 0.1.19

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download uv 0.1.19

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

@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 Mar 14, 2024
@chenrui333
Copy link
Member

  ==> /usr/local/Cellar/uv/0.1.19/bin/uv pip compile -q requirements.in
  error: Querying Python at `/usr/bin/python3` did not return the expected data: unknown variant `i386`, expected one of `aarch64`, `armv7l`, `powerpc64le`, `powerpc64`, `x86`, `x86_64`, `s390x` with exit status: 0
  --- stdout:
  {"result": "success", "markers": {"implementation_name": "cpython", "implementation_version": "3.9.6", "os_name": "posix", "platform_machine": "x86_64", "platform_python_implementation": "CPython", "platform_release": "22.6.0", "platform_system": "Darwin", "platform_version": "Darwin Kernel Version 22.6.0: Mon Feb 19 19:48:53 PST 2024; root:xnu-8796.141.3.704.6~1/RELEASE_X86_64", "python_full_version": "3.9.6", "python_version": "3.9", "sys_platform": "darwin"}, "base_prefix": "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9", "base_exec_prefix": "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9", "prefix": "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9", "base_executable": "/Applications/Xcode.app/Contents/Developer/usr/bin/python3", "sys_executable": "/Applications/Xcode.app/Contents/Developer/usr/bin/python3", "stdlib": "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9", "scheme": {"platlib": "/Library/Python/3.9/site-packages", "purelib": "/Library/Python/3.9/site-packages", "include": "/Library/Python/3.9/include", "scripts": "/usr/local/bin", "data": "/Library/Python/3.9"}, "virtualenv": {"purelib": "lib/python3.9/site-packages", "platlib": "lib/python3.9/site-packages", "include": "include/site/python3.9", "scripts": "bin", "data": ""}, "platform": {"os": {"name": "macos", "major": 13, "minor": 6}, "arch": "i386"}}
  --- stderr:
  
  ---
  
  Error: uv: failed
  An exception occurred within a child process:
    Minitest::Assertion: Expected: 0
    Actual: 2

@chenrui333 chenrui333 added test failure CI fails while running the test-do block CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. labels Mar 14, 2024
@dtrodrigues
Copy link
Member

0.1.20 is released

@p-linnane p-linnane deleted the bump-uv-0.1.19 branch March 15, 2024 23:59
@github-actions github-actions bot added the outdated PR was locked due to age label Apr 15, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. outdated PR was locked due to age rust Rust use is a significant feature of the PR or issue test failure CI fails while running the test-do block
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants