diff options
| author | Adam Johnson <AdamJohnso@gmail.com> | 2021-02-24 17:01:02 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-24 14:01:02 -0800 |
| commit | 0daf0111b29615f6a12f346e5231a122448182b3 (patch) | |
| tree | d053292ccaad52adfe59b3292bc5466134589832 /ports/python3 | |
| parent | c8116498e44b0b4838646f24af845d236132014a (diff) | |
| download | vcpkg-0daf0111b29615f6a12f346e5231a122448182b3.tar.gz vcpkg-0daf0111b29615f6a12f346e5231a122448182b3.zip | |
[python3] upgrade to 3.9.2 (#16315)
* [python3] Update to 3.9.2.
* x-add-version
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 72b4ee3bd..ee19476cf 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 0) +set(PYTHON_VERSION_PATCH 2) set(PYTHON_VERSION ${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}.${PYTHON_VERSION_PATCH}) set(PATCHES @@ -23,7 +23,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO python/cpython REF v${PYTHON_VERSION} - SHA512 39d304cae181674c4872c63768c0e5aeace2c92eb6d5ea550428d65c8571bc60922b3a3d484b51c46b466aadb7e27500559cafec13a489b48613bbb3fe6a5a5d + SHA512 f13c7e50d2c7c00e67b801b0bbb6ab6a8b6bd16c706b3bdd9d2186de3830f0043d0b95d7993d65a169adc9097738906c07727f0df49cd2fb2916bdf0456896b6 HEAD_REF master PATCHES ${PATCHES} ) diff --git a/ports/python3/vcpkg.json b/ports/python3/vcpkg.json index d89136da3..0a0b7778f 100644 --- a/ports/python3/vcpkg.json +++ b/ports/python3/vcpkg.json @@ -1,7 +1,6 @@ { "name": "python3", - "version-string": "3.9.0", - "port-version": 3, + "version-string": "3.9.2", "description": "The Python programming language", "homepage": "https://github.com/python/cpython", "supports": "!(arm | uwp)", |
