[Checkins] SVN: zope.release/branches/3.4/buildout.cfg Pin python-dateutil = 1.5 because 2.x is for Python 3.

Gediminas Paulauskas menesis at pov.lt
Fri Mar 25 11:29:01 EDT 2011


Log message for revision 121124:
  Pin python-dateutil = 1.5 because 2.x is for Python 3.
  Remove zc.recipe.testrunner pin because the mentioned bug was fixed.
  

Changed:
  U   zope.release/branches/3.4/buildout.cfg

-=-
Modified: zope.release/branches/3.4/buildout.cfg
===================================================================
--- zope.release/branches/3.4/buildout.cfg	2011-03-25 15:23:58 UTC (rev 121123)
+++ zope.release/branches/3.4/buildout.cfg	2011-03-25 15:29:01 UTC (rev 121124)
@@ -65,11 +65,8 @@
     '${buildout:directory}/releases/controlled-packages.cfg'] + sys.argv[1:]
 
 [versions]
-zope.kgs = 1.0.1
+python-dateutil = 1.5
+# python-dateutil >= 2 is for Python 3
 
-zc.recipe.testrunner = 1.2.0
-# zc.recipe.testrunner 1.3 depends on zope.testrunner, which doesn't work
-# with Python 2.4 -- https://launchpad.net/bugs/595052
-
 lxml = 2.2.6
-# latest lxml releases aren't always stable
\ No newline at end of file
+# latest lxml releases aren't always stable



More information about the checkins mailing list