From 67d7d4fa664299cd9c9a26a7f517748f07e75800 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 22 Aug 2025 20:12:51 +0000 Subject: [PATCH 1/2] pybind11 3.0.1 --- Formula/p/pybind11.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/p/pybind11.rb b/Formula/p/pybind11.rb index dcfd513e5dd33..fe54fd348751f 100644 --- a/Formula/p/pybind11.rb +++ b/Formula/p/pybind11.rb @@ -1,8 +1,8 @@ class Pybind11 < Formula desc "Seamless operability between C++11 and Python" homepage "https://github.com/pybind/pybind11" - url "https://github.com/pybind/pybind11/archive/refs/tags/v3.0.0.tar.gz" - sha256 "453b1a3e2b266c3ae9da872411cadb6d693ac18063bd73226d96cfb7015a200c" + url "https://github.com/pybind/pybind11/archive/refs/tags/v3.0.1.tar.gz" + sha256 "741633da746b7c738bb71f1854f957b9da660bcd2dce68d71949037f0969d0ca" license "BSD-3-Clause" livecheck do @@ -29,7 +29,6 @@ def install system "cmake", "--install", "build" # build an `:all` bottle. - inreplace share/"cmake/pybind11/FindPythonLibsNew.cmake", "/usr/local", HOMEBREW_PREFIX inreplace share/"pkgconfig/pybind11.pc", /^prefix=$/, "\\0#{opt_prefix}" pythons.each do |python| From 01f0827527790a82c7dc247fee9bedecf2c8e120 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 23 Aug 2025 04:37:12 +0000 Subject: [PATCH 2/2] pybind11: update 3.0.1 bottle. --- Formula/p/pybind11.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/p/pybind11.rb b/Formula/p/pybind11.rb index fe54fd348751f..88946863c057b 100644 --- a/Formula/p/pybind11.rb +++ b/Formula/p/pybind11.rb @@ -11,7 +11,7 @@ class Pybind11 < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "66d50f1e916c452bfaa6e6212ab2f35777de43cbf68e9d7b6b299f1a503479bd" + sha256 cellar: :any_skip_relocation, all: "b166d6278d9e471fdd2d420fd33a790b764b69c3c1ff6098754517cd500a4d54" end depends_on "cmake" => :build