[pybind11] Update to 2.11.0 (#33188)

This commit is contained in:
SunBlack 2023-08-17 21:55:06 +02:00 committed by GitHub
parent a41cb3e775
commit 39412b8396
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO pybind/pybind11
REF "v${VERSION}"
SHA512 7970defbb6d057a44468ed707c80bfa6ef8c9578528fbc084b03aeea20a52dbd681581f82d55ff90af11ee89693379bd79e2ab6603239ba05b0aa8da29dd93c7
SHA512 10edfdc499ed70234de0796f79b9f3a7a14d4baf01fb09fedbd9126e0a13d9cdeb213950c53a8f7a67cd6049b1db31efacfe2192098236b242ad3685967ea907
HEAD_REF master
PATCHES
fix-debug-link.patch

View File

@ -1,6 +1,6 @@
{
"name": "pybind11",
"version": "2.10.4",
"version": "2.11.0",
"port-version": 1,
"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",

View File

@ -6593,7 +6593,7 @@
"port-version": 0
},
"pybind11": {
"baseline": "2.10.4",
"baseline": "2.11.0",
"port-version": 1
},
"pystring": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "3aeca2d8bc4821ab8e508e9097386fdaa6f12eef",
"version": "2.11.0",
"port-version": 1
},
{
"git-tree": "14db30027dba1e9d7ba976dd0645dac59ec553a8",
"version": "2.10.4",