lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 8591add337154ec7b80ecf5908623b77e1a8fbc7
parent 1710be86057dfa6ed748d3183b637dd65e651b76
Author: Steven Barth <steven@midlink.org>
Date:   Thu, 28 May 2015 09:20:08 +0200

Merge pull request #1314 from commodo/python-2.7.10-upgrade

python: upgrade to 2.7.10
Diffstat:
Mlang/python/Makefile | 2+-
Mlang/python/files/python-package.mk | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 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 @@ -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