[CalendarServer-changes] [1344] CalendarServer/trunk/lib-patches/vobject/ez_setup.py.patch

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 7 15:04:11 PST 2007


Revision: 1344
          http://trac.macosforge.org/projects/calendarserver/changeset/1344
Author:   wsanchez at apple.com
Date:     2007-03-07 15:04:11 -0800 (Wed, 07 Mar 2007)

Log Message:
-----------
Deal with newer setuptools

Added Paths:
-----------
    CalendarServer/trunk/lib-patches/vobject/ez_setup.py.patch

Added: CalendarServer/trunk/lib-patches/vobject/ez_setup.py.patch
===================================================================
--- CalendarServer/trunk/lib-patches/vobject/ez_setup.py.patch	                        (rev 0)
+++ CalendarServer/trunk/lib-patches/vobject/ez_setup.py.patch	2007-03-07 23:04:11 UTC (rev 1344)
@@ -0,0 +1,21 @@
+Index: ez_setup.py
+===================================================================
+--- ez_setup.py	(revision 182)
++++ ez_setup.py	(working copy)
+@@ -14,7 +14,7 @@
+ This file can also be run as a script to install or upgrade setuptools.
+ """
+ import sys
+-DEFAULT_VERSION = "0.6c1"
++DEFAULT_VERSION = "0.6c5"
+ DEFAULT_URL     = "http://cheeseshop.python.org/packages/%s/s/setuptools/" % sys.version[:3]
+ 
+ md5_data = {
+@@ -28,6 +28,7 @@
+     'setuptools-0.6b4-py2.4.egg': '4cb2a185d228dacffb2d17f103b3b1c4',
+     'setuptools-0.6c1-py2.3.egg': 'b3f2b5539d65cb7f74ad79127f1a908c',
+     'setuptools-0.6c1-py2.4.egg': 'b45adeda0667d2d2ffe14009364f2a4b',
++    'setuptools-0.6c5-py2.5.egg': 'a8d3f61494ccaa8714dfed37bccd3d5d',
+ }
+ 
+ import sys, os

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20070307/0e31639d/attachment.html


More information about the calendarserver-changes mailing list