From 49b67b8c968fa6f1965c55346896ebc8d19caa6f Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 4 Mar 2024 22:45:00 -0500 Subject: [PATCH 1/2] maturin 1.5.0 autobump: add maturin Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/m/maturin.rb | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/autobump.txt b/.github/autobump.txt index eaf32fbd0930..be986cea3a93 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -1036,6 +1036,7 @@ marp-cli massdriver matplotplusplus matterbridge +maturin maven mavsdk mawk diff --git a/Formula/m/maturin.rb b/Formula/m/maturin.rb index f07f6291ae86..dd5a54de0ba1 100644 --- a/Formula/m/maturin.rb +++ b/Formula/m/maturin.rb @@ -1,8 +1,8 @@ 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.4.0.tar.gz" - sha256 "cd2cd3d465619bb997b41594398310e8b257d0c17854a58ca0598efa11e6d698" + url "https://github.com/PyO3/maturin/archive/refs/tags/v1.5.0.tar.gz" + sha256 "19eacc3befa15ff6302ef08951ed1a0516f5edea5ef1fae7f98fd8bd669610ff" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/PyO3/maturin.git", branch: "main" @@ -30,8 +30,8 @@ class Maturin < Formula end resource "setuptools-rust" do - url "https://files.pythonhosted.org/packages/f2/40/f1e9fedb88462248e94ea4383cda0065111582a4d5a32ca84acf60ab1107/setuptools-rust-1.8.1.tar.gz" - sha256 "94b1dd5d5308b3138d5b933c3a2b55e6d6927d1a22632e509fcea9ddd0f7e486" + url "https://files.pythonhosted.org/packages/9d/f1/2cb8887cad0726a5e429cc9c58e30767f58d22c34d55b075d2f845d4a2a5/setuptools-rust-1.9.0.tar.gz" + sha256 "704df0948f2e4cc60c2596ad6e840ea679f4f43e58ed4ad0c1857807240eab96" end resource "tomli" do From 747926d114548114c211d1483cfd3add413f0100 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 5 Mar 2024 06:10:21 +0000 Subject: [PATCH 2/2] maturin: update 1.5.0 bottle. --- Formula/m/maturin.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/m/maturin.rb b/Formula/m/maturin.rb index dd5a54de0ba1..a88efe27d466 100644 --- a/Formula/m/maturin.rb +++ b/Formula/m/maturin.rb @@ -7,14 +7,13 @@ class Maturin < Formula head "https://github.com/PyO3/maturin.git", branch: "main" bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e99124d51a6ec4a4bb9db9c9ed752166f96db5e13beec91af73bafb37b7c6eec" - sha256 cellar: :any_skip_relocation, arm64_ventura: "576c43778a992886d46910731d00ce0d54779176dd0dbee4a95461fb40e8e985" - sha256 cellar: :any_skip_relocation, arm64_monterey: "cfac9cf098214222e1d3f24b0e4dbc674d1610fe6c3ca79f1a79ae60389daf3f" - sha256 cellar: :any_skip_relocation, sonoma: "eabe4489bbd9c1d574ca969563de83acf78ce86453dbd26398ae5b212d2a2c1e" - sha256 cellar: :any_skip_relocation, ventura: "523d98a90b38d5a2db36afee0ff93f174e03d4ac29fa90a1f5c152fc8cfc2338" - sha256 cellar: :any_skip_relocation, monterey: "0057b0c38bc8b148c73b0ca18e03a7d68df5241013149fba7913e1b0bde7eef7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "029bc761cc6ab426e05a0348b7e30661eff5d8449235dffe7342c0bb9141b3a1" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ac6f489ca22aa4f6cb411b7ee0fc36d6fbaa6e6b940e0cce811a512d8d29557c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d84c0788904a7553bed9991e24beaa51565dce98b0e2883fbf3ab5c63a829e8d" + sha256 cellar: :any_skip_relocation, arm64_monterey: "ebbee243e035f679192422efffc84688b95f2b30793882debe999d6b990a945d" + sha256 cellar: :any_skip_relocation, sonoma: "03e2117430b88ad8219937bed7d08340c6745889dad57933ec9e8a6d0dabb8ba" + sha256 cellar: :any_skip_relocation, ventura: "799978386674d99008a88d45cfa659747b01cd4efe38497d78b0bcf995dd0839" + sha256 cellar: :any_skip_relocation, monterey: "e4a31781cced921fc214d6610778efcf2e31566c2a7569e246fa66370df44ade" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8c6f2f3baa0da92565d5af8102220ec9a711759407ab8435198f2c1b52acf371" end depends_on "python-flit-core" => :build