[Checkins] SVN: zope.tales/branches/3.4/buildout.cfg Pin versions to those used on the Zope 2.12 branch.

Tres Seaver cvs-admin at zope.org
Wed May 23 15:04:44 UTC 2012


Log message for revision 126466:
  Pin versions to those used on the Zope 2.12 branch.

Changed:
  U   zope.tales/branches/3.4/buildout.cfg

-=-
Modified: zope.tales/branches/3.4/buildout.cfg
===================================================================
--- zope.tales/branches/3.4/buildout.cfg	2012-05-23 14:45:11 UTC (rev 126465)
+++ zope.tales/branches/3.4/buildout.cfg	2012-05-23 15:04:41 UTC (rev 126466)
@@ -5,8 +5,13 @@
 
 [test]
 recipe = zc.recipe.testrunner
-eggs = zope.tales
+eggs = zope.tales[test]
 
 [versions]
-zope.traversing = 3.4.0
-zope.app.publisher = 3.4.0
+# Versions used in Zope2 2.12.23
+zope.app.publisher = 3.8.4
+zope.event = 3.4.1
+zope.exceptions = 3.5.2
+zope.interface = 3.5.3
+zope.testing = 3.9.7
+zope.traversing = 3.7.1



More information about the checkins mailing list