[Lunar-commits] <moonbase-core> Python: version bumped to 2.7.6.
Florin Braescu
florin at lunar-linux.org
Sat Dec 7 09:57:48 CET 2013
commit ee0606008074da80f88cd89e0ff3a8a2f09d5247
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sat, 30 Nov 2013 00:32:27 -0800
URL: https://github.com/lunar-linux/moonbase-core/commit/ee0606008074da80f88cd89e0ff3a8a2f09d5247
Python: version bumped to 2.7.6.
---
python/Python/BUILD | +0/-2
python/Python/DETAILS | +4/-7
2 files changed, 4 insertions(+), 9 deletions(-)
--- a/python/Python/BUILD
+++ b/python/Python/BUILD
@@ -6,8 +6,6 @@
cp Lib/plat-linux2/* Lib/plat-linux3/
fi &&
- patch_it $SOURCE2 1 &&
-
sedit "s:-O3:$CFLAGS -Os:g" configure &&
OPTS+=" --enable-shared" &&
--- a/python/Python/DETAILS
+++ b/python/Python/DETAILS
@@ -1,14 +1,11 @@
MODULE=Python
- VERSION=2.7.5
- SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE2=$MODULE-$VERSION-ssl.patch.bz2
+ VERSION=2.7.6
+ SOURCE=$MODULE-$VERSION.tar.xz
SOURCE_URL=http://www.python.org/ftp/python/$VERSION
- SOURCE2_URL=$PATCH_URL
- SOURCE_VFY=sha1:6cfada1a739544a6fa7f2601b500fba02229656b
- SOURCE2_VFY=sha1:803a921e920a7333445c9ba6394324c447dee57f
+ SOURCE_VFY=sha1:8321636af2acbeaa68fc635d7dda7369ed446a80
WEB_SITE=http://www.python.org
ENTERED=20010922
- UPDATED=20130907
+ UPDATED=20131130
PSAFE=no
SHORT="Interpreted, interactive, object-oriented programming language"
More information about the Lunar-commits
mailing list