Python3: update to 3.8.12

update 3.8.11 (2021-06-28) to 3.8.12 (2021-08-30)

release notes: (security release)
- https://docs.python.org/release/3.8.12/whatsnew/changelog.html#changelog

release schedule:
- https://www.python.org/dev/peps/pep-0569/
This commit is contained in:
heitbaum 2021-09-20 21:46:59 +10:00
parent 7455a768c7
commit 51b3e87029

View File

@ -3,8 +3,8 @@
PKG_NAME="Python3"
# When changing PKG_VERSION remember to sync PKG_PYTHON_VERSION!
PKG_VERSION="3.8.11"
PKG_SHA256="fb1a1114ebfe9e97199603c6083e20b236a0e007a2c51f29283ffb50c1420fb2"
PKG_VERSION="3.8.12"
PKG_SHA256="b1d3a76420375343b5e8a22fceb1ac65b77193e9ed27146524f0a9db058728ea"
PKG_LICENSE="OSS"
PKG_SITE="https://www.python.org/"
PKG_URL="https://www.python.org/ftp/python/${PKG_VERSION}/${PKG_NAME::-1}-${PKG_VERSION}.tar.xz"