[Checkins] SVN: five.grok/trunk/ Updated versions.cfg for tests. All tests are ok.

Vincent Fretin vincent.fretin at gmail.com
Sun Aug 23 09:59:28 EDT 2009


Log message for revision 103107:
  Updated versions.cfg for tests. All tests are ok.

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

-=-
Modified: five.grok/trunk/README.txt
===================================================================
--- five.grok/trunk/README.txt	2009-08-23 13:04:32 UTC (rev 103106)
+++ five.grok/trunk/README.txt	2009-08-23 13:59:27 UTC (rev 103107)
@@ -65,11 +65,7 @@
 
   [zope2]
   recipe = plone.recipe.zope2install
-  url = http://www.zope.org/Products/Zope/2.10.8/Zope-2.10.8-final.tgz
-  skip-fake-eggs =
-     zope.app.publisher
-     zope.component
-     zope.i18n
+  url = http://www.zope.org/Products/Zope/2.10.9/Zope-2.10.9-final.tgz
 
 And for this release we recommend to pin down the following version in
 your buildout::
@@ -87,7 +83,7 @@
   zope.app.publisher = 3.5.1
   zope.app.zcmlfiles = 3.4.3
   zope.component = 3.4.0
-  zope.i18n = 3.6.0
+  zope.i18n = 3.4.0
   zope.securitypolicy = 3.4.1
 
 Zope 2.10 is required as bare minimum.

Modified: five.grok/trunk/buildout.cfg
===================================================================
--- five.grok/trunk/buildout.cfg	2009-08-23 13:04:32 UTC (rev 103106)
+++ five.grok/trunk/buildout.cfg	2009-08-23 13:59:27 UTC (rev 103107)
@@ -59,15 +59,7 @@
 
 [zope2]
 recipe = plone.recipe.zope2install
-url = http://www.zope.org/Products/Zope/2.10.8/Zope-2.10.8-final.tgz
-skip-fake-eggs =
-   zope.app.publisher
-   zope.component
-   zope.i18n
-   zope.testing
-# We use the zope.interface version included in Zope 2.10 because Plone,
-# Archetypes and some other eggs use the old isImplementedByInstancesOf
-# and isImplementedBy removed in zope.interface >= 3.3
+url = http://www.zope.org/Products/Zope/2.10.9/Zope-2.10.9-final.tgz
 
 [instance]
 recipe = plone.recipe.zope2instance

Modified: five.grok/trunk/versions.cfg
===================================================================
--- five.grok/trunk/versions.cfg	2009-08-23 13:04:32 UTC (rev 103106)
+++ five.grok/trunk/versions.cfg	2009-08-23 13:59:27 UTC (rev 103107)
@@ -1,6 +1,6 @@
-# This is a duplication of grok/versions.cfg revision 101543
+# This is a duplication of grok/versions.cfg revision 103106
 # to get differences...
-#   svn diff -r 101543 svn://svn.zope.org/repos/main/grok/trunk/versions.cfg
+#   svn diff -r 103106 svn://svn.zope.org/repos/main/grok/trunk/versions.cfg
 
 
 [versions]
@@ -10,7 +10,7 @@
 grokcore.security = 1.1
 grokcore.view = 1.9
 grokcore.viewlet = 1.1
-grokui.admin = 0.3.2
+grokui.admin = 0.4.0
 martian = 0.11
 mechanize = 0.1.7b
 pytz = 2007k
@@ -18,12 +18,12 @@
 simplejson = 1.7.1
 z3c.autoinclude = 0.2.2
 z3c.flashmessage = 1.0
-z3c.testsetup = 0.2.1
+z3c.testsetup = 0.4
 zc.catalog = 1.2.0
 ZConfig = 2.5.1
 zc.recipe.testrunner = 1.0.0
 zdaemon = 2.0.2
-ZODB3 = 3.8.1
+ZODB3 = 3.8.2
 zodbcode = 3.4.0
 zope.annotation = 3.4.1
 zope.app.apidoc = 3.4.3
@@ -98,7 +98,7 @@
 zope.modulealias = 3.4.0
 zope.pagetemplate = 3.4.0
 zope.proxy = 3.4.2
-zope.publisher = 3.4.8
+zope.publisher = 3.4.9
 zope.schema = 3.4.0
 zope.security = 3.4.1
 zope.securitypolicy = 3.4.1



More information about the Checkins mailing list