From 891f84e6c1843344d314ec32312ce3dcdf18ca11 Mon Sep 17 00:00:00 2001 From: miyanyan <40262194+miyanyan@users.noreply.github.com> Date: Mon, 26 Aug 2024 15:53:38 +0800 Subject: [PATCH] [pybind11] update to 2.13.5 (#40605) --- 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 13554c6d63..a381859d2d 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 5938c758da5450be645b366190579aa7943294471a0c639c2aeb9d8e9d201ef4fb4dfd0cb1db91390f74dc59f175f6cf47b0c45c20d45ab9f3eeb1a834886de7 + SHA512 bf9ebfbd8e694fbb421d8bdb5362a207a3782685d48988e77aed98363b2fa302e7384b570b02b117d45d5509b1633b096d4fc1ef16f65e6cc8c888b863c1e2cb HEAD_REF master ) diff --git a/ports/pybind11/vcpkg.json b/ports/pybind11/vcpkg.json index faaceb3a99..3d5ed22f57 100644 --- a/ports/pybind11/vcpkg.json +++ b/ports/pybind11/vcpkg.json @@ -1,6 +1,6 @@ { "name": "pybind11", - "version": "2.13.4", + "version": "2.13.5", "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 176f80d704..e9ddb8b48f 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -7181,7 +7181,7 @@ "port-version": 0 }, "pybind11": { - "baseline": "2.13.4", + "baseline": "2.13.5", "port-version": 0 }, "pystring": { diff --git a/versions/p-/pybind11.json b/versions/p-/pybind11.json index 72ab4cd494..1bf6e42e38 100644 --- a/versions/p-/pybind11.json +++ b/versions/p-/pybind11.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "f02c4e33cba72e478d122bc1e76fb027466579e5", + "version": "2.13.5", + "port-version": 0 + }, { "git-tree": "39d5ae8e1c5dd495d0c2f6c312694ab36ea8ce59", "version": "2.13.4",