[CalendarServer-changes] [6454] CalendarServer/trunk/support/build.sh

source_changes at macosforge.org source_changes at macosforge.org
Fri Oct 22 14:54:31 PDT 2010


Revision: 6454
          http://trac.macosforge.org/projects/calendarserver/changeset/6454
Author:   wsanchez at apple.com
Date:     2010-10-22 14:54:28 -0700 (Fri, 22 Oct 2010)
Log Message:
-----------
Update xattr 0.5->0.6.1; Twisted 10.0.0->10.1.0

Modified Paths:
--------------
    CalendarServer/trunk/support/build.sh

Modified: CalendarServer/trunk/support/build.sh
===================================================================
--- CalendarServer/trunk/support/build.sh	2010-10-22 18:59:20 UTC (rev 6453)
+++ CalendarServer/trunk/support/build.sh	2010-10-22 21:54:28 UTC (rev 6454)
@@ -520,9 +520,9 @@
       "${svn_uri_base}/PyOpenDirectory/trunk";
   #fi;
 
-  py_dependency -v 0.5 -r 1013 \
+  py_dependency -v 0.5 -r 1038 \
     "xattr" "xattr" "xattr" \
-    "http://svn.red-bean.com/bob/xattr/releases/xattr-0.5";
+    "http://svn.red-bean.com/bob/xattr/releases/xattr-0.6.1/";
 
   if [ "${py_version}" != "${py_version##2.5}" ] && ! py_have_module select26; then
     py_dependency \
@@ -535,9 +535,9 @@
     "PyGreSQL" "pgdb" "PyGreSQL-4.0" \
     "http://pypi.python.org/packages/source/P/PyGreSQL/PyGreSQL-4.0.tar.gz";
 
-  py_dependency -v 10 -r 28657 \
+  py_dependency -v 10.1 -r 30159 \
     "Twisted" "twisted" "Twisted" \
-    "svn://svn.twistedmatrix.com/svn/Twisted/tags/releases/twisted-10.0.0";
+    "svn://svn.twistedmatrix.com/svn/Twisted/tags/releases/twisted-10.1.0";
 
   local du="python-dateutil-1.5";
   py_dependency \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20101022/3dab4078/attachment-0001.html>


More information about the calendarserver-changes mailing list