[Checkins] SVN: gocept.selenium/trunk/ added missing version pins to install these buildouts successfully

Michael Howitz cvs-admin at zope.org
Thu Mar 15 20:02:37 UTC 2012


Log message for revision 124621:
  added missing version pins to install these buildouts successfully
  

Changed:
  A   gocept.selenium/trunk/common-scripts.cfg
  U   gocept.selenium/trunk/common-zope210.cfg
  U   gocept.selenium/trunk/plonetesting-plone3.cfg

-=-
Added: gocept.selenium/trunk/common-scripts.cfg
===================================================================
--- gocept.selenium/trunk/common-scripts.cfg	                        (rev 0)
+++ gocept.selenium/trunk/common-scripts.cfg	2012-03-15 20:02:33 UTC (rev 124621)
@@ -0,0 +1,3 @@
+[scripts]
+recipe = zc.recipe.egg:scripts
+eggs = gocept.selenium [script]

Modified: gocept.selenium/trunk/common-zope210.cfg
===================================================================
--- gocept.selenium/trunk/common-zope210.cfg	2012-03-15 19:29:02 UTC (rev 124620)
+++ gocept.selenium/trunk/common-zope210.cfg	2012-03-15 20:02:33 UTC (rev 124621)
@@ -1,7 +1,15 @@
 [buildout]
 extends = http://dist.plone.org/release/3.3.5/versions.cfg
 parts += zope2 instance
+versions = versions
 
+[versions]
+zope.testing = 3.9.5
+zope.interface = 3.6.0
+zope.exceptions = 3.5.0
+zc.recipe.testrunner = 1.2.1
+distribute = 0.6.24
+
 [instance]
 recipe = plone.recipe.zope2instance
 zope2-location = ${zope2:location}

Modified: gocept.selenium/trunk/plonetesting-plone3.cfg
===================================================================
--- gocept.selenium/trunk/plonetesting-plone3.cfg	2012-03-15 19:29:02 UTC (rev 124620)
+++ gocept.selenium/trunk/plonetesting-plone3.cfg	2012-03-15 20:02:33 UTC (rev 124621)
@@ -1,7 +1,7 @@
 [buildout]
 extends = common.cfg
           common-zope210.cfg
-          scripts.cfg
+          common-scripts.cfg
 flavour = [plonetesting, test_plonetesting]
 extensions = mr.developer
 sources-dir = devel
@@ -12,10 +12,14 @@
 plone.app.testing = svn https://svn.plone.org/svn/plone/plone.app.testing/branches/3.x
 
 [versions]
+argparse = 1.1
+collective.recipe.omelette = 0.8
+mr.developer = 1.16
+plone.app.testing = 3.0a1
+plone.testing = 3.0a1
+unittest2 = 0.5.1
+zc.recipe.testrunner = 1.2.1
 zope.testing = 3.9.5
-zc.recipe.testrunner = 1.3.0
-plone.testing = 3.0a1
-plone.app.testing = 3.0a1
 
 [test]
 defaults = ['-s', 'gocept.selenium.plonetesting.tests.plone3',



More information about the checkins mailing list