From 90c056fd8b4ff14145fcd35b9d12ea7bc780090f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 27 Nov 2024 20:22:26 +0000 Subject: [PATCH 1/2] uv 0.5.5 --- 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 a946fb1d5ba3c..3ced759cc0467 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.5.4.tar.gz" - sha256 "3c1c95bcc99930b929e18665d7691b219ce4bef3555711a9be80139c183b9595" + url "https://github.com/astral-sh/uv/archive/refs/tags/0.5.5.tar.gz" + sha256 "48108de0a14dd91acf4ce73e1b28abb24f54969a3a477389b81e362ec2c098e5" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/astral-sh/uv.git", branch: "main" From 055eddd5925fe8db676ae96b16e157de1d23f74a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 27 Nov 2024 21:16:48 +0000 Subject: [PATCH 2/2] uv: update 0.5.5 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 3ced759cc0467..5419fcd628a40 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: "690bead24b3e885611e6d62f40152811d12865a03ad094c1528b19defa3a5eab" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "5eecc61149326e379504c16ababcaf1ba89d1d00d98cf3e2d6eab46dcb9de222" - sha256 cellar: :any_skip_relocation, arm64_ventura: "06fa10a4364f783dd12717942eafe84b7a91284f188a45f723ea102695c6e179" - sha256 cellar: :any_skip_relocation, sonoma: "5ba8acb4409924ff8143af31abcc5a41d6dd064c2782afca3bda7940797e7154" - sha256 cellar: :any_skip_relocation, ventura: "3038650d2eb526411c83cfe55716cdd57959a93af0bcb5438075b5dda15e4507" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c81cdb8fd4db86bc01b3452375f6d5fc7e7d1126fa00ed328ccb50d4f6f6ab6c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "eb006c9725bfb6180a34126e94fb224514578c12df58a4ac4895ab97fad25c13" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ad38db9bde3e70ec52b9f03c00f0b79af481e7d0c7059e526379ddff319078d5" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9e9b8d27f2ca033e52b03100aaf4361e20b1f20ed068ab9adad17e5193cc26e1" + sha256 cellar: :any_skip_relocation, sonoma: "5c34a49b7f66ab86965ec2a59cc1d9d9d8c78c5d8d4cd797b7a3bd329b27dc18" + sha256 cellar: :any_skip_relocation, ventura: "ea47ccb9a5abdd235064e4000471505cc025ef782236199c5965e056a1cf0e7e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d549226aa8b1e7e077292338b3c96fc656ef4dfb2afb6df5c2532bc317fc97ce" end depends_on "pkgconf" => :build