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

source_changes at macosforge.org source_changes at macosforge.org
Wed Sep 18 16:04:15 PDT 2013


Revision: 11737
          http://trac.calendarserver.org//changeset/11737
Author:   wsanchez at apple.com
Date:     2013-09-18 16:04:15 -0700 (Wed, 18 Sep 2013)
Log Message:
-----------
Use Python 2.7.5

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

Modified: CalendarServer/trunk/support/build.sh
===================================================================
--- CalendarServer/trunk/support/build.sh	2013-09-18 19:09:09 UTC (rev 11736)
+++ CalendarServer/trunk/support/build.sh	2013-09-18 23:04:15 UTC (rev 11737)
@@ -656,10 +656,10 @@
 
     # Normally we depend on the system Python, but a bundle install should be as
     # self-contained as possible.
-    local pyfn="Python-2.7.1";
-    c_dependency -m "aa27bc25725137ba155910bd8e5ddc4f" \
+    local pyfn="Python-2.7.5";
+    c_dependency -m "6334b666b7ff2038c761d7b27ba699c1" \
         "Python" "${pyfn}" \
-        "http://www.python.org/ftp/python/2.7.1/${pyfn}.tar.bz2" \
+        "http://www.python.org/ftp/python/2.7.5/${pyfn}.tar.bz2" \
         --enable-shared;
     # Be sure to use the Python we just built.
     export PYTHON="$(type -p python)";
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130918/df483da7/attachment.html>


More information about the calendarserver-changes mailing list