Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ports/pybind11/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO pybind/pybind11
REF v2.8.1
SHA512 6738b4551a1ca2fdf6676be78216b9056cecf8b4d125f0d1aaae9929614bcbf4a9b233fc3c52b8f9dfd19a9ca1496515e6748c1afd8968b9c52c9a1e8b28da10
REF v2.9.0
SHA512 87184c9e09e1340f2d34786a66560fe77684a3629b517f78321073a1f0dfdb766365d3698dcf6f08e5141b1f4da50ec917e61b36538e5a1ec9fd1b68f29cd396
HEAD_REF master
)

Expand Down
3 changes: 1 addition & 2 deletions ports/pybind11/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "pybind11",
"version-semver": "2.8.1",
"port-version": 1,
"version-semver": "2.9.0",
"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",
"supports": "!(arm & windows)",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5493,8 +5493,8 @@
"port-version": 1
},
"pybind11": {
"baseline": "2.8.1",
"port-version": 1
"baseline": "2.9.0",
"port-version": 0
},
"pystring": {
"baseline": "1.1.3",
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/pybind11.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "66591866c63bfff5fea690e23a05aa14cad10967",
"version-semver": "2.9.0",
"port-version": 0
},
{
"git-tree": "16618fe9543461ee68ba815f511afacbbcfd8330",
"version-semver": "2.8.1",
Expand Down