diff options
| author | Ryan <ryan__mckenzie@hotmail.com> | 2021-08-10 01:00:44 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-10 01:00:44 -0700 |
| commit | bd66ddea982ff5260d11d00dc22af07e5dc0270f (patch) | |
| tree | 7667524e8bc3a883ee56fa1c8749c4c032d27699 /versions | |
| parent | 45768239ee52b1e100bfb8aa5d9e6fe57d064b0b (diff) | |
| download | vcpkg-bd66ddea982ff5260d11d00dc22af07e5dc0270f.tar.gz vcpkg-bd66ddea982ff5260d11d00dc22af07e5dc0270f.zip | |
[pybind11] Update to 2.7.1 (#19375)
* update to 2.7.1
* use `semver` version field
* fixup deprecated commands
* apply cmake guidelines for quoting arguments
* set `Python_EXECUTABLE` instead
pybind11 uses the `FindPython` module instead of `FindPython3`
* update baseline
* skip passing python executable on command line
* update baseline
* remove extraneous quotes
* remove unused function call
* update baseline
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/p-/pybind11.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 7d63b0a5f..dbb585b8a 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -5121,7 +5121,7 @@ "port-version": 0 }, "pybind11": { - "baseline": "2.6.2", + "baseline": "2.7.1", "port-version": 0 }, "pystring": { diff --git a/versions/p-/pybind11.json b/versions/p-/pybind11.json index b3c3b90b2..2a54f4b5a 100644 --- a/versions/p-/pybind11.json +++ b/versions/p-/pybind11.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "a8d7e31e74a9d73e4956e70efbcc0c3490968883", + "version-semver": "2.7.1", + "port-version": 0 + }, + { "git-tree": "e24d24b2afa6506e1dbea1bb922be82d0f4ffafb", "version": "2.6.2", "port-version": 0 |
