[Checkins] SVN: groktoolkit/trunk/ update zope.errorview and grok. use the trunk for grokcore.component.

Jan-Wijbrand Kolman janwijbrand at gmail.com
Tue Feb 8 06:03:02 EST 2011


Log message for revision 120203:
  update zope.errorview and grok. use the trunk for grokcore.component.

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

-=-
Modified: groktoolkit/trunk/buildout.cfg
===================================================================
--- groktoolkit/trunk/buildout.cfg	2011-02-08 11:01:26 UTC (rev 120202)
+++ groktoolkit/trunk/buildout.cfg	2011-02-08 11:03:01 UTC (rev 120203)
@@ -12,15 +12,14 @@
 allow-picked-versions = false
 include-site-packages = false
 auto-checkout =
+  grokcore.component
   grokcore.view
-  grokcore.component
 
 [checkversions]
 recipe = z3c.recipe.scripts
 eggs = z3c.checkversions [buildout]
 
 [sources]
-grokcore.component = svn svn+ssh://svn.zope.org/repos/main/grokcore.component/trunk
 grokcore.view = svn svn+ssh://svn.zope.org/repos/main/grokcore.view/branches/sylvain-template-inheritance-fix
 
 [depgraph]
@@ -50,6 +49,7 @@
 # that are defined in zc.catalog, including a hoist of (deprecated)
 # zope.app.* dependencies.
   zc.catalog
+# Fanstatic use py.test for testing and compattest cannot deal with that.
   fanstatic
 eggs = zope.testrunner
 runner-defaults = ['--tests-pattern', '^f?tests$', '-v']

Modified: groktoolkit/trunk/grok.cfg
===================================================================
--- groktoolkit/trunk/grok.cfg	2011-02-08 11:01:26 UTC (rev 120202)
+++ groktoolkit/trunk/grok.cfg	2011-02-08 11:03:01 UTC (rev 120203)
@@ -57,7 +57,7 @@
 
 [versions]
 fanstatic = 0.10
-grok = 1.4.2
+grok = 1.4.3
 grokcore.annotation = 1.2
 grokcore.component = 2.2
 grokcore.content = 1.1
@@ -101,6 +101,7 @@
 zest.releaser = 3.18
 # Override the ZTK
 Sphinx = 1.0.7
+zope.errorview = 0.10
 zope.pluggableauth = 1.3
 
 [sources]



More information about the checkins mailing list