summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--patches/Python-3.5.4/0001-python3-don-t-leak-host-path-into-cross-compilation.patch (renamed from patches/Python-3.5.3/0001-python3-don-t-leak-host-path-into-cross-compilation.patch)0
-rw-r--r--patches/Python-3.5.4/series (renamed from patches/Python-3.5.3/series)0
-rw-r--r--rules/python3.make4
3 files changed, 2 insertions, 2 deletions
diff --git a/patches/Python-3.5.3/0001-python3-don-t-leak-host-path-into-cross-compilation.patch b/patches/Python-3.5.4/0001-python3-don-t-leak-host-path-into-cross-compilation.patch
index fbe2c312f..fbe2c312f 100644
--- a/patches/Python-3.5.3/0001-python3-don-t-leak-host-path-into-cross-compilation.patch
+++ b/patches/Python-3.5.4/0001-python3-don-t-leak-host-path-into-cross-compilation.patch
diff --git a/patches/Python-3.5.3/series b/patches/Python-3.5.4/series
index 7f3b3d069..7f3b3d069 100644
--- a/patches/Python-3.5.3/series
+++ b/patches/Python-3.5.4/series
diff --git a/rules/python3.make b/rules/python3.make
index 310c6266c..ebcad5024 100644
--- a/rules/python3.make
+++ b/rules/python3.make
@@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_PYTHON3) += python3
#
# Paths and names
#
-PYTHON3_VERSION := 3.5.3
-PYTHON3_MD5 := 57d1f8bfbabf4f2500273fb0706e6f21
+PYTHON3_VERSION := 3.5.4
+PYTHON3_MD5 := fb2780baa260b4e51cbea814f111f303
PYTHON3_MAJORMINOR := $(basename $(PYTHON3_VERSION))
PYTHON3_SITEPACKAGES := /usr/lib/python$(PYTHON3_MAJORMINOR)/site-packages
PYTHON3 := Python-$(PYTHON3_VERSION)