[Checkins] SVN: bbkit/branches/ccomb/ added z3c.checkversions, and upgraded Paste

Christophe Combelles ccomb at free.fr
Fri Jul 9 11:11:52 EDT 2010


Log message for revision 114374:
  added z3c.checkversions, and upgraded Paste
  

Changed:
  U   bbkit/branches/ccomb/buildout.cfg
  U   bbkit/branches/ccomb/versions.cfg

-=-
Modified: bbkit/branches/ccomb/buildout.cfg
===================================================================
--- bbkit/branches/ccomb/buildout.cfg	2010-07-09 14:27:06 UTC (rev 114373)
+++ bbkit/branches/ccomb/buildout.cfg	2010-07-09 15:11:52 UTC (rev 114374)
@@ -2,7 +2,7 @@
 extensions = mr.developer
 
 parts = test
-        py
+        tools
 
 extends = http://download.zope.org/zopetoolkit/index/1.0a1/ztk-versions.cfg
           http://download.zope.org/zopetoolkit/index/1.0a1/zopeapp-versions.cfg
@@ -29,9 +29,10 @@
 include = ${bluebream:packages}
 
 
-[py]
+[tools]
 recipe = zc.recipe.egg
 eggs = PrettyTable
+       z3c.checkversions [buildout]
 interpreter = py
 
 

Modified: bbkit/branches/ccomb/versions.cfg
===================================================================
--- bbkit/branches/ccomb/versions.cfg	2010-07-09 14:27:06 UTC (rev 114373)
+++ bbkit/branches/ccomb/versions.cfg	2010-07-09 15:11:52 UTC (rev 114374)
@@ -1,5 +1,5 @@
 [versions]
-bluebream = 1.0b1
+bluebream = 1.0b2
 PrettyTable = 0.5
 elementtree = 1.2.6-20050316
 zope.app.xmlrpcintrospection = 3.5.1
@@ -10,9 +10,10 @@
 
 # Dependencies:
 ClientForm = 0.2.10
+martian = 0.12
+
+# These versions will be pinned in the ZTK 1.0a2
+# and can be safely removed at this time
 PasteScript = 1.7.3
 PasteDeploy = 1.3.3
-Paste = 1.7.3.1
-martian = 0.12
-
-zope.testing = 3.9.5
+Paste = 1.7.4



More information about the checkins mailing list