[Lunar-commits] r18046 - moonbase/trunk/python/ipython
Dennis Veatch
stumbles at lunar-linux.org
Mon Jan 9 17:11:15 UTC 2006
Author: stumbles
Date: 2006-01-09 17:11:14 +0000 (Mon, 09 Jan 2006)
New Revision: 18046
Modified:
moonbase/trunk/python/ipython/DETAILS
Log:
Fix tab-completion of filenames within open-quoted strings.
Fix crash for tracebacks with files not on the filesystem.
Fix a few crashes in the --upgrade option.
and others.
Modified: moonbase/trunk/python/ipython/DETAILS
===================================================================
--- moonbase/trunk/python/ipython/DETAILS 2006-01-09 17:08:17 UTC (rev 18045)
+++ moonbase/trunk/python/ipython/DETAILS 2006-01-09 17:11:14 UTC (rev 18046)
@@ -1,14 +1,14 @@
- MODULE=ipython
- VERSION=0.6.2
- MOD=IPython
- SOURCE=$MOD-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MOD-$VERSION
+ MODULE=ipython
+ VERSION=0.6.15
+ SOURCE=$MODULE-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=http://ipython.scipy.org/dist/
+ SOURCE_VFY=sha1:c15cfdf957d46f17d23af6cf53d5b08dca15d93d
WEB_SITE=http://ipython.scipy.org/
- SOURCE_VFY=md5:bdc798efc451cbf784a7840fe0e8d85f
ENTERED=20040707
- UPDATED=20040805
+ UPDATED=20060109
SHORT="An enhanced Interactive Python shell"
+
cat << EOF
IPython is a free software project (released under the GNU LGPL) which tries to:
1. Provide an interactive shell superior to Python's default. IPython
More information about the Lunar-commits
mailing list