[Checkins] SVN: five.pt/trunk/ Updating buildout config

Patrick Gerken do3ccqrv at gmail.com
Fri May 28 07:56:29 EDT 2010


Log message for revision 112795:
  Updating buildout config
  
  The current configuration threw errors because some packages
  were not pinned. I pinned all packages to versions that work together
  and added z3c.checkversions that can be used to test, if versions
  need an upgrade.

Changed:
  U   five.pt/trunk/buildout.cfg
  A   five.pt/trunk/versions.cfg

-=-
Modified: five.pt/trunk/buildout.cfg
===================================================================
--- five.pt/trunk/buildout.cfg	2010-05-28 11:41:12 UTC (rev 112794)
+++ five.pt/trunk/buildout.cfg	2010-05-28 11:56:29 UTC (rev 112795)
@@ -1,5 +1,6 @@
 [buildout]
 extends = http://download.zope.org/zope3.4/3.4.0/versions.cfg
+    versions.cfg
 
 find-links =
     http://dist.repoze.org/zope2/2.10/
@@ -9,6 +10,7 @@
 parts =
     lxml
     test
+    checkversions
 
 eggs =
    five.pt
@@ -16,17 +18,7 @@
 
 versions = versions
 
-[versions]
-chameleon.core = 1.0b28
-chameleon.zpt = 1.0b14
-z3c.pt = 1.0b14
-zope.testing = 3.7.1
-zope.i18n = 3.6.0
-lxml = 2.1.5
-setuptools = 0.6c9
-zopelib = 2.10.7.0
-repoze.recipe.egg = 0.1
-zc.buildout = 1.2.1
+allow-picked-versions = false
 
 [lxml]
 recipe = z3c.recipe.staticlxml
@@ -41,3 +33,7 @@
 [test-environment]
 CHAMELEON_DEBUG = 1
 CHAMELEON_CACHE = 0
+
+[checkversions]
+recipe = zc.recipe.egg
+eggs = z3c.checkversions[buildout]

Added: five.pt/trunk/versions.cfg
===================================================================
--- five.pt/trunk/versions.cfg	                        (rev 0)
+++ five.pt/trunk/versions.cfg	2010-05-28 11:56:29 UTC (rev 112795)
@@ -0,0 +1,17 @@
+[versions]
+chameleon.core = 1.0.4
+chameleon.zpt = 1.1.3
+Chameleon = 1.2.3
+z3c.pt = 1.2.1
+zope.testing = 3.7.1
+zope.i18n = 3.6.0
+lxml = 2.1.5
+zopelib = 2.10.7.0
+sourcecodegen = 0.6.12
+elementtree = 1.2.7-20070827-preview
+repoze.recipe.egg = 0.3
+distribute = 0.6.12
+zc.buildout = 1.4.3
+z3c.recipe.staticlxml = 0.7.1
+zc.recipe.cmmi = 1.3.1
+z3c.checkversions = 0.2



More information about the checkins mailing list