diff options
| author | Adam Johnson <AdamJohnso@gmail.com> | 2021-07-13 16:13:06 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-13 13:13:06 -0700 |
| commit | a66098ad1a9ec72de9fd4d63ecce8bd23d6b6d74 (patch) | |
| tree | f15d58a7139a4a8844d92079a355d45c325d8729 /ports/python3 | |
| parent | 675adc7e8558bd39b8ee6946f17475839d601cd4 (diff) | |
| download | vcpkg-a66098ad1a9ec72de9fd4d63ecce8bd23d6b6d74.tar.gz vcpkg-a66098ad1a9ec72de9fd4d63ecce8bd23d6b6d74.zip | |
[python3] Update to 3.9.6 (#18754)
* [python3] Bump to 3.9.6
* x-add-version
* Update all tools to Python 3.9.6.
Diffstat (limited to 'ports/python3')
| -rw-r--r-- | ports/python3/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/python3/vcpkg.json | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/ports/python3/portfile.cmake b/ports/python3/portfile.cmake index 4ee2b825d..2765b6a19 100644 --- a/ports/python3/portfile.cmake +++ b/ports/python3/portfile.cmake @@ -5,7 +5,7 @@ endif() set(PYTHON_VERSION_MAJOR 3) set(PYTHON_VERSION_MINOR 9) -set(PYTHON_VERSION_PATCH 5) +set(PYTHON_VERSION_PATCH 6) set(PYTHON_VERSION ${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}.${PYTHON_VERSION_PATCH}) set(PATCHES @@ -32,7 +32,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO python/cpython REF v${PYTHON_VERSION} - SHA512 6bef5174f133e7eb48ad54d14b07f77500ac2cdcfb397cac9f19ecaaf5334fbcc999f755719883c99c0d173b7b816a2def56537666c20e7b11cb783572fc6e00 + SHA512 a484de98044d180c3494ccf199f146516650cf7bc917b7d4a85f1e9b42b3938c2540f82298cb3f59332ae41c927e2335b4d91265de3496db4a14693a25a6a772 HEAD_REF master PATCHES ${PATCHES} ) diff --git a/ports/python3/vcpkg.json b/ports/python3/vcpkg.json index 2f562e6c6..84aec1b9a 100644 --- a/ports/python3/vcpkg.json +++ b/ports/python3/vcpkg.json @@ -1,7 +1,6 @@ { "name": "python3", - "version-string": "3.9.5", - "port-version": 1, + "version-semver": "3.9.6", "description": "The Python programming language", "homepage": "https://github.com/python/cpython", "supports": "!(arm | uwp)", |
