Commit 63c735b6 authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Peter Korsgaard
Browse files

python: bump to version 2.7.8



The different patches are just refreshed to apply without fuzz, there
are no changes/conflicts.

Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 9fa9cf99
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ Index: b/Makefile.pre.in
 	@for d in $(LIBSUBDIRS); \
 	do \
 		a=$(srcdir)/Lib/$$d; \
@@ -1303,7 +1311,7 @@
@@ -1304,7 +1312,7 @@
 		Modules/Setup Modules/Setup.local Modules/Setup.config \
 		Modules/ld_so_aix Modules/python.exp Misc/python.pc
 	-rm -f python*-gdb.py
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ Index: b/configure.ac
===================================================================
--- a/configure.ac
+++ b/configure.ac
@@ -3330,7 +3330,7 @@
@@ -3343,7 +3343,7 @@
 
 AC_MSG_RESULT($ac_cv_buggy_getaddrinfo)
 
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ Index: b/configure.ac
===================================================================
--- a/configure.ac
+++ b/configure.ac
@@ -2268,6 +2268,8 @@
@@ -2281,6 +2281,8 @@
 
 AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
 
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ Index: b/setup.py
===================================================================
--- a/setup.py
+++ b/setup.py
@@ -760,12 +760,9 @@
@@ -762,12 +762,9 @@
                 pass # Issue 7384: Already linked against curses or tinfo.
             elif curses_library:
                 readline_libs.append(curses_library)
+3 −3
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ Index: b/configure.ac
   case $ac_sys_system in
     CYGWIN*)
           BLDLIBRARY='$(LIBRARY)'
@@ -1909,6 +1911,9 @@
@@ -1915,6 +1917,9 @@
 AC_SUBST(BLDSHARED)
 AC_SUBST(CCSHARED)
 AC_SUBST(LINKFORSHARED)
@@ -36,7 +36,7 @@ Index: b/configure.ac
 # SO is the extension of shared libraries `(including the dot!)
 # -- usually .so, .sl on HP-UX, .dll on Cygwin
 AC_MSG_CHECKING(SO)
@@ -4550,7 +4555,7 @@
@@ -4563,7 +4568,7 @@
 AC_MSG_RESULT(done)
 
 # generate output files
@@ -91,7 +91,7 @@ Index: b/Makefile.pre.in
 	@if [ -s Modules/python.exp -a \
 		"`echo $(MACHDEP) | sed 's/^\(...\).*/\1/'`" = "aix" ]; then \
 		echo; echo "Installing support files for building shared extension modules on AIX:"; \
@@ -1311,6 +1313,7 @@
@@ -1312,6 +1314,7 @@
 		config.cache config.log pyconfig.h Modules/config.c
 	-rm -rf build platform
 	-rm -rf $(PYTHONFRAMEWORKDIR)
Loading