From 02488c825159007e9cda7c8477c394ee3dbca160 Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Sat, 6 Sep 2025 09:41:10 -0700 Subject: [PATCH 1/2] woof: use macos python, enable autobump --- Formula/w/woof.rb | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Formula/w/woof.rb b/Formula/w/woof.rb index 51d1fe8cc4f65..ca6978ac51750 100644 --- a/Formula/w/woof.rb +++ b/Formula/w/woof.rb @@ -9,14 +9,12 @@ class Woof < Formula revision 1 head "https://github.com/simon-budig/woof.git", branch: "master" - no_autobump! because: :requires_manual_review - bottle do rebuild 1 sha256 cellar: :any_skip_relocation, all: "cfc359d1f134edad9eb8e9f5fa9542486b3934dfc2c3f56e694c2557460a47b8" end - depends_on "python@3.13" + uses_from_macos "python" conflicts_with "woof-doom", because: "both install `woof` binaries" @@ -27,14 +25,14 @@ class Woof < Formula end def install - rewrite_shebang detected_python_shebang, "woof" + rewrite_shebang detected_python_shebang(use_python_from_path: true), "woof" bin.install "woof" end test do port = free_port pid = spawn bin/"woof", "-s", "-p", port.to_s - sleep 5 + sleep 15 begin read = (bin/"woof").read From 69cae0907378dffb70b280e1c104ebf72d6d99cf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 7 Sep 2025 01:49:01 +0000 Subject: [PATCH 2/2] woof: update 20220202_1 bottle. --- Formula/w/woof.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/w/woof.rb b/Formula/w/woof.rb index ca6978ac51750..f8f1f75d85fc6 100644 --- a/Formula/w/woof.rb +++ b/Formula/w/woof.rb @@ -10,8 +10,8 @@ class Woof < Formula head "https://github.com/simon-budig/woof.git", branch: "master" bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, all: "cfc359d1f134edad9eb8e9f5fa9542486b3934dfc2c3f56e694c2557460a47b8" + rebuild 2 + sha256 cellar: :any_skip_relocation, all: "fb77732fb7843685c636e191145e82994a84ee7eecad8b7c18cc09308eac8362" end uses_from_macos "python"