From af89de58f51b7bfbbcd9cd4fd30c8173daa63d85 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Wed, 27 May 2015 19:52:49 +0300 Subject: [PATCH] python: upgrade to 2.7.10 Signed-off-by: Alexandru Ardelean --- lang/python/Makefile | 2 +- lang/python/files/python-package.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/Makefile b/lang/python/Makefile index 4a740dcd8..133bab0d9 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -16,7 +16,7 @@ PKG_RELEASE:=5 PKG_SOURCE:=Python-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://www.python.org/ftp/python/$(PKG_VERSION) -PKG_MD5SUM:=38d530f7efc373d64a8fb1637e3baaa7 +PKG_MD5SUM:=c685ef0b8e9f27b5e3db5db12b268ac6 PKG_LICENSE:=PSF PKG_LICENSE_FILES:=LICENSE Modules/_ctypes/libffi_msvc/LICENSE Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi/LICENSE Modules/_ctypes/libffi_osx/LICENSE Tools/pybench/LICENSE diff --git a/lang/python/files/python-package.mk b/lang/python/files/python-package.mk index 4895b91a1..5ab35195d 100644 --- a/lang/python/files/python-package.mk +++ b/lang/python/files/python-package.mk @@ -6,7 +6,7 @@ # PYTHON_VERSION:=2.7 -PYTHON_VERSION_MICRO:=9 +PYTHON_VERSION_MICRO:=10 PYTHON_DIR:=$(STAGING_DIR)/usr PYTHON_BIN_DIR:=$(PYTHON_DIR)/bin