summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2017-09-16 19:24:08 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-09-16 19:24:28 +0200
commitabf6ae95e46d35d5c1f36cd050bd57b83788c1e2 (patch)
treed8ba6ecb05ea86a515851cf0cdf3b9a4805d76c3
parentbc2cb8a247019e20ee4b414732c69e2fed3c14f5 (diff)
downloadptxdist-abf6ae95e46d35d5c1f36cd050bd57b83788c1e2.tar.gz
ptxdist-abf6ae95e46d35d5c1f36cd050bd57b83788c1e2.tar.xz
python3: version bump 3.5.3 -> 3.5.4
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-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)