diff options
| author | Adam Johnson <AdamJohnso@gmail.com> | 2021-10-06 15:53:06 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-06 12:53:06 -0700 |
| commit | 15dab6a7628cb11cc9bea72a5065eeb473099e7c (patch) | |
| tree | f17c5c5e7e364f32a14b2c97e6cd09ffc12d69ad /versions | |
| parent | 90e568694e88f423139ddd186288a60bdd7c54c0 (diff) | |
| download | vcpkg-15dab6a7628cb11cc9bea72a5065eeb473099e7c.tar.gz vcpkg-15dab6a7628cb11cc9bea72a5065eeb473099e7c.zip | |
[python3] Upgrade to Python 3.10.0 (#20519)
* [python3] Update to Python 3.10.0rc2 (for testing).
* [python3] Revert trivial patch changes.
* [python3] Bump to 3.10.0 final.
* x-add-version
* update python tools to 3.10.0
* [ecm] Add patch from upstream for Python 3.10.
Remove this on the next release.
* x-add-version
* [python3] Add patch to fix static interpreter.
* x-add-version
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 6 | ||||
| -rw-r--r-- | versions/e-/ecm.json | 5 | ||||
| -rw-r--r-- | versions/p-/python3.json | 5 |
3 files changed, 13 insertions, 3 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 9049c7f56..7864ae7b1 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1930,7 +1930,7 @@ }, "ecm": { "baseline": "5.84.0", - "port-version": 1 + "port-version": 2 }, "ecos": { "baseline": "2.0.8", @@ -5337,8 +5337,8 @@ "port-version": 1 }, "python3": { - "baseline": "3.9.7", - "port-version": 2 + "baseline": "3.10.0", + "port-version": 0 }, "qca": { "baseline": "2.3.1", diff --git a/versions/e-/ecm.json b/versions/e-/ecm.json index 5ce5bb02b..82859b55a 100644 --- a/versions/e-/ecm.json +++ b/versions/e-/ecm.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "e01bd7b91852c7fa2dffc588bad45167d8d45c6b", + "version": "5.84.0", + "port-version": 2 + }, + { "git-tree": "5832b19b778f60eb0fb24654e0c8b665f0f8fb20", "version": "5.84.0", "port-version": 1 diff --git a/versions/p-/python3.json b/versions/p-/python3.json index 64e2590cd..007cb9431 100644 --- a/versions/p-/python3.json +++ b/versions/p-/python3.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "08e4258968ff551133ae315eb8ed207f87f085b6", + "version-semver": "3.10.0", + "port-version": 0 + }, + { "git-tree": "3975ee0659914edc75d63f914ac91bb3b7453f0c", "version-semver": "3.9.7", "port-version": 2 |
