From 10c85bbc7b22a6e3651a85e0709dd81551297779 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 15 Nov 2024 01:08:46 +0000 Subject: [PATCH 1/2] uv 0.5.2 --- 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 4166a6144d7f0..f2d0ec6e6cc68 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.1.tar.gz" - sha256 "e8397ccea820e2b83bb5b1017525a1f5c599a53cddf424156412214e17b2ae36" + url "https://github.com/astral-sh/uv/archive/refs/tags/0.5.2.tar.gz" + sha256 "14b4ed7c955acdf4ae2b47537addbefb8a486e47cada903970f10e28f40b518c" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/astral-sh/uv.git", branch: "main" From 98b757e7ef374798ac80bbda93e8c973b3b3b10b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 15 Nov 2024 02:04:01 +0000 Subject: [PATCH 2/2] uv: update 0.5.2 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 f2d0ec6e6cc68..3bc7879fd73a2 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: "faf41989caec80959346c76b1d2557b62131e8936daf154fd91f7b4b2bf237aa" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "cc9b67e88c4605ed01fe928d6a2d6fd821f8217c8b72c8abee5793a826353a4a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "307f66977db1221c9d19db1c6bb17f933fa735855d85876b30d20287dd2c57df" - sha256 cellar: :any_skip_relocation, sonoma: "ab7f2696d10e42aa2672c30d5f4c311f8ea8b8d3b3c66bfbad339846b5cf1ffb" - sha256 cellar: :any_skip_relocation, ventura: "5ffa9c7d9897579cfcc08e16e3dcdca86433cbd2f271f5ce8c0afd210b680870" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f7ac979563aabf4cf0e6932a8d42ea7128407618aba66531046eeccd1aec89e9" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1ea5143ac9a2550233ebadebd68302f2319858f5320b613e9320f407e60f816e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "52d3781d81f48d10a29c9e6eeb63aea5b11556be2598b5a6f77a42258371040b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "7724844ef1771dbd42529cc8699ea79bf6ef4c5622d5ec497b22cd53fee68a23" + sha256 cellar: :any_skip_relocation, sonoma: "d6c11acc1ace53db77fc15064cab01a4f89ce65604527c64f743f08bef6459e8" + sha256 cellar: :any_skip_relocation, ventura: "0a11a2a2594da1c05ff608960efeddd93d770023c6562eb2d8dad03c3ccb93c6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a36243fdefde88ead994660e04064fe56c3ae9034b4887534526267bfd1a4c6c" end depends_on "pkg-config" => :build