[Checkins] SVN: five.grok/trunk/ Another set of working versions, and README.txt updated

Vincent Fretin vincent.fretin at gmail.com
Wed Sep 16 04:19:58 EDT 2009


Log message for revision 104120:
  Another set of working versions, and README.txt updated

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

-=-
Modified: five.grok/trunk/README.txt
===================================================================
--- five.grok/trunk/README.txt	2009-09-16 07:27:55 UTC (rev 104119)
+++ five.grok/trunk/README.txt	2009-09-16 08:19:58 UTC (rev 104120)
@@ -66,6 +66,12 @@
   [zope2]
   recipe = plone.recipe.zope2install
   url = http://www.zope.org/Products/Zope/2.10.9/Zope-2.10.9-final.tgz
+  skip-fake-eggs =
+     zope.app.publisher
+     zope.component
+     zope.i18n
+     zope.interface
+     zope.testing
 
 And for this release we recommend to pin down the following version in
 your buildout::
@@ -75,7 +81,7 @@
   grokcore.formlib = 1.2
   grokcore.security = 1.2
   grokcore.site = 1.0.1
-  grokcore.view = 1.10
+  grokcore.view = 1.11
   grokcore.viewlet = 1.1
   five.localsitemanager = 1.1
   martian = 0.11
@@ -83,7 +89,10 @@
   zope.app.zcmlfiles = 3.4.3
   zope.component = 3.4.0
   zope.i18n = 3.4.0
+  zope.interface = 3.4.1
+  zope.schema = 3.4.0
   zope.securitypolicy = 3.4.1
+  zope.testing = 3.7.6
 
 Zope 2.10 is required as bare minimum.
 

Modified: five.grok/trunk/buildout.cfg
===================================================================
--- five.grok/trunk/buildout.cfg	2009-09-16 07:27:55 UTC (rev 104119)
+++ five.grok/trunk/buildout.cfg	2009-09-16 08:19:58 UTC (rev 104120)
@@ -20,11 +20,12 @@
 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.1
+zope.component = 3.4.0
+zope.i18n = 3.4.0
+zope.interface = 3.4.1
+zope.schema = 3.4.0
 zope.securitypolicy = 3.4.1
-zope.testing = 3.7.5
+zope.testing = 3.7.6
 
 [zope2]
 recipe = plone.recipe.zope2install



More information about the checkins mailing list