[Checkins] SVN: grokproject/trunk/ Pinned all package versions in the generated versions.cfg to the

Maurits van Rees m.van.rees at zestsoftware.nl
Thu Jan 15 05:44:14 EST 2009


Log message for revision 94742:
  Pinned all package versions in the generated versions.cfg to the
  latest released ones.  Especially pinned z3c.recipe.eggbasket to
  the most recent one, 0.4.1.
  

Changed:
  U   grokproject/trunk/CHANGES.txt
  U   grokproject/trunk/grokproject/template_paste/versions.cfg_tmpl
  U   grokproject/trunk/grokproject/template_zopectl/versions.cfg_tmpl

-=-
Modified: grokproject/trunk/CHANGES.txt
===================================================================
--- grokproject/trunk/CHANGES.txt	2009-01-15 10:32:09 UTC (rev 94741)
+++ grokproject/trunk/CHANGES.txt	2009-01-15 10:44:13 UTC (rev 94742)
@@ -4,7 +4,11 @@
 1.0a3 (unreleased)
 ------------------
 
+* Pinned all package versions in the generated versions.cfg to the
+  latest released ones.  Especially pinned z3c.recipe.eggbasket to
+  the most recent one, 0.4.1.
 
+
 1.0a2 (2009-01-12)
 ------------------
 

Modified: grokproject/trunk/grokproject/template_paste/versions.cfg_tmpl
===================================================================
--- grokproject/trunk/grokproject/template_paste/versions.cfg_tmpl	2009-01-15 10:32:09 UTC (rev 94741)
+++ grokproject/trunk/grokproject/template_paste/versions.cfg_tmpl	2009-01-15 10:44:13 UTC (rev 94742)
@@ -5,12 +5,16 @@
 
 ${version_info_file_contents}
 
-# Here we pin the recipes used in the buildout.cfg
+# Here we pin the recipes and other packages that are not in the
+# downloaded versions.cfg of grok
+grokui.admin = 0.3
+Paste = 1.7.2
+PasteDeploy = 1.3.2
+PasteScript = 1.7.3
+setuptools = 0.6c9
+z3c.evalexception = 2.0
+z3c.recipe.eggbasket = 0.4.1
 z3c.recipe.i18n = 0.5.0
-z3c.recipe.eggbasket = 0.4.0
-zc.buildout = 1.0.6
-zc.recipe.egg = 1.1.0b1
+zc.buildout = 1.1.1
+zc.recipe.egg = 1.1.0
 zc.recipe.filestorage = 1.0.1
-zc.recipe.testrunner = 1.0.0
-zc.zodbrecipes = 0.4.0
-zc.zope3recipes = 0.7.0

Modified: grokproject/trunk/grokproject/template_zopectl/versions.cfg_tmpl
===================================================================
--- grokproject/trunk/grokproject/template_zopectl/versions.cfg_tmpl	2009-01-15 10:32:09 UTC (rev 94741)
+++ grokproject/trunk/grokproject/template_zopectl/versions.cfg_tmpl	2009-01-15 10:44:13 UTC (rev 94742)
@@ -5,12 +5,16 @@
 
 ${version_info_file_contents}
 
-# Here we pin the recipes used in the buildout.cfg
+# Here we pin the recipes and other packages that are not in the
+# downloaded versions.cfg of grok
+grokui.admin = 0.3
+Paste = 1.7.2
+PasteDeploy = 1.3.2
+PasteScript = 1.7.3
+setuptools = 0.6c9
+z3c.evalexception = 2.0
+z3c.recipe.eggbasket = 0.4.1
 z3c.recipe.i18n = 0.5.0
-z3c.recipe.eggbasket = 0.4.0
-zc.buildout = 1.0.6
-zc.recipe.egg = 1.1.0b1
+zc.buildout = 1.1.1
+zc.recipe.egg = 1.1.0
 zc.recipe.filestorage = 1.0.1
-zc.recipe.testrunner = 1.0.0
-zc.zodbrecipes = 0.4.0
-zc.zope3recipes = 0.7.0



More information about the Checkins mailing list