Update of /cvsroot/py2exe/py2exe
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2165
Modified Files:
ChangeLog build.cmd
Log Message:
Use Python 2.5 to build the source distribution.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/py2exe/py2exe/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -C2 -d -r1.51 -r1.52
*** ChangeLog 19 May 2008 08:49:12 -0000 1.51
--- ChangeLog 19 May 2008 08:56:02 -0000 1.52
***************
*** 9,12 ****
--- 9,14 ----
in order to support relative imports.
+ * Use Python 2.5 to build the source distribution.
+
2008-04-17 Thomas Heller <th...@py...>
Index: build.cmd
===================================================================
RCS file: /cvsroot/py2exe/py2exe/build.cmd,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** build.cmd 24 Mar 2008 19:03:17 -0000 1.3
--- build.cmd 19 May 2008 08:56:02 -0000 1.4
***************
*** 18,22 ****
rm MANIFEST
! C:\Python24\python.exe setup.py sdist -f
rm -rf build
--- 18,22 ----
rm MANIFEST
! C:\Python25\python.exe setup.py sdist -f
rm -rf build
|