[CalendarServer-changes] [12415] CalendarServer/trunk

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 12 11:23:04 PDT 2014


Revision: 12415
          http://trac.calendarserver.org//changeset/12415
Author:   wsanchez at apple.com
Date:     2014-01-21 10:57:51 -0800 (Tue, 21 Jan 2014)
Log Message:
-----------
Update twext for #832.

Modified Paths:
--------------
    CalendarServer/trunk/support/build.sh
    CalendarServer/trunk/twistedcaldav/directory/directory.py

Modified: CalendarServer/trunk/support/build.sh
===================================================================
--- CalendarServer/trunk/support/build.sh	2014-01-21 18:56:53 UTC (rev 12414)
+++ CalendarServer/trunk/support/build.sh	2014-01-21 18:57:51 UTC (rev 12415)
@@ -864,7 +864,7 @@
     "${n}" "twisted" "${p}" \
     "${pypi}/T/${n}/${p}.tar.bz2";
 
-  local v="12412";
+  local v="12414";
   local n="twext";
   local p="${n}-${v}";
   py_dependency -fe -r "${v}" \

Modified: CalendarServer/trunk/twistedcaldav/directory/directory.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/directory/directory.py	2014-01-21 18:56:53 UTC (rev 12414)
+++ CalendarServer/trunk/twistedcaldav/directory/directory.py	2014-01-21 18:57:51 UTC (rev 12415)
@@ -29,6 +29,8 @@
     "GroupMembershipCacheUpdater",
 ]
 
+raise NotImplementedError("obsolete")
+
 from plistlib import readPlistFromString
 
 from twext.enterprise.dal.record import fromTable
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140312/16e36ef2/attachment.html>


More information about the calendarserver-changes mailing list