summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-06-19 13:01:47 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2021-06-19 15:22:23 +0200
commit8271826efd3dced8d19680664632d3fe51125faa (patch)
tree5c5937a5843e9de02fd1c04bedf6e6c0d741caad
parente8ae300a3159d5bedcf29bd575c304965e8cb809 (diff)
downloadmidipix_build-8271826efd3dced8d19680664632d3fe51125faa.tar.bz2
midipix_build-8271826efd3dced8d19680664632d3fe51125faa.tar.xz
python3, python3_host: bump to 3.7.10.
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
-rw-r--r--groups/010.host_deps.group4
-rw-r--r--groups/221.native_packages_dev.group4
2 files changed, 4 insertions, 4 deletions
diff --git a/groups/010.host_deps.group b/groups/010.host_deps.group
index e3c4762b..199bf787 100644
--- a/groups/010.host_deps.group
+++ b/groups/010.host_deps.group
@@ -225,8 +225,8 @@ HOST_DEPS_PREFIX="${PREFIX}";
: ${PKG_PYTHON2_HOST_MAKEFLAGS_INSTALL_EXTRA:="PREFIX= EXEC_PREFIX= BINDIR=/bin SBINDIR=/sbin LIBDIR=/lib INCLUDEDIR=/include OLDINCLUDEDIR=/include MANDIR=/share/man DOCDIR=/share/doc LIBEXECDIR=/libexec"};
: ${PKG_PYTHON2_HOST_SUBDIR:=Python-${PKG_PYTHON2_HOST_VERSION}};
: ${PKG_PYTHON3_HOST_DEPENDS:="bzip2_host expat_host gdbm_host libffi_host readline_host libressl_host libz_host ncurses_host ncursesw_host sqlite3_host xz_host"};
-: ${PKG_PYTHON3_HOST_SHA256SUM:=a47a43a53abb42286a2c11965343ff56711b9e64e8d11bf2c6701a4fb8ce1a0f};
-: ${PKG_PYTHON3_HOST_VERSION:=3.6.13};
+: ${PKG_PYTHON3_HOST_SHA256SUM:=f8d82e7572c86ec9d55c8627aae5040124fd2203af400c383c821b980306ee6b};
+: ${PKG_PYTHON3_HOST_VERSION:=3.7.10};
: ${PKG_PYTHON3_HOST_URL:="https://www.python.org/ftp/python/${PKG_PYTHON3_HOST_VERSION}/Python-${PKG_PYTHON3_HOST_VERSION}.tar.xz"};
: ${PKG_PYTHON3_HOST_URLS_GIT:="build/sbpython3=${DEFAULT_GITROOT}/python/sbpython3@main"};
: ${PKG_PYTHON3_HOST_BASE_DIR:=${BUILD_WORKDIR}/python3_host-host-${DEFAULT_TARGET}};
diff --git a/groups/221.native_packages_dev.group b/groups/221.native_packages_dev.group
index 43207325..7dc32181 100644
--- a/groups/221.native_packages_dev.group
+++ b/groups/221.native_packages_dev.group
@@ -120,8 +120,8 @@ patch patchutils perl posix_cc python2 python3 ruby sbsigntools smallbasic tk")"
: ${PKG_PYTHON2_SOFORT_NATIVE_CFLAGS_EXTRA:="-std=c99 -D_XOPEN_SOURCE=700"};
: ${PKG_PYTHON2_SUBDIR:=Python-${PKG_PYTHON2_VERSION}};
: ${PKG_PYTHON3_DEPENDS:="bzip2 curl expat gdbm libffi libressl libz ncursesw readline sqlite3 xz"};
-: ${PKG_PYTHON3_SHA256SUM:=a47a43a53abb42286a2c11965343ff56711b9e64e8d11bf2c6701a4fb8ce1a0f};
-: ${PKG_PYTHON3_VERSION:=3.6.13};
+: ${PKG_PYTHON3_SHA256SUM:=f8d82e7572c86ec9d55c8627aae5040124fd2203af400c383c821b980306ee6b};
+: ${PKG_PYTHON3_VERSION:=3.7.10};
: ${PKG_PYTHON3_URL:="https://www.python.org/ftp/python/${PKG_PYTHON3_VERSION}/Python-${PKG_PYTHON3_VERSION}.tar.xz"};
: ${PKG_PYTHON3_URLS_GIT:="build/sbpython3=${DEFAULT_GITROOT}/python/sbpython3@main"};
: ${PKG_PYTHON3_BASE_DIR:=${BUILD_WORKDIR}/python3-native-${DEFAULT_TARGET}};