[Checkins] SVN: five.grok/trunk/buildout.cfg You now need to pin zope.securitypolicy and zope.app.zcmlfiles. Updated some eggs.

Vincent Fretin vincent.fretin at gmail.com
Wed Jun 17 07:22:42 EDT 2009


Log message for revision 101104:
  You now need to pin zope.securitypolicy and zope.app.zcmlfiles. Updated some eggs.

Changed:
  U   five.grok/trunk/buildout.cfg

-=-
Modified: five.grok/trunk/buildout.cfg
===================================================================
--- five.grok/trunk/buildout.cfg	2009-06-17 10:36:41 UTC (rev 101103)
+++ five.grok/trunk/buildout.cfg	2009-06-17 11:22:42 UTC (rev 101104)
@@ -12,10 +12,7 @@
 
 [zope2]
 recipe = plone.recipe.zope2install
-url = http://www.zope.org/Products/Zope/2.10.5/Zope-2.10.5-final.tgz
-fake-zope-eggs = true
-additional-fake-eggs =
-   ZODB3
+url = http://www.zope.org/Products/Zope/2.10.8/Zope-2.10.8-final.tgz
 skip-fake-eggs =
    zope.app.publisher
    zope.component
@@ -24,7 +21,10 @@
    zope.testing
 
 [versions]
-grokcore.component = 1.6
+plone.recipe.zope2install >= 3.0
+
+five.grok = 
+grokcore.component = 1.7
 grokcore.formlib = 1.1
 grokcore.security = 1.0
 grokcore.view = 1.7
@@ -32,10 +32,12 @@
 five.localsitemanager = 1.0
 martian = 0.11
 zope.app.publisher = 3.5.1
+zope.app.zcmlfiles = 3.4.3
 zope.component = 3.4
 zope.i18n = 3.6.0
-zope.interface = 3.5.0
-zope.testing = 3.7.1
+zope.interface = 3.5.1
+zope.securitypolicy = 3.4.1
+zope.testing = 3.7.5
 
 [instance]
 recipe = plone.recipe.zope2instance
@@ -46,8 +48,9 @@
 verbose-security = on
 eggs =
     five.grok
-zcml = five.grok:meta.zcml
-       five.grok
+zcml =
+    five.grok-meta
+    five.grok
 products =
 
 [zopepy]



More information about the Checkins mailing list