[Checkins] SVN: zopetoolkit/branches/1.0/z move version comments above respective declaration

Jan-Wijbrand Kolman janwijbrand at gmail.com
Wed Oct 13 09:31:04 EDT 2010


Log message for revision 117513:
  move version comments above respective declaration

Changed:
  U   zopetoolkit/branches/1.0/zopeapp-versions.cfg
  U   zopetoolkit/branches/1.0/ztk-versions.cfg

-=-
Modified: zopetoolkit/branches/1.0/zopeapp-versions.cfg
===================================================================
--- zopetoolkit/branches/1.0/zopeapp-versions.cfg	2010-10-13 13:30:04 UTC (rev 117512)
+++ zopetoolkit/branches/1.0/zopeapp-versions.cfg	2010-10-13 13:31:03 UTC (rev 117513)
@@ -28,14 +28,16 @@
 zope.app.rotterdam = 3.5.2
 zope.app.schema = 3.5.0
 zope.app.security = 3.7.5
-zope.app.testing = 3.7.8 # branch which is compatible with zope.testbrowser 3.8
+# zope.app.testing branch which is compatible with zope.testbrowser 3.8.
+zope.app.testing = 3.7.8
 zope.app.wsgi = 3.9.2
 zope.app.zcmlfiles = 3.7.0
 zope.app.zopeappgenerations = 3.5.0
 roman = 1.4.0
 wsgi-intercept = 0.4
 zc.sourcefactory = 0.7.0
-zope.testbrowser = 3.8.2 #  next major version fails on py24
+# Next major version of zope.testbrowser fails on py24.
+zope.testbrowser = 3.8.2
 
 # Deprecating
 zodbcode = 3.4.0

Modified: zopetoolkit/branches/1.0/ztk-versions.cfg
===================================================================
--- zopetoolkit/branches/1.0/ztk-versions.cfg	2010-10-13 13:30:04 UTC (rev 117512)
+++ zopetoolkit/branches/1.0/ztk-versions.cfg	2010-10-13 13:31:03 UTC (rev 117513)
@@ -70,11 +70,13 @@
 zope.documenttemplate = 3.4.2
 
 # Dependencies
-ClientForm = 0.2.10 # needed for mechanize 0.1.x
+# Needed for the mechanize 0.1.x.
+ClientForm = 0.2.10
 distribute = 0.6.14
 docutils = 0.7
 Jinja2 = 2.5.2
-mechanize = 0.1.11 # newer versions are not fully py24 compatible
+# Newer versions of mechanize are not fully py24 compatible.
+mechanize = 0.1.11
 Paste = 1.7.5.1
 PasteDeploy = 1.3.4
 PasteScript = 1.7.3



More information about the checkins mailing list