From 845f0bb9f2e91fefefd55e812eca6deae9746c40 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 26 Nov 2024 17:13:24 +0000 Subject: [PATCH 1/2] maturin 1.7.5 --- Formula/m/maturin.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/m/maturin.rb b/Formula/m/maturin.rb index dee01283c12b8..6a3b1b1fa1467 100644 --- a/Formula/m/maturin.rb +++ b/Formula/m/maturin.rb @@ -1,10 +1,9 @@ class Maturin < Formula desc "Build and publish Rust crates as Python packages" homepage "https://github.com/PyO3/maturin" - url "https://github.com/PyO3/maturin/archive/refs/tags/v1.7.4.tar.gz" - sha256 "19edb033a7d744dd2b4722218d9db47dadb633948577f957b44d8c9b8eececc8" + url "https://github.com/PyO3/maturin/archive/refs/tags/v1.7.5.tar.gz" + sha256 "e0c82ba54e5b410c9641db653581b995f6ec9f7a44e10a2cc6a8f75ce3797c2a" license any_of: ["Apache-2.0", "MIT"] - revision 1 head "https://github.com/PyO3/maturin.git", branch: "main" bottle do From c597e0d0522dde20d91fc771b31f0cf6070a08f9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 26 Nov 2024 20:23:39 +0000 Subject: [PATCH 2/2] maturin: update 1.7.5 bottle. --- Formula/m/maturin.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/m/maturin.rb b/Formula/m/maturin.rb index 6a3b1b1fa1467..4ab54dc59c86f 100644 --- a/Formula/m/maturin.rb +++ b/Formula/m/maturin.rb @@ -7,12 +7,12 @@ class Maturin < Formula head "https://github.com/PyO3/maturin.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "565437267821f6f495b7cac9cca4753b43fa1e2eb760bf83d11fb9420ea75cc8" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c4fb18c3ba4bd4f773fcdd8e961b3314a2f3d61adf06497715ea98ac42c5e5ee" - sha256 cellar: :any_skip_relocation, arm64_ventura: "7ca1c609fea5a30f8094a07ac834bef702994f6fe1f7a740100a0efaab6a6d25" - sha256 cellar: :any_skip_relocation, sonoma: "1acf90a18579f828719b504d2ffbab74dfd21606293d2e8f6eb1f3e530ae3f1a" - sha256 cellar: :any_skip_relocation, ventura: "05e279fe87e2e07580647f842719b36c90b71e86928d1379c48b3bf6d720c059" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a95136b390e0172132bd495a90ecdb99e7a7638096e6e4f290b8dfda3cea4a3b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "88a63869f72b1cbd552701d989c8cde7d51cd4503f955eb86797c11b0f3f8915" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8f7413a1ce352bb4e4b81dfdf70487d6992a2de95f2ffffae8d7aa7c37c9cb0b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "01e725dec32794803ac57634a124594c87ed17841442fd1018e1e2a64deec27f" + sha256 cellar: :any_skip_relocation, sonoma: "e4ff50c642e37e53281cf8ce3d28674d8c33e86a4d86208d16839be998aa8a6b" + sha256 cellar: :any_skip_relocation, ventura: "d34147513268f169d81367fbe81c66b7b297bb9385a2a1662b13b6459f103432" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fe45f423c8110066bff523e78fe5898b43b7ad9fa6666a23dc447d22dab02095" end depends_on "python@3.13" => :test