SVN: ZODB/branches/3.10/ Pin zope.event, zope.execptions to Python 2.5-compatible versions.

Tres Seaver <[email protected]> Fri, 25 May 2012 10:48:55 -0400 (EDT)
Newsgroups gmane.comp.python.zope.zodb.cvs
Message-ID <20120525144855.ECB11740B4B__28411.4658869386$1337957345$gmane$org@cvs.zope.org>
Log message for revision 126496:
  Pin zope.event, zope.execptions to Python 2.5-compatible versions.

Changed:
  _U  ZODB/branches/3.10/
  U   ZODB/branches/3.10/buildout.cfg

-=-
Modified: ZODB/branches/3.10/buildout.cfg
===================================================================
--- ZODB/branches/3.10/buildout.cfg	2012-05-24 21:29:06 UTC (rev 126495)
+++ ZODB/branches/3.10/buildout.cfg	2012-05-25 14:48:51 UTC (rev 126496)
@@ -6,6 +6,8 @@
 
 [versions]
 zc.recipe.testrunner = 1.3.0
+zope.event = 3.5.2
+zope.exceptions = 3.7.1
 zope.interface = 3.8.0
 
 [test]