[Lunar-commits] CVS: moonbase/compilers/Python DEPENDS, 1.3, 1.4 DETAILS, 1.15, 1.16

Florin Braescu florin at lunar-linux.org
Wed Apr 20 01:50:33 UTC 2005


Update of /var/cvs/lunar/moonbase/compilers/Python
In directory espresso.foo-projects.org:/tmp/cvs-serv4325

Modified Files:
	DEPENDS DETAILS 
Log Message:
bump the version from 2.4 to 2.4.1. this is a bugfix release of Python 2.4 - Python 2.4 is now in bugfix-only mode, no new features are being added. Several dozen bugs were squashed since Python 2.4, including the SimpleXMLRPCServer security fix.

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/compilers/Python/DEPENDS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- DEPENDS	5 Nov 2003 22:17:21 -0000	1.3
+++ DEPENDS	20 Apr 2005 01:50:30 -0000	1.4
@@ -1,2 +1,3 @@
-depends expat &&
+depends expat  &&
+
 optional_depends "tk" "" "" "to enable tkinter"

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/compilers/Python/DETAILS,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- DETAILS	3 Dec 2004 08:23:22 -0000	1.15
+++ DETAILS	20 Apr 2005 01:50:30 -0000	1.16
@@ -1,12 +1,13 @@
           MODULE=Python
-         VERSION=2.4
+         VERSION=2.4.1
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=ftp://ftp.python.org/pub/python/$VERSION/$SOURCE   
-      SOURCE_VFY=sha1:80c06f491a4b2a629e868540150faf22c5d0e41e
+      SOURCE_VFY=sha1:a4b58cf31359198dbb123b789440bcaf9052d198
      WEB_SITE=http://www.python.org
          ENTERED=20010922
-         UPDATED=20041203
+         UPDATED=20050420
            SHORT="Python is an interpreted, interactive, object-oriented programming language."
+
 cat << EOF
 Python is an interpreted, interactive, object-oriented programming
 language. It combines remarkable power with very clear syntax, and isn't



More information about the Lunar-commits mailing list