[Lunar-commits] CVS: moonbase/devel/psyco DETAILS,1.1,1.2
Joel Vennin
jol at lunar-linux.org
Fri Mar 19 18:08:44 GMT 2004
Update of /var/cvs/lunar/moonbase/devel/psyco
In directory dbguin.lunar-linux.org:/tmp/cvs-serv4079
Modified Files:
DETAILS
Log Message:
Bumped version OLD: 1.1.1 NEW: 1.2
- number of smaller bug fixes.
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/psyco/DETAILS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DETAILS 20 Oct 2003 21:09:39 -0000 1.1
+++ DETAILS 19 Mar 2004 18:08:42 -0000 1.2
@@ -1,12 +1,12 @@
MODULE=psyco
- VERSION=1.1.1
+ VERSION=1.2
SOURCE=$MODULE-$VERSION-src.tar.gz
- SOURCE_VFY=md5:2b12983f5a56a9fafe010b54ef514770
+ SOURCE_VFY=md5:441bfc7693bf13902a479550dcbaabd2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=$SFORGE_URL/$MODULE/$SOURCE
WEB_SITE=psyco.sourceforge.net
ENTERED=20031020
- UPDATED=20031020
+ UPDATED=20040319
SHORT="Psyco is a Python extension module which can massively speed up the execution of any Python code"
cat << EOF
Think of Psyco as a kind of just-in-time (JIT) compiler, a little bit like Java's, that emit machine code on the fly instead of interpreting your Python program step by step. The result is that your unmodified Python programs run faster.
More information about the Lunar-commits
mailing list