From 6afba01e5dc5ed536e33a46d40fd970cfd40f243 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sun, 26 Apr 2015 14:26:36 +0200 Subject: python3: bump to version 3.4.3 All patches are simply refreshed, except 002-properly-detect-if-python-build.patch which is removed because an identical fix has been merged upstream: https://github.com/python/cpython/commit/e128ea78e5964929ca902bebc07c242d58609dfc Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- package/python3/003-sysconfigdata-install-location.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'package/python3/003-sysconfigdata-install-location.patch') diff --git a/package/python3/003-sysconfigdata-install-location.patch b/package/python3/003-sysconfigdata-install-location.patch index dfcadf5af4..cd01ccfbdb 100644 --- a/package/python3/003-sysconfigdata-install-location.patch +++ b/package/python3/003-sysconfigdata-install-location.patch @@ -21,7 +21,7 @@ Index: b/Makefile.pre.in =================================================================== --- a/Makefile.pre.in +++ b/Makefile.pre.in -@@ -558,6 +558,9 @@ +@@ -559,6 +559,9 @@ rm -f ./pybuilddir.txt ; \ exit 1 ; \ fi @@ -31,7 +31,7 @@ Index: b/Makefile.pre.in # Build the shared modules # Under GNU make, MAKEFLAGS are sorted and normalized; the 's' for -@@ -1196,7 +1199,7 @@ +@@ -1197,7 +1200,7 @@ else true; \ fi; \ done @@ -40,7 +40,7 @@ Index: b/Makefile.pre.in do \ if test -x $$i; then \ $(INSTALL_SCRIPT) $$i $(DESTDIR)$(LIBDEST); \ -@@ -1206,6 +1209,11 @@ +@@ -1207,6 +1210,11 @@ echo $(INSTALL_DATA) $$i $(LIBDEST); \ fi; \ done @@ -52,7 +52,7 @@ Index: b/Makefile.pre.in @for d in $(LIBSUBDIRS); \ do \ a=$(srcdir)/Lib/$$d; \ -@@ -1529,7 +1537,7 @@ +@@ -1533,7 +1541,7 @@ find build -name 'fficonfig.h' -exec rm -f {} ';' || true find build -name '*.py' -exec rm -f {} ';' || true find build -name '*.py[co]' -exec rm -f {} ';' || true -- cgit v1.2.3