[Checkins] SVN: zc.queue/trunk/buildout.cfg Note proper ZODB3 and transaction versions in the test buildout.cfg for python2.4 and 2.6.

Maurits van Rees m.van.rees at zestsoftware.nl
Sat Dec 17 03:55:58 UTC 2011


Log message for revision 123826:
  Note proper ZODB3 and transaction versions in the test buildout.cfg for python2.4 and 2.6.

Changed:
  U   zc.queue/trunk/buildout.cfg

-=-
Modified: zc.queue/trunk/buildout.cfg
===================================================================
--- zc.queue/trunk/buildout.cfg	2011-12-17 03:35:28 UTC (rev 123825)
+++ zc.queue/trunk/buildout.cfg	2011-12-17 03:55:57 UTC (rev 123826)
@@ -1,7 +1,16 @@
 [buildout]
 develop = .
 parts = test py
+versions = versions
 
+[versions]
+# For python2.6 use these (currently the latest versions):
+ZODB3 = 3.10.5
+transaction = 1.2.0
+# For python2.4:
+#ZODB3 = 3.9.7
+#transaction = 1.1.1
+
 [test]
 recipe = zc.recipe.testrunner
 eggs = zc.queue [test]



More information about the checkins mailing list