Patrick Georgi submitted this change.

View Change

Approvals: build bot (Jenkins): Verified Patrick Georgi: Looks good to me, approved
crossgcc: Upgrade Python to version 3.8.5

Change-Id: I660994ece28f04d97de2fe3a074ebcf93fb4d2f4
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39148
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
---
M util/crossgcc/buildgcc
D util/crossgcc/sum/Python-3.8.1.tar.xz.cksum
A util/crossgcc/sum/Python-3.8.5.tar.xz.cksum
3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index 8a07c83..639ccb5 100755
--- a/util/crossgcc/buildgcc
+++ b/util/crossgcc/buildgcc
@@ -41,7 +41,7 @@
BINUTILS_VERSION=2.35
GDB_VERSION=9.2
IASL_VERSION=20200528
-PYTHON_VERSION=3.8.1
+PYTHON_VERSION=3.8.5
EXPAT_VERSION=2.2.9
# CLANG version number
CLANG_VERSION=9.0.0
diff --git a/util/crossgcc/sum/Python-3.8.1.tar.xz.cksum b/util/crossgcc/sum/Python-3.8.1.tar.xz.cksum
deleted file mode 100644
index e899a45..0000000
--- a/util/crossgcc/sum/Python-3.8.1.tar.xz.cksum
+++ /dev/null
@@ -1 +0,0 @@
-a48fd28a037c0bcd7b7fc4d914c023f584e910ed tarballs/Python-3.8.1.tar.xz
diff --git a/util/crossgcc/sum/Python-3.8.5.tar.xz.cksum b/util/crossgcc/sum/Python-3.8.5.tar.xz.cksum
new file mode 100644
index 0000000..2f4d4ad
--- /dev/null
+++ b/util/crossgcc/sum/Python-3.8.5.tar.xz.cksum
@@ -0,0 +1 @@
+68d6c7f948801cc755905162f5ee7589595edee4 tarballs/Python-3.8.5.tar.xz

To view, visit change 39148. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I660994ece28f04d97de2fe3a074ebcf93fb4d2f4
Gerrit-Change-Number: 39148
Gerrit-PatchSet: 17
Gerrit-Owner: HAOUAS Elyes <ehaouas@noos.fr>
Gerrit-Reviewer: Patrick Georgi <pgeorgi@google.com>
Gerrit-Reviewer: Paul Menzel <paulepanter@users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-MessageType: merged