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/111-optional-decimal.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/python3/111-optional-decimal.patch') diff --git a/package/python3/111-optional-decimal.patch b/package/python3/111-optional-decimal.patch index c325ce2b4a..be17c94171 100644 --- a/package/python3/111-optional-decimal.patch +++ b/package/python3/111-optional-decimal.patch @@ -12,7 +12,7 @@ Index: b/configure.ac =================================================================== --- a/configure.ac +++ b/configure.ac -@@ -2402,13 +2402,20 @@ +@@ -2405,13 +2405,20 @@ AC_MSG_RESULT($with_system_ffi) # Check for use of the system libmpdec library @@ -42,7 +42,7 @@ Index: b/setup.py =================================================================== --- a/setup.py +++ b/setup.py -@@ -1980,7 +1980,7 @@ +@@ -1968,7 +1968,7 @@ def _decimal_ext(self): extra_compile_args = [] undef_macros = [] -- cgit v1.2.3