[Buildbot-commits] buildbot ChangeLog,1.806,1.807
Brian Warner
warner at users.sourceforge.net
Mon Dec 11 08:23:31 UTC 2006
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv2276
Modified Files:
ChangeLog
Log Message:
[project @ remove all uses of buildbot.twcompat.maybeWait, now that we don't need to maintain Twisted-1.3.0 compatibility]
Original author: warner at lothar.com
Date: 2006-12-11 08:21:51
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.806
retrieving revision 1.807
diff -u -d -r1.806 -r1.807
--- ChangeLog 11 Dec 2006 08:12:21 -0000 1.806
+++ ChangeLog 11 Dec 2006 08:23:28 -0000 1.807
@@ -1,5 +1,11 @@
2006-12-11 Brian Warner <warner at lothar.com>
+ * buildbot/twcompat.py (maybeWait): remove this method, now that
+ we no longer maintain compatibility with Twisted<=1.3.0 .
+ Twisted-2.0.0 and later allow trial methods to return Deferreds
+ directly.
+ * buildbot/test/*: remove all uses of maybeWait
+
* buildbot/__init__.py (version): bump to 0.7.5+ while between
releases
* docs/buildbot.texinfo: same
More information about the Commits
mailing list