HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/36066 )
Change subject: crossgcc: Upgrade Python to version 3.8.0 ......................................................................
crossgcc: Upgrade Python to version 3.8.0
Change-Id: I1265e7df4d6c04aa1ccf0c65dc87e62bec5a4a35 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M util/crossgcc/buildgcc D util/crossgcc/sum/Python-3.7.4.tar.xz.cksum A util/crossgcc/sum/Python-3.8.0.tar.xz.cksum 3 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/66/36066/1
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 6c378ac..e98cafb 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -55,7 +55,7 @@ BINUTILS_VERSION=2.32 GDB_VERSION=8.3 IASL_VERSION=20190703 -PYTHON_VERSION=3.7.4 +PYTHON_VERSION=3.8.0 EXPAT_VERSION=2.2.7 # CLANG version number CLANG_VERSION=8.0.0 diff --git a/util/crossgcc/sum/Python-3.7.4.tar.xz.cksum b/util/crossgcc/sum/Python-3.7.4.tar.xz.cksum deleted file mode 100644 index bc792af..0000000 --- a/util/crossgcc/sum/Python-3.7.4.tar.xz.cksum +++ /dev/null @@ -1 +0,0 @@ -a862c5a58626fdad02d2047a57771ede2783fcef tarballs/Python-3.7.4.tar.xz diff --git a/util/crossgcc/sum/Python-3.8.0.tar.xz.cksum b/util/crossgcc/sum/Python-3.8.0.tar.xz.cksum new file mode 100644 index 0000000..d4566f8 --- /dev/null +++ b/util/crossgcc/sum/Python-3.8.0.tar.xz.cksum @@ -0,0 +1 @@ +7720e0384558c598107cf046c48165fd7e1f5b2c tarballs/Python-3.8.0.tar.xz
Patrick Georgi has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/36066 )
Change subject: crossgcc: Upgrade Python to version 3.8.0 ......................................................................
Patch Set 3: Code-Review+2
Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/36066 )
Change subject: crossgcc: Upgrade Python to version 3.8.0 ......................................................................
crossgcc: Upgrade Python to version 3.8.0
Change-Id: I1265e7df4d6c04aa1ccf0c65dc87e62bec5a4a35 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr Reviewed-on: https://review.coreboot.org/c/coreboot/+/36066 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Patrick Georgi pgeorgi@google.com --- M util/crossgcc/buildgcc D util/crossgcc/sum/Python-3.7.4.tar.xz.cksum A util/crossgcc/sum/Python-3.8.0.tar.xz.cksum 3 files changed, 2 insertions(+), 2 deletions(-)
Approvals: build bot (Jenkins): Verified Patrick Georgi: Looks good to me, approved
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 89f0a4c..808a52f 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -55,7 +55,7 @@ BINUTILS_VERSION=2.33.1 GDB_VERSION=8.3.1 IASL_VERSION=20190703 -PYTHON_VERSION=3.7.4 +PYTHON_VERSION=3.8.0 EXPAT_VERSION=2.2.7 # CLANG version number CLANG_VERSION=8.0.0 diff --git a/util/crossgcc/sum/Python-3.7.4.tar.xz.cksum b/util/crossgcc/sum/Python-3.7.4.tar.xz.cksum deleted file mode 100644 index bc792af..0000000 --- a/util/crossgcc/sum/Python-3.7.4.tar.xz.cksum +++ /dev/null @@ -1 +0,0 @@ -a862c5a58626fdad02d2047a57771ede2783fcef tarballs/Python-3.7.4.tar.xz diff --git a/util/crossgcc/sum/Python-3.8.0.tar.xz.cksum b/util/crossgcc/sum/Python-3.8.0.tar.xz.cksum new file mode 100644 index 0000000..d4566f8 --- /dev/null +++ b/util/crossgcc/sum/Python-3.8.0.tar.xz.cksum @@ -0,0 +1 @@ +7720e0384558c598107cf046c48165fd7e1f5b2c tarballs/Python-3.8.0.tar.xz