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

source_changes at macosforge.org source_changes at macosforge.org
Thu Feb 7 16:50:54 PST 2013


Revision: 10658
          http://trac.calendarserver.org//changeset/10658
Author:   wsanchez at apple.com
Date:     2013-02-07 16:50:54 -0800 (Thu, 07 Feb 2013)
Log Message:
-----------
Update Pyflakes

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

Modified: CalendarServer/trunk/support/build.sh
===================================================================
--- CalendarServer/trunk/support/build.sh	2013-02-08 00:03:40 UTC (rev 10657)
+++ CalendarServer/trunk/support/build.sh	2013-02-08 00:50:54 UTC (rev 10658)
@@ -788,10 +788,10 @@
     "SQLParse" "sqlparse" "${sq}" \
     "http://python-sqlparse.googlecode.com/files/${sq}.tar.gz";
 
-  local v="0.5.0";
+  local v="0.6.1";
   local n="pyflakes";
   local p="${n}-${v}";
-  py_dependency -o -v "${v}" -m "568dab27c42e5822787aa8a603898672" \
+  py_dependency -o -v "${v}" -m "00debd2280b962e915dfee552a675915" \
     "Pyflakes" "${n}" "${p}" \
     "${pypi}/p/${n}/${p}.tar.gz";
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130207/062dc073/attachment.html>


More information about the calendarserver-changes mailing list