From eaffced6ddee8c40bd6cbff3bdde5462beff7db7 Mon Sep 17 00:00:00 2001 From: SomberNight Date: Sat, 13 Mar 2021 15:04:22 +0100 Subject: [PATCH] binaries: bump python version --- contrib/build-linux/appimage/build.sh | 4 ++-- contrib/build-wine/prepare-wine.sh | 2 +- contrib/osx/make_osx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/contrib/build-linux/appimage/build.sh b/contrib/build-linux/appimage/build.sh index 604d01601..6a834c18f 100755 --- a/contrib/build-linux/appimage/build.sh +++ b/contrib/build-linux/appimage/build.sh @@ -16,7 +16,7 @@ export GCC_STRIP_BINARIES="1" # pinned versions # note: compiling python 3.8.x requires at least glibc 2.27, # which is first available on ubuntu 18.04 -PYTHON_VERSION=3.7.9 +PYTHON_VERSION=3.7.10 PKG2APPIMAGE_COMMIT="eb8f3acdd9f11ab19b78f5cb15daa772367daf15" SQUASHFSKIT_COMMIT="ae0d656efa2d0df2fcac795b6823b44462f19386" @@ -41,7 +41,7 @@ download_if_not_exist "$CACHEDIR/appimagetool" "https://github.com/AppImage/AppI verify_hash "$CACHEDIR/appimagetool" "d918b4df547b388ef253f3c9e7f6529ca81a885395c31f619d9aaf7030499a13" download_if_not_exist "$CACHEDIR/Python-$PYTHON_VERSION.tar.xz" "https://www.python.org/ftp/python/$PYTHON_VERSION/Python-$PYTHON_VERSION.tar.xz" -verify_hash "$CACHEDIR/Python-$PYTHON_VERSION.tar.xz" "91923007b05005b5f9bd46f3b9172248aea5abc1543e8a636d59e629c3331b01" +verify_hash "$CACHEDIR/Python-$PYTHON_VERSION.tar.xz" "f8d82e7572c86ec9d55c8627aae5040124fd2203af400c383c821b980306ee6b" diff --git a/contrib/build-wine/prepare-wine.sh b/contrib/build-wine/prepare-wine.sh index 1afd3955c..dc792f1fb 100755 --- a/contrib/build-wine/prepare-wine.sh +++ b/contrib/build-wine/prepare-wine.sh @@ -13,7 +13,7 @@ PYINSTALLER_REPO="https://github.com/SomberNight/pyinstaller.git" PYINSTALLER_COMMIT="80ee4d613ecf75a1226b960a560ee01459e65ddb" # ^ tag 4.2, plus a custom commit that fixes cross-compilation with MinGW -PYTHON_VERSION=3.8.7 +PYTHON_VERSION=3.8.8 # Let's begin! diff --git a/contrib/osx/make_osx b/contrib/osx/make_osx index 9d8db667e..f46a0b0cd 100755 --- a/contrib/osx/make_osx +++ b/contrib/osx/make_osx @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Parameterize -PYTHON_VERSION=3.7.9 +PYTHON_VERSION=3.7.10 BUILDDIR=/tmp/electrum-build PACKAGE=Electrum GIT_REPO=https://github.com/spesmilo/electrum