package/python: bump version to 2.7.14
Rebased patch 0016, changed _SITE to https. Release notes: https://raw.githubusercontent.com/python/cpython/84471935ed2f62b8c5758fd544c7d37076fe0fa5/Misc/NEWS Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
e877fb4fe2
commit
1842244c6d
@ -8,6 +8,8 @@ are not necessarly useful on embedded targets.
|
||||
|
||||
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
||||
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
|
||||
[Bernd: rebased against version 2.7.14]
|
||||
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
|
||||
---
|
||||
Makefile.pre.in | 48 ++++++++++++++++++++++++++++++++----------------
|
||||
configure.ac | 6 ++++++
|
||||
@ -17,7 +19,7 @@ diff --git a/Makefile.pre.in b/Makefile.pre.in
|
||||
index dedcf61..280cc4e 100644
|
||||
--- a/Makefile.pre.in
|
||||
+++ b/Makefile.pre.in
|
||||
@@ -1038,27 +1038,43 @@ PLATMACDIRS= plat-mac plat-mac/Carbon plat-mac/lib-scriptpackages \
|
||||
@@ -1032,28 +1032,44 @@
|
||||
plat-mac/lib-scriptpackages/SystemEvents \
|
||||
plat-mac/lib-scriptpackages/Terminal
|
||||
PLATMACPATH=:plat-mac:plat-mac/lib-scriptpackages
|
||||
@ -26,6 +28,7 @@ index dedcf61..280cc4e 100644
|
||||
- test/data test/cjkencodings test/decimaltestdata test/xmltestdata \
|
||||
- test/imghdrdata \
|
||||
- test/subprocessdata \
|
||||
- test/support \
|
||||
- test/tracedmodules \
|
||||
+LIBSUBDIRS= lib-tk site-packages \
|
||||
encodings compiler hotshot \
|
||||
@ -58,6 +61,7 @@ index dedcf61..280cc4e 100644
|
||||
+ test/cjkencodings test/decimaltestdata test/xmltestdata \
|
||||
+ test/imghdrdata \
|
||||
+ test/subprocessdata \
|
||||
+ test/support \
|
||||
+ test/tracedmodules \
|
||||
+ email/test email/test/data \
|
||||
+ json/tests \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# From https://www.python.org/downloads/release/python-2713/
|
||||
md5 53b43534153bb2a0363f08bae8b9d990 Python-2.7.13.tar.xz
|
||||
# From https://www.python.org/downloads/release/python-2714/
|
||||
md5 1f6db41ad91d9eb0a6f0c769b8613c5b Python-2.7.14.tar.xz
|
||||
# Locally calculated
|
||||
sha256 35d543986882f78261f97787fd3e06274bfa6df29fac9b4a94f73930ff98f731 Python-2.7.13.tar.xz
|
||||
sha256 71ffb26e09e78650e424929b2b457b9c912ac216576e6bd9e7d204ed03296a66 Python-2.7.14.tar.xz
|
||||
|
@ -5,9 +5,9 @@
|
||||
################################################################################
|
||||
|
||||
PYTHON_VERSION_MAJOR = 2.7
|
||||
PYTHON_VERSION = $(PYTHON_VERSION_MAJOR).13
|
||||
PYTHON_VERSION = $(PYTHON_VERSION_MAJOR).14
|
||||
PYTHON_SOURCE = Python-$(PYTHON_VERSION).tar.xz
|
||||
PYTHON_SITE = http://python.org/ftp/python/$(PYTHON_VERSION)
|
||||
PYTHON_SITE = https://python.org/ftp/python/$(PYTHON_VERSION)
|
||||
PYTHON_LICENSE = Python-2.0, others
|
||||
PYTHON_LICENSE_FILES = LICENSE
|
||||
PYTHON_LIBTOOL_PATCH = NO
|
||||
|
Loading…
Reference in New Issue
Block a user