From 79c95805e6174e9235e1abd428a78b495ae22710 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 5 Jun 2024 18:50:39 +0000 Subject: [PATCH 1/2] uv 0.2.7 --- 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 91e75985e15e4..347f6d65581dd 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.2.6.tar.gz" - sha256 "92320fd6dd4bc8903af4ffd5b412a61125bbd4a83838c75deeaffa48e48faf7a" + url "https://github.com/astral-sh/uv/archive/refs/tags/0.2.7.tar.gz" + sha256 "eadc67ab789360afcd4711aefd1542e4001eed218376ca4f309f22b0ef1e6f40" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/astral-sh/uv.git", branch: "main" From 75b0782f2e0991eff43dccef126710a05a07e872 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 5 Jun 2024 21:22:55 +0000 Subject: [PATCH 2/2] uv: update 0.2.7 bottle. --- Formula/u/uv.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/u/uv.rb b/Formula/u/uv.rb index 347f6d65581dd..03b82213142f1 100644 --- a/Formula/u/uv.rb +++ b/Formula/u/uv.rb @@ -7,13 +7,13 @@ class Uv < Formula head "https://github.com/astral-sh/uv.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "db88f16548a401e261ad28ae2be893c1850bb50b521e62b104c4907c311bcd97" - sha256 cellar: :any_skip_relocation, arm64_ventura: "2c929ece0a8968a6f61175a0a150933e34675f11b3f67be980308ef331364183" - sha256 cellar: :any_skip_relocation, arm64_monterey: "a88722008dc2e870692d7b57764b7f202b16b76ca29692a190c71bbb3e23457f" - sha256 cellar: :any_skip_relocation, sonoma: "c33eb9ba17aa4817e88e286fc492acb720e187bd7204e079f627f7d4e06a99ef" - sha256 cellar: :any_skip_relocation, ventura: "a8ad5a6f8aaf6a7d3feeaae875493fc33577a6d937063448c979203d6172947a" - sha256 cellar: :any_skip_relocation, monterey: "2fd13cd1ff74306f5aaa9149399ca585ff99ebda5add2c37269234ab51052e75" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4510dbe076c2e2f039011c2cb4120f47e2be93b4c889c1d207d7ace0b2ad5799" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7cbb881e39cc624a66c7b60b6a3135ed2399fd1b74e39aa3de876a4146164e71" + sha256 cellar: :any_skip_relocation, arm64_ventura: "14ec5c66820080f3630dade408edb8512c062c7619710007f180a5d2dd339ac3" + sha256 cellar: :any_skip_relocation, arm64_monterey: "25a8ee6d057a2884ebc09756985967ac24da2e14c32b098cbd3849d3367ae642" + sha256 cellar: :any_skip_relocation, sonoma: "a548df21bcb69beab101f3efb8e0777db47d0e9e126b38e43e59bb4606a12110" + sha256 cellar: :any_skip_relocation, ventura: "93ee1821180a60a3a5bd513ba22256ea761928d434bc5a70e2fb3a968167c93d" + sha256 cellar: :any_skip_relocation, monterey: "8f37010aedaea953ed2dc13ab5deb304571c67b2229b02d76db0ec25f7a46375" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a1acb3a6fd8e6969bafea2d35b6fe90bd07d681758af18cecd37b6d47f0afa43" end depends_on "pkg-config" => :build