Skip to content

[yaml-cpp] update to 0.7.0#19272

Merged
dan-shaw merged 5 commits intomicrosoft:masterfrom
autoantwort:update-yaml-cpp
Aug 10, 2021
Merged

[yaml-cpp] update to 0.7.0#19272
dan-shaw merged 5 commits intomicrosoft:masterfrom
autoantwort:update-yaml-cpp

Conversation

@autoantwort
Copy link
Contributor

Fixes #19255

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 261c458af6e3eed5d099144aff95d2b5035f656b -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 8ce15df..3365973 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -4576,6 +4576,10 @@
       "baseline": "2.0.1",
       "port-version": 0
     },
+    "opencolorio-tools": {
+      "baseline": "1.1.1",
+      "port-version": 0
+    },
     "opencsg": {
       "baseline": "1.4.2-1",
       "port-version": 0

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 261c458af6e3eed5d099144aff95d2b5035f656b -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index fd27c3a..187221b 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -4573,8 +4573,8 @@
       "port-version": 7
     },
     "opencolorio": {
-      "baseline": "1.1.1",
-      "port-version": 5
+      "baseline": "2.0.1",
+      "port-version": 0
     },
     "opencolorio-tools": {
       "baseline": "1.1.1",
@@ -4625,7 +4625,7 @@
       "port-version": 1
     },
     "openimageio": {
-      "baseline": "2.2.10.0",
+      "baseline": "2.2.16.0",
       "port-version": 1
     },
     "openjpeg": {
diff --git a/versions/o-/opencolorio.json b/versions/o-/opencolorio.json
index f4d3afa..6861710 100644
--- a/versions/o-/opencolorio.json
+++ b/versions/o-/opencolorio.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "834f414f0e55858af01eda3049b4748f1dfb1ec8",
+      "version-semver": "2.0.1",
+      "port-version": 0
+    },
     {
       "git-tree": "c011ef89b247b0bc54a08016fe23793defd398a5",
       "version-semver": "1.1.1",
diff --git a/versions/o-/openimageio.json b/versions/o-/openimageio.json
index 02f7e64..8ce0508 100644
--- a/versions/o-/openimageio.json
+++ b/versions/o-/openimageio.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "c3efc53dfabb2b44f5e9023b65a26961cf66f46d",
+      "version": "2.2.16.0",
+      "port-version": 1
+    },
     {
       "git-tree": "2c57516ef37256b8b87a41801732e11b3ae1380c",
       "version": "2.2.10.0",

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 261c458af6e3eed5d099144aff95d2b5035f656b -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index fd27c3a..187221b 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -4573,8 +4573,8 @@
       "port-version": 7
     },
     "opencolorio": {
-      "baseline": "1.1.1",
-      "port-version": 5
+      "baseline": "2.0.1",
+      "port-version": 0
     },
     "opencolorio-tools": {
       "baseline": "1.1.1",
@@ -4625,7 +4625,7 @@
       "port-version": 1
     },
     "openimageio": {
-      "baseline": "2.2.10.0",
+      "baseline": "2.2.16.0",
       "port-version": 1
     },
     "openjpeg": {
diff --git a/versions/o-/opencolorio.json b/versions/o-/opencolorio.json
index f4d3afa..8d27d13 100644
--- a/versions/o-/opencolorio.json
+++ b/versions/o-/opencolorio.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "2881c000e5159f5719be789a5edef8fd721ef065",
+      "version-semver": "2.0.1",
+      "port-version": 0
+    },
     {
       "git-tree": "c011ef89b247b0bc54a08016fe23793defd398a5",
       "version-semver": "1.1.1",
diff --git a/versions/o-/openimageio.json b/versions/o-/openimageio.json
index 02f7e64..8ce0508 100644
--- a/versions/o-/openimageio.json
+++ b/versions/o-/openimageio.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "c3efc53dfabb2b44f5e9023b65a26961cf66f46d",
+      "version": "2.2.16.0",
+      "port-version": 1
+    },
     {
       "git-tree": "2c57516ef37256b8b87a41801732e11b3ae1380c",
       "version": "2.2.10.0",

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 261c458af6e3eed5d099144aff95d2b5035f656b -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 55d559d..187221b 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -4576,6 +4576,10 @@
       "baseline": "2.0.1",
       "port-version": 0
     },
