Skip to content

Commit

Permalink
Merge pull request #165056 from Homebrew/bump-maturin-1.5.0
Browse files Browse the repository at this point in the history
maturin 1.5.0
  • Loading branch information
BrewTestBot authored Mar 5, 2024
2 parents d72ff65 + 747926d commit 4f8771c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1038,6 +1038,7 @@ marp-cli
massdriver
matplotplusplus
matterbridge
maturin
maven
mavsdk
mawk
Expand Down
23 changes: 11 additions & 12 deletions Formula/m/maturin.rb
Original file line number Diff line number Diff line change
@@ -1,20 +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.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"

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
Expand All @@ -30,8 +29,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
Expand Down

0 comments on commit 4f8771c

Please sign in to comment.