[Lunar-commits] <moonbase> Python: Version bump back up to 2.6.
Terry Chan
tchan at lunar-linux.org
Fri Oct 17 20:18:37 CEST 2008
commit 0e919f0533eb9f504643f92c8faa193b96148cea
Author: Terry Chan <tchan at lunar-linux.org>
Date: Fri Oct 17 13:18:37 2008 -0500
Python: Version bump back up to 2.6.
For the 45 or so python related modules on my lunar box, 2.6 seems to be working
fairly well. Metakit is broken and needs to be fixed by the metakit devs to use
2.6. Other 2.6 problems are mainly of the "deprecated warnings" at runtime and
are annoying but mostly harmless. Yes, you need to recompile all your Python
related modules.
---
python/Python/DETAILS | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/python/Python/DETAILS b/python/Python/DETAILS
index 4889838..42545e6 100644
--- a/python/Python/DETAILS
+++ b/python/Python/DETAILS
@@ -1,12 +1,12 @@
MODULE=Python
- VERSION=2.5.2
- MAJOR_VERSION=2.5
+ VERSION=2.6
+ MAJOR_VERSION=2.6
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=http://www.python.org/ftp/python/$VERSION
- SOURCE_VFY=sha1:4755d212f50af704c20224a6966e23acc5aea60f
+ SOURCE_VFY=sha1:1a7d60009e72605ddd638f35a5bfe99b4ede6823
WEB_SITE=http://www.python.org
ENTERED=20010922
- UPDATED=20080221
+ UPDATED=20081017
PSAFE=no
SHORT="Interpreted, interactive, object-oriented programming language"
More information about the Lunar-commits
mailing list