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 2.9.1 #23108

Merged
merged 1 commit into from
Feb 16, 2022
Merged

Conversation

SunBlack
Copy link
Contributor

  • What does your PR fix?

    See Changelog 2.9.1

  • Which triplets are supported/not supported? Have you updated the CI baseline?

    Just a port update

  • Does your PR follow the maintainer guide?

    Yes

  • If you have added/updated a port: Have you run ./vcpkg x-add-version --all and committed the result?

    Yes

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

You have modified or added at least one vcpkg.json where a "license" field is missing.

If you feel able to do so, please consider adding a "license" field to the following files:

  • ports/pybind11/vcpkg.json

Valid values for the license field can be found in the documentation

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!

After committing all other changes, the version database must be updated
git add -u && git commit
git checkout b1642553ec6049bb5ccdf59bea6b4aaca1033e82 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/p-/pybind11.json b/versions/p-/pybind11.json
index dc3ba10..a5ef5f0 100644
--- a/versions/p-/pybind11.json
+++ b/versions/p-/pybind11.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "3082d4383ddd75c9cf0acb00e8e44cff8c189d02",
+      "git-tree": "24ea84c002f9cc529a54996dbbf2e9b2cce9cadf",
       "version-semver": "2.9.1",
       "port-version": 0
     },

@SunBlack
Copy link
Contributor Author

Added license field now, see license text of pybind11 seems to match the BSD3-Clause from SPDX (of course the author line is adjusted and there is an additional hint to .github/CONTRIBUTING.md)

@JonLiu1993 JonLiu1993 self-assigned this Feb 16, 2022
@JonLiu1993 JonLiu1993 added the category:port-update The issue is with a library, which is requesting update new revision label Feb 16, 2022
@JonLiu1993 JonLiu1993 added the info:reviewed Pull Request changes follow basic guidelines label Feb 16, 2022
@BillyONeal BillyONeal merged commit 2688620 into microsoft:master Feb 16, 2022
@BillyONeal
Copy link
Member

Thanks for the update!

@SunBlack SunBlack deleted the update_pybind11_291 branch February 16, 2022 10:21
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.

None yet

3 participants