[Checkins] SVN: plone.z3cform/trunk/buildout.cfg update to more recent version

Godefroid Chapelle gotcha at bubblenet.be
Fri Jul 31 18:49:24 EDT 2009


Log message for revision 102411:
  update to more recent version
  
  (avoid z3c.form as it demands lxml for testing)
  

Changed:
  U   plone.z3cform/trunk/buildout.cfg

-=-
Modified: plone.z3cform/trunk/buildout.cfg
===================================================================
--- plone.z3cform/trunk/buildout.cfg	2009-07-31 22:41:11 UTC (rev 102410)
+++ plone.z3cform/trunk/buildout.cfg	2009-07-31 22:49:24 UTC (rev 102411)
@@ -11,9 +11,16 @@
     http://download.zope.org/distribution/
     http://effbot.org/downloads
 
+versions = versions
+
+[versions]
+zope.testing = 3.7.7
+zope.component = 3.5.1
+z3c.form = 1.9.0
+
 [zope2]
 recipe = plone.recipe.zope2install
-url = http://www.zope.org/Products/Zope/2.10.6/Zope-2.10.6-final.tgz
+url = http://www.zope.org/Products/Zope/2.10.8/Zope-2.10.8-final.tgz
 fake-zope-eggs = true
 # requiring zope.testing for z2testrunner
 # requiring zope.component for zope.i18n >= 3.4 which is needed for z3c.form
@@ -21,6 +28,7 @@
     zope.component
     zope.i18n
     zope.testing
+    zope.schema
 
 [instance]
 recipe = plone.recipe.zope2instance
@@ -30,7 +38,7 @@
 debug-mode = on
 eggs =
     plone.z3cform
-    zope.testing==3.5.1
+    zope.testing
 
 zcml =
     plone.z3cform



More information about the Checkins mailing list