8000 maturin 1.8.7 by BrewTestBot · Pull Request #226206 · Homebrew/homebrew-core · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

maturin 1.8.7 #226206

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 9, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions Formula/m/maturin.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
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.8.6.tar.gz"
sha256 "ab092813266355e08b2feeb0b138c8a47be7cac44a0ed45c9e04722ae94b8bf5"
url "https://github.com/PyO3/maturin/archive/refs/tags/v1.8.7.tar.gz"
sha256 "7fae57e8f14ea469c904f190774dd3c68a70fbc4c87b6a778b3e950e44cb8c24"
license any_of: ["Apache-2.0", "MIT"]
head "https://github.com/PyO3/maturin.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d4604fc872a8d902a59f8f8f00aed7ebc6e84697abc8aba7eb841db1614697fa"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ffd64bda1299b9fbbf6ff9739f102652ae0d447ba3e65d0b7695dc92e8cb8c66"
sha256 cellar: :any_skip_relocation, arm64_ventura: "18a29b6b4ee5e90e9479c4388c2235073d2336d0f333b97a91d13de51330deb7"
sha256 cellar: :any_skip_relocation, sonoma: "983104a3c26f06773586c01d329dbeb90920707d55210d8683fd3a1cfee16513"
sha256 cellar: :any_skip_relocation, ventura: "0791bd493ee99234a59419e8352275c992131e38be0239d659fe0aa76b15cab1"
sha256 cellar: :any_skip_relocation, arm64_linux: "88a16df0161807aa5c4feda7bfeb2a66a3e2f5406d353d995dd83dd6eaef3a44"
sha256 cellar: :any_skip_relocation, x86_64_linux: "123b144d3952ff54df35a13843738028fc5e8b72d3165b9ebf2 6409 8e59a52b83bb1"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "7e8bed0d4652c1aeafbfbfa8cb5e3201014a91c94ae01539d8c16e9dab7270e1"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "19fd7ee33f51beaec3dd69e881eade9b9390f8bb445e179a1bb85612ca5ee675"
sha256 cellar: :any_skip_relocation, arm64_ventura: "43b1172b6379ebc165608d4c984ed8ab0ae2b08202e373219f120168175d4ebf"
sha256 cellar: :any_skip_relocation, sonoma: "eff5734ccd3956977cb1280db391ae26f5028be1832d3c3e0113210f6e84b7ba"
sha256 cellar: :any_skip_relocation, ventura: "d2f988f7b4cbc3219d4b0142849a7b9fbca3aa2afe8fb36596e78ff452b65840"
sha256 cellar: :any_skip_relocation, arm64_linux: "63f66ecbec4e6ce241e4f3b5dcc2ecc0d3e4c4a45093cff8e3dba6a246cc1b4c"
sha256 cellar: :any_skip_relocation, x86_64_linux: "50fb25c2e867b69893c90835c3468b6b361ea9ec4804f6571f759b70993ee8e6"
end

depends_on "python@3.13" => :test
Expand Down
Loading
0