python: update to 2.7.17

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2019-11-28 18:41:18 +01:00
parent 4baee8fa4c
commit e557cecbdd
10 changed files with 80 additions and 44 deletions

View File

@@ -26,7 +26,7 @@ include Config
# If you update this make sure that you also change the VER and PAK_VER of
# python-optional-src !
VER = 2.7.15
VER = 2.7.17
THISAPP = Python-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -42,7 +42,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = a80ae3cc478460b922242f43a1b4094d
$(DL_FILE)_MD5 = b3b6d2c92f42a60667814358ab9f0cfd
install : $(TARGET)

View File

@@ -24,12 +24,12 @@
include Config
VER = 2.7.15
VER = 2.7.17
include python
PROG = python-optional-src
PAK_VER = 5
PAK_VER = 6
DEPS =
dist: