[Checkins] SVN: gocept.selenium/trunk/ pinned all software packages used to consistent versions for this package's own testing,

Thomas Lotze tl at gocept.com
Mon Jan 30 18:03:24 UTC 2012


Log message for revision 124255:
  pinned all software packages used to consistent versions for this package's own testing,
  pinned compatible ZTK version to 1.0.1, grok version to 1.2.1
  

Changed:
  U   gocept.selenium/trunk/CHANGES.txt
  U   gocept.selenium/trunk/grok.cfg
  U   gocept.selenium/trunk/plone3.cfg
  U   gocept.selenium/trunk/selenium.cfg
  U   gocept.selenium/trunk/static.cfg
  U   gocept.selenium/trunk/versions.cfg
  U   gocept.selenium/trunk/wsgi.cfg
  U   gocept.selenium/trunk/ztk.cfg

-=-
Modified: gocept.selenium/trunk/CHANGES.txt
===================================================================
--- gocept.selenium/trunk/CHANGES.txt	2012-01-30 16:22:49 UTC (rev 124254)
+++ gocept.selenium/trunk/CHANGES.txt	2012-01-30 18:03:23 UTC (rev 124255)
@@ -14,7 +14,11 @@
 - backwards-compatible API change: ``selectWindow`` now selects the main
   window also when passed the window id ``None`` or no argument at all.
 
+- pinned compatible ZTK version to 1.0.1, grok version to 1.2.1, generally
+  pinned all software packages used to consistent versions for this package's
+  own testing
 
+
 0.12 (2011-11-29)
 -----------------
 

Modified: gocept.selenium/trunk/grok.cfg
===================================================================
--- gocept.selenium/trunk/grok.cfg	2012-01-30 16:22:49 UTC (rev 124254)
+++ gocept.selenium/trunk/grok.cfg	2012-01-30 18:03:23 UTC (rev 124255)
@@ -1,6 +1,6 @@
 [buildout]
 extends = common.cfg
-          http://svn.zope.org/repos/main/groktoolkit/trunk/grok.cfg
+          http://svn.zope.org/repos/main/groktoolkit/tags/1.2.1/grok.cfg
 flavour = [grok, test_grok]
 
 [test]

Modified: gocept.selenium/trunk/plone3.cfg
===================================================================
--- gocept.selenium/trunk/plone3.cfg	2012-01-30 16:22:49 UTC (rev 124254)
+++ gocept.selenium/trunk/plone3.cfg	2012-01-30 18:03:23 UTC (rev 124255)
@@ -6,9 +6,6 @@
         instance
         test
 
-[versions]
-setuptools =
-
 [test]
 recipe = collective.recipe.z2testrunner
 zope2part = instance

Modified: gocept.selenium/trunk/selenium.cfg
===================================================================
--- gocept.selenium/trunk/selenium.cfg	2012-01-30 16:22:49 UTC (rev 124254)
+++ gocept.selenium/trunk/selenium.cfg	2012-01-30 18:03:23 UTC (rev 124255)
@@ -1,6 +1,6 @@
 [buildout]
 extends = common.cfg
-          http://download.zope.org/zopetoolkit/index/1.0/ztk-versions.cfg
+          http://download.zope.org/zopetoolkit/index/1.0.1/ztk-versions.cfg
 flavour = [script, test_script]
 
 [test]

Modified: gocept.selenium/trunk/static.cfg
===================================================================
--- gocept.selenium/trunk/static.cfg	2012-01-30 16:22:49 UTC (rev 124254)
+++ gocept.selenium/trunk/static.cfg	2012-01-30 18:03:23 UTC (rev 124255)
@@ -1,6 +1,6 @@
 [buildout]
 extends = common.cfg
-          http://svn.zope.org/repos/main/zopetoolkit/trunk/ztk.cfg
+          http://download.zope.org/zopetoolkit/index/1.0.1/ztk-versions.cfg
 
 [test]
 defaults = ['-s', 'gocept.selenium.static']

Modified: gocept.selenium/trunk/versions.cfg
===================================================================
--- gocept.selenium/trunk/versions.cfg	2012-01-30 16:22:49 UTC (rev 124254)
+++ gocept.selenium/trunk/versions.cfg	2012-01-30 18:03:23 UTC (rev 124255)
@@ -1,9 +1,14 @@
 [buildout]
 versions = versions
 find-links = http://dist.plone.org/thirdparty/PILwoTk-1.1.6.4.tar.gz
+allow-picked-versions = false
 
-
 [versions]
 gocept.selenium =
+elementtree = 1.2.7-20070827-preview
+mock = 0.7.2
 selenium = 1.0.3
 PILwoTK = 1.1.6.4
+zc.buildout = 1.4.4
+zc.recipe.egg = 1.2.2
+collective.recipe.z2testrunner = 0.3.1

Modified: gocept.selenium/trunk/wsgi.cfg
===================================================================
--- gocept.selenium/trunk/wsgi.cfg	2012-01-30 16:22:49 UTC (rev 124254)
+++ gocept.selenium/trunk/wsgi.cfg	2012-01-30 18:03:23 UTC (rev 124255)
@@ -1,5 +1,6 @@
 [buildout]
 extends = common.cfg
+          http://download.zope.org/zopetoolkit/index/1.0.1/ztk-versions.cfg
 
 [test]
 defaults = ['-s', 'gocept.selenium.wsgi']

Modified: gocept.selenium/trunk/ztk.cfg
===================================================================
--- gocept.selenium/trunk/ztk.cfg	2012-01-30 16:22:49 UTC (rev 124254)
+++ gocept.selenium/trunk/ztk.cfg	2012-01-30 18:03:23 UTC (rev 124255)
@@ -1,7 +1,7 @@
 [buildout]
 extends = common.cfg
-          http://download.zope.org/zopetoolkit/index/1.0/ztk-versions.cfg
-          http://download.zope.org/zopetoolkit/index/1.0/zopeapp-versions.cfg
+          http://download.zope.org/zopetoolkit/index/1.0.1/ztk-versions.cfg
+          http://download.zope.org/zopetoolkit/index/1.0.1/zopeapp-versions.cfg
 flavour = [ztk, test_ztk]
 
 [test]



More information about the checkins mailing list