Skip to content

Commit

Permalink
Merge pull request #149225 from chenrui333/bump-maturin-1.3.0
Browse files Browse the repository at this point in the history
maturin 1.3.0
  • Loading branch information
BrewTestBot authored Oct 3, 2023
2 parents 8d89dd7 + 3943f10 commit 635c44f
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions Formula/m/maturin.rb
Original file line number Diff line number Diff line change
@@ -1,22 +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.2.3.tar.gz"
sha256 "61e119a3d9b8f8083b7765236bc52afe779a0c2ae8c3aebc9e52d36560733772"
url "https://github.com/PyO3/maturin/archive/refs/tags/v1.3.0.tar.gz"
sha256 "bee17a7c744d1f4a30477d4437adba5c97e31e989388a7946be205d0e9bcb9bf"
license any_of: ["Apache-2.0", "MIT"]
head "https://github.com/PyO3/maturin.git", branch: "main"

bottle do
rebuild 1
sha256 cellar: :any, arm64_sonoma: "b372bd7bc5a1f716740598a65fc6dd7ba9f302dc54c7ff3b663ae7018a1f713c"
sha256 cellar: :any_skip_relocation, arm64_ventura: "94a1c679bd2fa3acf25e14cbb8f571e80162d7231b93a2820b87905cb9c63a89"
sha256 cellar: :any_skip_relocation, arm64_monterey: "2c54561198519e6a02e38d3f4bafdc7a5b58eb0bd9e3069367a410d40d191ebc"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "30a2b03bdf7e5423e662ddd2a63643889692f7c97ee7371097df7d38d863403d"
sha256 cellar: :any, sonoma: "ba5b5c0af42a42688cd2121cb238b85adea87628f3ca52c63dd85fc98ef3ffb3"
sha256 cellar: :any_skip_relocation, ventura: "c04a1d6f98b063a6d0a472a1bcdc94f3e99d7ab71cbd6547ba37581210fb60c0"
sha256 cellar: :any_skip_relocation, monterey: "d2a39e45c65b5e06e2265f659edc7e59e95264a055e7f6b272ba213b1e3b1047"
sha256 cellar: :any_skip_relocation, big_sur: "51f68a51569e06a2c9725a3569e7de1b1a430b97c5c887b7d53b124c685a6234"
sha256 cellar: :any_skip_relocation, x86_64_linux: "34891e1ee14d0117c44faf37c29c19d2b50d58e49178681f4bfabb9d7eeb449f"
sha256 cellar: :any, arm64_sonoma: "474802c1a31490c08bc39a4e70373e7887c95045e7f34ab0c0127aa87bd98342"
sha256 cellar: :any_skip_relocation, arm64_ventura: "e99ddb1867c5256aad92413d75a298766aceaa188af1a972a1a8f56c2deef437"
sha256 cellar: :any_skip_relocation, arm64_monterey: "1e775c1f7a60a0e7675ecbd14aae589af68d55dfeace730e8cc5aed952310f18"
sha256 cellar: :any, sonoma: "822eadf783293fe4f9b3d5ae430d193040c0c1f33c38670c261805aa7d49b492"
sha256 cellar: :any_skip_relocation, ventura: "9cd0107972db78f587b1cdb88328aa65bdde332f3346b00518ed78aef50d2807"
sha256 cellar: :any_skip_relocation, monterey: "bc6b1fca36da3a5550c6d8c3d384a168b88f182983887016e2bc9100307f7a8e"
sha256 cellar: :any_skip_relocation, x86_64_linux: "5450d3d46d82480a41c6ed7e58e8bfce6ee6f5be93d5f0b46bd1698d50850ac7"
end

depends_on "python-flit-core" => :build
Expand Down

0 comments on commit 635c44f

Please sign in to comment.