[Checkins] SVN: grok/trunk/ Remove version requirements that do not need to be pinned down.

Jan-Wijbrand Kolman janwijbrand at gmail.com
Tue Oct 23 08:13:40 EDT 2007


Log message for revision 80960:
  Remove version requirements that do not need to be pinned down.

Changed:
  U   grok/trunk/CHANGES.txt
  U   grok/trunk/versions.cfg

-=-
Modified: grok/trunk/CHANGES.txt
===================================================================
--- grok/trunk/CHANGES.txt	2007-10-23 12:13:18 UTC (rev 80959)
+++ grok/trunk/CHANGES.txt	2007-10-23 12:13:40 UTC (rev 80960)
@@ -23,6 +23,9 @@
 Bug fixes
 ---------
 
+* Remove zc.recipe.egg, zc.recipe.filestorage, zc.recipe.testrunner,
+  zc.zope3recipes from version requirements.
+
 * The admin UI now shows interfaces in modules.
 
 * `handle...` is not a special function name any more.

Modified: grok/trunk/versions.cfg
===================================================================
--- grok/trunk/versions.cfg	2007-10-23 12:13:18 UTC (rev 80959)
+++ grok/trunk/versions.cfg	2007-10-23 12:13:40 UTC (rev 80960)
@@ -8,15 +8,10 @@
 martian = 0.9
 mechanize = 0.1.7b
 pytz = 2007g
-setuptools = 0.6c7
 simplejson = 1.7.1
 z3c.flashmessage = 1.0b2
 # is this borked?
 zc.catalog = 1.2b
-zc.recipe.egg = 1.0.0b6
-zc.recipe.filestorage = 1.0a5
-zc.recipe.testrunner = 1.0.0b8
-zc.zope3recipes = 0.6b1
 zdaemon = 2.0.0
 zodbcode = 3.4.0b1dev-r75670
 zope.annotation = 3.4.0



More information about the Checkins mailing list