python: bump to 2.7.9
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 28 Dec 2014 20:54:54 +0000 (21:54 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 2 Jan 2015 18:30:25 +0000 (19:30 +0100)
commit9badea2d058a75182f2a37bbefa0aaf48020575d
treebd74cae25f0d4bf0248c9a4a718fd14559a9d640
parentc24c874810054cb0185807fe797d92056207bbbe
python: bump to 2.7.9

In addition to doing the bump, this commit also:

 - Refreshes all the patches
 - Removes python-003-properly-detect-if-python-build.patch, which has
   been applied upstream.
 - Passes the --without-ensurepip option, like is done in Python 3, to
   avoid having Python use PIP to automatically download stuff when it
   is being built.
 - PYTHON_LIBTOOL_PATH = NO is added to prevent Buildroot from trying
   to patch a version of libtool for which we don't have matching
   patches, which isn't a problem since we're anyway not using the
   part of the Python sources that uses libtool (it's the built-in
   copy of libffi, and we use the external libffi).

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
30 files changed:
package/python/python-001-remove-host-header-path.patch
package/python/python-003-properly-detect-if-python-build.patch [deleted file]
package/python/python-004-sysconfigdata-install-location.patch
package/python/python-005-pyc-pyo-conditional.patch
package/python/python-006-cross-compile-getaddrinfo.patch
package/python/python-007-disable-extensions.patch
package/python/python-009-no-termcap-host-path.patch
package/python/python-010-fix-python-config.patch
package/python/python-011-remove-python-symlink.patch
package/python/python-012-support-library-path-old-compilers.patch
package/python/python-013-dont-add-multiarch-path.patch
package/python/python-014-abort-on-failed-modules.patch
package/python/python-015-fix-sqlite-without-threads.patch
package/python/python-016-serial-ioctl-workaround.patch
package/python/python-100-optional-test-modules.patch
package/python/python-101-optional-pydoc.patch
package/python/python-102-optional-2to3.patch
package/python/python-103-optional-sqlite.patch
package/python/python-104-optional-tk.patch
package/python/python-105-optional-curses.patch
package/python/python-106-optional-expat.patch
package/python/python-107-optional-codecs-cjk.patch
package/python/python-108-optional-nis.patch
package/python/python-109-optional-unicodedata.patch
package/python/python-110-optional-db.patch
package/python/python-111-optional-ssl.patch
package/python/python-112-optional-bzip2.patch
package/python/python-113-optional-zlib.patch
package/python/python-114-remove-idle-editor.patch
package/python/python.mk