commit 783d78542d816a7e2927e79155dcfed3b1a2e742
parent efcae14f200fad2f1da61d4736e9e11af0aaa611
Author: Steven Barth <steven@midlink.org>
Date: Sat, 29 Nov 2014 12:19:38 +0100
Merge pull request #575 from commodo/python3-upg-3.4.2
python3 upgrade to version 3.4.2
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lang/python3/Makefile b/lang/python3/Makefile
@@ -19,7 +19,7 @@ PKG_VERSION:=$(PYTHON_VERSION).$(PYTHON_VERSION_MICRO)
PKG_SOURCE:=Python-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=http://www.python.org/ftp/python/$(PKG_VERSION)
-PKG_MD5SUM:=6cafc183b4106476dd73d5738d7f616a
+PKG_MD5SUM:=36fc7327c02c6f12fa24fc9ba78039e3
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/python3/files/python3-package.mk b/lang/python3/files/python3-package.mk
@@ -6,7 +6,7 @@
#
PYTHON3_VERSION:=3.4
-PYTHON3_VERSION_MICRO:=1
+PYTHON3_VERSION_MICRO:=2
PYTHON3_DIR:=$(STAGING_DIR)/usr
PYTHON3_BIN_DIR:=$(PYTHON3_DIR)/bin