+    "opencolorio-tools": {
+      "baseline": "1.1.1",
+      "port-version": 0
+    },
     "opencsg": {
       "baseline": "1.4.2-1",
       "port-version": 0

@JonLiu1993 JonLiu1993 self-assigned this Aug 2, 2021
@JonLiu1993 JonLiu1993 added the category:port-update The issue is with a library, which is requesting update new revision label Aug 2, 2021
Copy link
Contributor

@JonLiu1993 JonLiu1993 left a comment

Choose a reason for hiding this comment

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

@autoantwort ,Why delete the opencolorio-tools port?

@autoantwort
Copy link
Contributor Author

@autoantwort ,Why delete the opencolorio-tools port?

Because it was simply a tools feature if the opencolorio port, I assume that was done when features were not supported in vcpkg so that they created a new ...-tools port for that.

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!

All manifest files must be formatted

./vcpkg format-manifest ports/*/vcpkg.json

Diff
diff --git a/ports/opencolorio/vcpkg.json b/ports/opencolorio/vcpkg.json
index 5087e64..13d79cd 100644
--- a/ports/opencolorio/vcpkg.json
+++ b/ports/opencolorio/vcpkg.json
@@ -17,8 +17,8 @@
     "tools": {
       "description": "Installs tools",
       "dependencies": [
-        "lcms",
-        "glew"
+        "glew",
+        "lcms"
       ]
     }
   }
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout fa43004f0c20e37a2564701d25c5b1226cc91855 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index e0d2c77..7ffb88e 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -4593,8 +4593,8 @@
       "port-version": 7
     },
     "opencolorio": {
-      "baseline": "1.1.1",
-      "port-version": 5
+      "baseline": "2.0.1",
+      "port-version": 0
     },
     "opencolorio-tools": {
       "baseline": "1.1.1",
@@ -4645,8 +4645,8 @@
       "port-version": 1
     },
     "openimageio": {
-      "baseline": "2.2.10.0",
-      "port-version": 1
+      "baseline": "2.2.17.0",
+      "port-version": 0
     },
     "openjpeg": {
       "baseline": "2.3.1",
@@ -5113,8 +5113,8 @@
       "port-version": 0
     },
     "pystring": {
-      "baseline": "1.1.3-2",
-      "port-version": 0
+      "baseline": "1.1.3",
+      "port-version": 3
     },
     "python2": {
       "baseline": "2.7.18",
@@ -6857,8 +6857,8 @@
       "port-version": 0
     },
     "yaml-cpp": {
-      "baseline": "0.6.3",
-      "port-version": 1
+      "baseline": "0.7.0",
+      "port-version": 0
     },
     "yara": {
       "baseline": "4.1.1",
diff --git a/versions/o-/opencolorio.json b/versions/o-/opencolorio.json
index f4d3afa..ea711f6 100644
--- a/versions/o-/opencolorio.json
+++ b/versions/o-/opencolorio.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "a01eab31871124fbeffef25d520dc9123c55d086",
+      "version-semver": "2.0.1",
+      "port-version": 0
+    },
     {
       "git-tree": "c011ef89b247b0bc54a08016fe23793defd398a5",
       "version-semver": "1.1.1",
diff --git a/versions/o-/openimageio.json b/versions/o-/openimageio.json
index 02f7e64..2623b41 100644
--- a/versions/o-/openimageio.json
+++ b/versions/o-/openimageio.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "9702489400430a3722630ed97cec5d33fa7e0ae3",
+      "version": "2.2.17.0",
+      "port-version": 0
+    },
     {
       "git-tree": "2c57516ef37256b8b87a41801732e11b3ae1380c",
       "version": "2.2.10.0",
diff --git a/versions/p-/pystring.json b/versions/p-/pystring.json
index b29d9d2..0e35c82 100644
--- a/versions/p-/pystring.json
+++ b/versions/p-/pystring.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "40f7900f368b6945a25c91fad64c0d33f856a0ad",
+      "version-string": "1.1.3",
+      "port-version": 3
+    },
     {
       "git-tree": "33c038a18b859b695f9e1f7d4618278c9ef14e4a",
       "version-string": "1.1.3-2",
diff --git a/versions/y-/yaml-cpp.json b/versions/y-/yaml-cpp.json
index 3e58880..a550b40 100644
--- a/versions/y-/yaml-cpp.json
+++ b/versions/y-/yaml-cpp.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "030965595ba902bf0ea211387ad2ed1678434477",
+      "version": "0.7.0",
+      "port-version": 0
+    },
     {
       "git-tree": "045045b2d5b8cb6166b6d0d548effc0764623341",
       "version-string": "0.6.3",

@autoantwort
Copy link
Contributor Author

Thank you for your detailed review @ras0219 ❤️

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:needs-maintainer-attention Lets the current 'on rotation' vcpkg maintainer know they need to look at this.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[yaml-cpp] update to 0.7.0

4 participants