From d2b14174c944c15653fdd8b467dc2864497054ea Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 27 Sep 2024 18:55:43 +0000 Subject: [PATCH 1/2] uv 0.4.17 --- Formula/u/uv.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/u/uv.rb b/Formula/u/uv.rb index 298e10b30fdb..59e1137672df 100644 --- a/Formula/u/uv.rb +++ b/Formula/u/uv.rb @@ -1,8 +1,8 @@ class Uv < Formula desc "Extremely fast Python package installer and resolver, written in Rust" homepage "https://github.com/astral-sh/uv" - url "https://github.com/astral-sh/uv/archive/refs/tags/0.4.16.tar.gz" - sha256 "28c40f5456afa30fac98bb0f3fe38740d8c3bda9425c75b21044efe30c9c3278" + url "https://github.com/astral-sh/uv/archive/refs/tags/0.4.17.tar.gz" + sha256 "8fe5579b1235517992622b19f395cfd7fc86b5b532b0e42d881f424f653b324c" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/astral-sh/uv.git", branch: "main" From 17ceef7d514dec4bc1dc9cb2f36136c6508e7899 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 27 Sep 2024 21:28:37 +0000 Subject: [PATCH 2/2] uv: update 0.4.17 bottle. --- Formula/u/uv.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/u/uv.rb b/Formula/u/uv.rb index 59e1137672df..31f94f7d5105 100644 --- a/Formula/u/uv.rb +++ b/Formula/u/uv.rb @@ -7,12 +7,12 @@ class Uv < Formula head "https://github.com/astral-sh/uv.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ad350f0365ae18c736b5270ca29dec84b63bc13d772f74bfe4a1b1d44f4e92bb" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4523723d44a9082a975aace9b2d9c749eee2cd20d8fd87e99c4a8a403f68a48a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4925082c1e28032c6845baecbc32b55b9d43911e646d0378f66c5a454cb5e860" - sha256 cellar: :any_skip_relocation, sonoma: "e0a2d83d00224115d3f178ede0965524d9440cb8075dfb70bc67d0940b80a6d9" - sha256 cellar: :any_skip_relocation, ventura: "1f19d6aa180cf964f704a96b650153f57c7e4518b9d8f54999d6c3242d71b038" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2ef51771958b805593ce7ee9e75cb00e37882454e91185035fa643a3feef1d70" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "45a78d07374986b3c622a0eb9cb26cbb58725f58e60b48ca4295bafdea454301" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "157a594236fae7abd0298a9311b5d127d47ba1b2991197a3acc20fcd4bd18d0f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "20124bc836f1dda0d923a6119f374a35de7af799672daf8aa9681dd1914b7a7d" + sha256 cellar: :any_skip_relocation, sonoma: "ec0055b503503c36ebd1bc845bfe805bb22fe7f3787ce51e417d42a56bdcab08" + sha256 cellar: :any_skip_relocation, ventura: "2be57264137615a9d3fce8586b7ac3849f3c56e4c80c33a3b97c573f74a95b84" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6c108c5b256efce272c1b2b2c59c936fafc2cc8e16897ede9e32f28c54d0bde8" end depends_on "pkg-config" => :build