[Checkins] SVN: CMF.buildout/trunk/buildout.cfg Zope2 trunk has far fewer dependencies and doesn't provide any version number for any outside packages. So CMF now needs to pin its own versions for its extra dependencies. The version list is copied from the 2.12.3 release. Something in that extra set is not compatible with zope.sendmail 3.7.1, so we need to stick to an older version for now

Hanno Schlichting hannosch at hannosch.eu
Wed Mar 31 11:37:36 EDT 2010


Log message for revision 110366:
  Zope2 trunk has far fewer dependencies and doesn't provide any version number for any outside packages. So CMF now needs to pin its own versions for its extra dependencies. The version list is copied from the 2.12.3 release. Something in that extra set is not compatible with zope.sendmail 3.7.1, so we need to stick to an older version for now
  

Changed:
  U   CMF.buildout/trunk/buildout.cfg

-=-
Modified: CMF.buildout/trunk/buildout.cfg
===================================================================
--- CMF.buildout/trunk/buildout.cfg	2010-03-31 15:33:19 UTC (rev 110365)
+++ CMF.buildout/trunk/buildout.cfg	2010-03-31 15:37:36 UTC (rev 110366)
@@ -1,6 +1,8 @@
 # CMF trunk + Zope trunk
 
 [buildout]
+extensions = buildout.dumppickedversions
+
 extends = src/Zope2/versions.cfg
 parts =
     zope2
@@ -32,10 +34,39 @@
     src/five.localsitemanager
 
 [versions]
+# Override of a Zope2 trunk version pin
+zope.sendmail = 3.5.1
+# CMF-only dependencies
 five.formlib = 1.0.2
-plone.recipe.zope2instance = 4.0a1
+plone.recipe.zope2instance = 4.0a4
+z3c.recipe.i18n = 0.7.0
+zope.authentication = 3.7.0
+zope.cachedescriptors = 3.5.0
+zope.componentvocabulary = 1.0
+zope.copy = 3.5.0
+zope.copypastemove = 3.5.2
+zope.deprecation = 3.4.0
+zope.dublincore = 3.4.3
+zope.error = 3.6.0
 zope.formlib = 3.10.0
+zope.hookable = 3.4.1
+zope.minmax = 1.1.1
+zope.password = 3.5.1
+zope.session = 3.9.2
+zope.app.applicationcontrol = 3.5.0
+zope.app.appsetup = 3.11
+zope.app.component = 3.8.3
+zope.app.container = 3.8.0
+zope.app.debug = 3.4.1
+zope.app.dependable = 3.4.0
 zope.app.form = 3.12.1
+zope.app.locales = 3.5.1
+zope.app.pagetemplate = 3.7.1
+zope.app.publication = 3.7.0
+zope.app.publisher = 3.8.3
+zope.app.schema = 3.5.0
+zope.app.testing = 3.6.2
+zLOG = 2.11.1
 
 [zope2]
 recipe = zc.recipe.egg



More information about the checkins mailing list