package/python3: bump to version 3.5.2

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Bernd Kuhls 2016-06-29 20:48:32 +02:00 committed by Peter Korsgaard
parent d779e82840
commit aa34198824
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# From https://www.python.org/downloads/release/python-351/
md5 e9ea6f2623fffcdd871b7b19113fde80 Python-3.5.1.tar.xz
# From https://www.python.org/downloads/release/python-352/
md5 8906efbacfcdc7c3c9198aeefafd159e Python-3.5.2.tar.xz
# Locally computed
sha256 c6d57c0c366d9060ab6c0cdf889ebf3d92711d466cc0119c441dbf2746f725c9 Python-3.5.1.tar.xz
sha256 0010f56100b9b74259ebcd5d4b295a32324b58b517403a10d1a2aa7cb22bca40 Python-3.5.2.tar.xz

View File

@ -5,7 +5,7 @@
################################################################################
PYTHON3_VERSION_MAJOR = 3.5
PYTHON3_VERSION = $(PYTHON3_VERSION_MAJOR).1
PYTHON3_VERSION = $(PYTHON3_VERSION_MAJOR).2
PYTHON3_SOURCE = Python-$(PYTHON3_VERSION).tar.xz
PYTHON3_SITE = http://python.org/ftp/python/$(PYTHON3_VERSION)
PYTHON3_LICENSE = Python software foundation license v2, others