Pythons: bump internal Python3 version, add reminders

This commit is contained in:
MilhouseVH 2018-09-11 08:11:09 +01:00
parent 6ecbcd284a
commit f3247c36e2
2 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,9 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="Python2"
# When changing PKG_VERSION remember to sync PKG_PYTHON_VERSION!
PKG_VERSION="2.7.15"
PKG_SHA256="22d9b1ac5b26135ad2b8c2901a9413537e08749a753356ee913c84dbd2df5574"
PKG_ARCH="any"

View File

@ -2,6 +2,7 @@
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="Python3"
# When changing PKG_VERSION remember to sync PKG_PYTHON_VERSION!
PKG_VERSION="3.7.0"
PKG_SHA256="0382996d1ee6aafe59763426cf0139ffebe36984474d0ec4126dd1c40a8b3549"
PKG_ARCH="any"
@ -15,7 +16,7 @@ PKG_SECTION="lang"
PKG_SHORTDESC="python3: The Python3 programming language"
PKG_LONGDESC="Python3 is an interpreted object-oriented programming language, and is often compared with Tcl, Perl, Java or Scheme."
PKG_PYTHON_VERSION=python3.6
PKG_PYTHON_VERSION=python3.7
PKG_TOOLCHAIN="autotools"