From e44bf6a1068f81369d9abdb3a74c40fd0bb0f985 Mon Sep 17 00:00:00 2001 From: miyanyan <40262194+miyanyan@users.noreply.github.com> Date: Tue, 17 Sep 2024 03:48:21 +0800 Subject: [PATCH] [pybind11] update to 2.13.6 (#40983) --- ports/pybind11/portfile.cmake | 2 +- ports/pybind11/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/p-/pybind11.json | 5 +++++ 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ports/pybind11/portfile.cmake b/ports/pybind11/portfile.cmake index a381859d2d..2c63582d1e 100644 --- a/ports/pybind11/portfile.cmake +++ b/ports/pybind11/portfile.cmake @@ -2,7 +2,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO pybind/pybind11 REF "v${VERSION}" - SHA512 bf9ebfbd8e694fbb421d8bdb5362a207a3782685d48988e77aed98363b2fa302e7384b570b02b117d45d5509b1633b096d4fc1ef16f65e6cc8c888b863c1e2cb + SHA512 497c25b33b09a9c42f67131ab82e35d689e8ce089dd7639be997305ff9a6d502447b79c824508c455d559e61f0186335b54dd2771d903a7c1621833930622d1a HEAD_REF master ) diff --git a/ports/pybind11/vcpkg.json b/ports/pybind11/vcpkg.json index 3d5ed22f57..1ac3e4685d 100644 --- a/ports/pybind11/vcpkg.json +++ b/ports/pybind11/vcpkg.json @@ -1,6 +1,6 @@ { "name": "pybind11", - "version": "2.13.5", + "version": "2.13.6", "description": "pybind11 is a lightweight header-only library that exposes C++ types in Python and vice versa, mainly to create Python bindings of existing C++ code", "homepage": "https://github.com/pybind/pybind11", "license": "BSD-3-Clause", diff --git a/versions/baseline.json b/versions/baseline.json index 7b75f4744f..ba666c6ec7 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -7229,7 +7229,7 @@ "port-version": 0 }, "pybind11": { - "baseline": "2.13.5", + "baseline": "2.13.6", "port-version": 0 }, "pystring": { diff --git a/versions/p-/pybind11.json b/versions/p-/pybind11.json index 1bf6e42e38..dccfa38b1a 100644 --- a/versions/p-/pybind11.json +++ b/versions/p-/pybind11.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "61bb90b38540cad23b050fb28bbc5cfb83845e95", + "version": "2.13.6", + "port-version": 0 + }, { "git-tree": "f02c4e33cba72e478d122bc1e76fb027466579e5", "version": "2.13.5",