From 3552c7d15dc96947ee332dfcb0edc0cb5b999040 Mon Sep 17 00:00:00 2001 From: OSRF Build Bot Date: Thu, 12 Dec 2024 23:53:10 +0000 Subject: [PATCH 1/3] gz-math8: update 8.1.0 --- Formula/gz-math8.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/gz-math8.rb b/Formula/gz-math8.rb index ece7b078f..0a5b236d5 100644 --- a/Formula/gz-math8.rb +++ b/Formula/gz-math8.rb @@ -1,10 +1,9 @@ class GzMath8 < Formula desc "Math API for robotic applications" homepage "https://gazebosim.org" - url "https://osrf-distributions.s3.amazonaws.com/gz-math/releases/gz-math-8.0.0.tar.bz2" - sha256 "dfc15a78aa52f5e200da991e92ebcbd0bd6f9529326dbe3a1a365ad6d7da9669" + url "https://osrf-distributions.s3.amazonaws.com/gz-math/releases/gz-math-8.1.0.tar.bz2" + sha256 "18adf52528124fab46ffb0db92053e4b40ad673321d490b2ae6e971551712c22" license "Apache-2.0" - revision 3 head "https://github.com/gazebosim/gz-math.git", branch: "gz-math8" From ffe33f688d52278d79c063dbe63a221835263a65 Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Thu, 12 Dec 2024 23:31:09 -0800 Subject: [PATCH 2/3] gz-math8: remove old patch --- Formula/gz-math8.rb | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Formula/gz-math8.rb b/Formula/gz-math8.rb index 0a5b236d5..8c7131580 100644 --- a/Formula/gz-math8.rb +++ b/Formula/gz-math8.rb @@ -24,13 +24,6 @@ class GzMath8 < Formula depends_on "gz-utils3" depends_on "ruby" - patch do - # Support building python bindings against external gz-math library - # Remove this patch with the next release - url "https://github.com/gazebosim/gz-math/commit/17deea2ba86948c3a92aeed7cb541d05c9492c56.patch?full_index=1" - sha256 "604b266155d5715f6be2bac5c4e11e474c409a5497ea67009da49637b76acd6b" - end - def pythons deps.map(&:to_formula) .select { |f| f.name.match?(/^python@3\.\d+$/) } From d9e9a13667b2af91b98a38c7f48ff810b68f0159 Mon Sep 17 00:00:00 2001 From: OSRF Build Bot Date: Fri, 13 Dec 2024 10:13:15 +0000 Subject: [PATCH 3/3] update bottle. --- Formula/gz-math8.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/gz-math8.rb b/Formula/gz-math8.rb index 8c7131580..94aa1756d 100644 --- a/Formula/gz-math8.rb +++ b/Formula/gz-math8.rb @@ -9,8 +9,8 @@ class GzMath8 < Formula bottle do root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation" - sha256 cellar: :any, sonoma: "9d383cedd7c20499e7e150e75da3292869497f5bae078e332fdee355f808db81" - sha256 cellar: :any, ventura: "e5fa26ad927d2aecfe7b9a8d006910a7395848e0b7180e24ba6cd2437aed2d9f" + sha256 cellar: :any, sonoma: "e7dea9e7ff117d64ed2958ed91b7787cef1c19ef0f5eee1f3bc600c600c11b9e" + sha256 cellar: :any, ventura: "a6786e08826984a1fa9a1362ea1d389226dd2b5352ff3bf270df7beecf5028b6" end depends_on "cmake" => :build