mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-08 02:09:48 +03:00
package/python3: bump to version 3.8.6
Contains a number of bugfixes. For details, see the changelog: https://docs.python.org/release/3.8.6/whatsnew/changelog.html#changelog Update the license hash for the addition of a note stating that the examples and documentation is now dual licensed under the PSF and a Zero-Clause BSD license since:9fef7c54a0Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit3469e6e46b) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
################################################################################
|
||||
|
||||
PYTHON3_VERSION_MAJOR = 3.8
|
||||
PYTHON3_VERSION = $(PYTHON3_VERSION_MAJOR).5
|
||||
PYTHON3_VERSION = $(PYTHON3_VERSION_MAJOR).6
|
||||
PYTHON3_SOURCE = Python-$(PYTHON3_VERSION).tar.xz
|
||||
PYTHON3_SITE = https://python.org/ftp/python/$(PYTHON3_VERSION)
|
||||
PYTHON3_LICENSE = Python-2.0, others
|
||||
|
||||
Reference in New Issue
Block a user