[Lunar-commits] <moonbase> Python: Reverting back to 2.5.2.
Terry Chan
tchan at lunar-linux.org
Sat Oct 4 20:40:05 CEST 2008
commit dbd8af563bfc166adce7fe5a1a6b248399e0c42d
Author: Terry Chan <tchan at lunar-linux.org>
Date: Sat Oct 4 13:40:05 2008 -0500
Python: Reverting back to 2.5.2.
Don't touch this module UNLESS you test Python against a LARGE portion of moonbase!!!!
Python-2.6 breaks mercurial and bzr. Those are the first two Python modules
I even bothered to test. I don't have time to run down the list of other things
that it breaks.
---
python/Python/DETAILS | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/python/Python/DETAILS b/python/Python/DETAILS
index bf7587d..4889838 100644
--- a/python/Python/DETAILS
+++ b/python/Python/DETAILS
@@ -1,12 +1,12 @@
MODULE=Python
- VERSION=2.6
- MAJOR_VERSION=2.6
+ VERSION=2.5.2
+ MAJOR_VERSION=2.5
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=http://www.python.org/ftp/python/$VERSION
- SOURCE_VFY=sha1:1a7d60009e72605ddd638f35a5bfe99b4ede6823
+ SOURCE_VFY=sha1:4755d212f50af704c20224a6966e23acc5aea60f
WEB_SITE=http://www.python.org
ENTERED=20010922
- UPDATED=20081004
+ UPDATED=20080221
PSAFE=no
SHORT="Interpreted, interactive, object-oriented programming language"
More information about the Lunar-commits
mailing list