Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pybind11] Update to v2.5.0 #12394

Merged
merged 2 commits into from
Jul 13, 2020
Merged

[pybind11] Update to v2.5.0 #12394

merged 2 commits into from
Jul 13, 2020

Conversation

anand-bala
Copy link
Contributor

Describe the pull request

Updates pybind11 to the latest stable version v2.5.0 from v2.4.3.

Supports all the previously supported triplets (all), but have checked on personal x64-linux and x64-windows. No changed to the CI baseline.

Yes.

@ghost
Copy link

ghost commented Jul 12, 2020

CLA assistant check
All CLA requirements met.

ports/pybind11/portfile.cmake Show resolved Hide resolved
ports/pybind11/portfile.cmake Show resolved Hide resolved
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/pybind11/copyright)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/pybind11/copyright)
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)

@NancyLi1013 NancyLi1013 added category:port-update The issue is with a library, which is requesting update new revision requires:author-response labels Jul 13, 2020
@NancyLi1013
Copy link
Contributor

Hi @anand-bala
Thanks for this PR.
Since fmt has been updated in this PR #12312. Could you please revert the changes for fmt?

@anand-bala
Copy link
Contributor Author

Hey @NancyLi1013, I cleaned up the fmt changes and made the edits you suggested.

@ras0219-msft ras0219-msft merged commit 8d50672 into microsoft:master Jul 13, 2020
@ras0219-msft
Copy link
Contributor

LGTM, thanks for the update!

@NancyLi1013 NancyLi1013 added info:reviewed Pull Request changes follow basic guidelines and removed requires:author-response labels Jul 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-update The issue is with a library, which is requesting update new revision info:reviewed Pull Request changes follow basic guidelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[pybind11] update to 2.5.0
3 participants