[Checkins] SVN: grok/branches/1.0/ Pin versions for dependencies of applications created with grokproject.

Jan-Jaap Driessen jdriessen at thehealthagency.com
Wed Apr 14 05:42:24 EDT 2010


Log message for revision 110837:
  Pin versions for dependencies of applications created with grokproject. 

Changed:
  U   grok/branches/1.0/CHANGES.txt
  U   grok/branches/1.0/versions.cfg

-=-
Modified: grok/branches/1.0/CHANGES.txt
===================================================================
--- grok/branches/1.0/CHANGES.txt	2010-04-14 09:42:20 UTC (rev 110836)
+++ grok/branches/1.0/CHANGES.txt	2010-04-14 09:42:23 UTC (rev 110837)
@@ -4,9 +4,12 @@
 1.0.1 (unreleased)
 ==================
 
+* Pin versions for dependencies of applications created with grokproject
+  (grokproject would have added these version pins itself to the newly created
+  applications however this proved to be unmaintainable).
+
 * Fix documentation bug where virtualenv wasn't explained correctly.
 
-
 1.0 (2009-10-07)
 ================
 

Modified: grok/branches/1.0/versions.cfg
===================================================================
--- grok/branches/1.0/versions.cfg	2010-04-14 09:42:20 UTC (rev 110836)
+++ grok/branches/1.0/versions.cfg	2010-04-14 09:42:23 UTC (rev 110837)
@@ -110,3 +110,20 @@
 zope.thread = 3.4
 zope.traversing = 3.4.1
 zope.viewlet = 3.4.2
+
+# Version requirements of dependencies of applications built with grokproject.
+Paste = 1.7.2
+PasteDeploy = 1.3.2
+PasteScript = 1.7.3
+collective.recipe.template = 1.4.0
+docutils = 0.6
+setuptools = 0.6c11
+z3c.evalexception = 2.0
+z3c.recipe.dev = 0.5.3
+z3c.recipe.i18n = 0.5.3
+z3c.recipe.mkdir = 0.3.1
+zc.buildout = 1.4.3
+zc.lockfile = 1.0.0
+zc.recipe.egg = 1.1.0
+zc.recipe.filestorage = 1.0.1
+



More information about the checkins mailing list