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

source_changes at macosforge.org source_changes at macosforge.org
Tue Feb 14 17:25:10 PST 2012


Revision: 8681
          http://trac.macosforge.org/projects/calendarserver/changeset/8681
Author:   wsanchez at apple.com
Date:     2012-02-14 17:25:09 -0800 (Tue, 14 Feb 2012)
Log Message:
-----------
Twisted -> 12.  Python-ldap -> 2.4.7

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

Modified: CalendarServer/trunk/support/build.sh
===================================================================
--- CalendarServer/trunk/support/build.sh	2012-02-15 01:03:50 UTC (rev 8680)
+++ CalendarServer/trunk/support/build.sh	2012-02-15 01:25:09 UTC (rev 8681)
@@ -711,17 +711,18 @@
     "PyGreSQL" "pgdb" "${pg}" \
     "${pypi}/P/PyGreSQL/${pg}.tar.gz";
 
-  py_dependency -v 11 -r 31512 \
+  py_dependency -v 12 -r HEAD \
     "Twisted" "twisted" "Twisted" \
-    "svn://svn.twistedmatrix.com/svn/Twisted/tags/releases/twisted-11.0.0";
+    "svn://svn.twistedmatrix.com/svn/Twisted/tags/releases/twisted-12.0.0";
 
   local du="python-dateutil-1.5";
   py_dependency -m "35f3732db3f2cc4afdc68a8533b60a52" \
     "dateutil" "dateutil" "${du}" \
     "http://www.labix.org/download/python-dateutil/${du}.tar.gz";
 
-  local ld="python-ldap-2.3.13";
-  py_dependency -v "2.3.13" -m "895223d32fa10bbc29aa349bfad59175" \
+  local lv="2.4.7"
+  local ld="python-ldap-${lv}";
+  py_dependency -v "${lv}" -m "a1ca19182df40bd9473ac4f41fbca816" \
     "python-ldap" "ldap" "${ld}" \
     "${pypi}/p/python-ldap/${ld}.tar.gz";
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120214/7ea65515/attachment-0001.html>


More information about the calendarserver-changes mailing list