[Checkins] SVN: groktoolkit/trunk/ use ztk-1.0a1 release, use 1.4.4 bugfix release of zc.catalog

Jan-Wijbrand Kolman janwijbrand at gmail.com
Tue Jul 6 09:50:23 EDT 2010


Log message for revision 114235:
  use ztk-1.0a1 release, use 1.4.4 bugfix release of zc.catalog

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

-=-
Modified: groktoolkit/trunk/buildout.cfg
===================================================================
--- groktoolkit/trunk/buildout.cfg	2010-07-06 13:37:54 UTC (rev 114234)
+++ groktoolkit/trunk/buildout.cfg	2010-07-06 13:50:23 UTC (rev 114235)
@@ -2,15 +2,12 @@
 extends =
     grok.cfg
     grok-ecosystem.cfg
-
 parts =
     test-grok
     test-ecosystem
     depgraph
     checkversions
-
 extensions = mr.developer
-
 allow-picked-versions = false
 versions = versions
 

Modified: groktoolkit/trunk/grok.cfg
===================================================================
--- groktoolkit/trunk/grok.cfg	2010-07-06 13:37:54 UTC (rev 114234)
+++ groktoolkit/trunk/grok.cfg	2010-07-06 13:50:23 UTC (rev 114235)
@@ -44,12 +44,9 @@
    ${grok:included}
 
 [buildout]
-# Don't use http://svn.zope.org/repos/main/, it appears to not
-# update in real time, it doesn't care about a different rev parameter.
-# http://svn.zope.org/*checkout*/ is fine.
 extends =
-    http://svn.zope.org/*checkout*/zopetoolkit/trunk/zopeapp.cfg?rev=112750
-    http://svn.zope.org/*checkout*/zopetoolkit/trunk/ztk.cfg?rev=112750
+    http://download.zope.org/zopetoolkit/index/1.0a1/zopeapp-versions.cfg
+    http://download.zope.org/zopetoolkit/index/1.0a1/ztk-versions.cfg
 versions = versions
 
 [versions]
@@ -70,7 +67,7 @@
 z3c.autoinclude = 0.3.3
 z3c.evalexception = 2.0
 z3c.flashmessage = 1.0
-zc.catalog = 1.4.2
+zc.catalog = 1.4.4
 # Tools
 Paste = 1.7.2
 PasteDeploy = 1.3.3
@@ -86,11 +83,6 @@
 z3c.testsetup = 0.6.1
 zc.recipe.filestorage = 1.0.1
 zest.releaser = 3.4
-# Downpinned compared to the chosen ZTK revision. zc.catalog needs some
-# fixes in its tests to have it work against the ZTK "proper" again.
-mechanize = 0.1.11
-zope.testbrowser = 3.8.1
-ClientForm = 0.2.10
 
 [sources]
 grok = svn svn+ssh://svn.zope.org/repos/main/grok/trunk



More information about the checkins mailing list