[Grok-dev] grok versions.cfg updated to KGS 3.4.0c5
Maurits van Rees
m.van.rees at zestsoftware.nl
Mon Aug 4 15:55:07 EDT 2008
Hi,
At the Grokkerdam sprint in May together with Tim Terlegard I changed
the versions.cfg of grok to use zope KGS3.4c1. While doing that we
created a helper script in grok/utilities/merge-versions.py to do the
grunt comparing work. I used that today to update the versions.cfg to
KGS 3.4c5; worked like a charm actually.
I suppose everyone is fine with updating grok to the latest KGS
release candidate? The grok tests all pass. The three tests from a
new grokproject using those versions also pass. I don't see
DeprecationWarnings.
The changed versions are all small changes like 3.4.x to 3.4.y, except
for zope.app.security which went from 3.4 to 3.5.2.
The full svn diff for ease of reference:
Index: versions.cfg
===================================================================
--- versions.cfg (revision 89351)
+++ versions.cfg (working copy)
@@ -1,13 +1,13 @@
[versions]
-ClientForm = 0.2.7
+ClientForm = 0.2.9
Pygments = 0.8.1
RestrictedPython = 3.4.2
ZConfig = 2.5.1
ZODB3 = 3.8
docutils = 0.4
-martian = 0.10
grokcore.component = 1.5.1
grokcore.security = 1.0
+martian = 0.10
mechanize = 0.1.7b
pytz = 2007k
simplejson = 1.7.1
@@ -19,7 +19,7 @@
zodbcode = 3.4
zope.annotation = 3.4
zope.app.apidoc = 3.4.3
-zope.app.applicationcontrol = 3.4.1
+zope.app.applicationcontrol = 3.4.3
zope.app.appsetup = 3.4.1
zope.app.authentication = 3.4.1
zope.app.basicskin = 3.4
@@ -28,7 +28,7 @@
zope.app.component = 3.4.1
zope.app.container = 3.5.3
zope.app.content = 3.4
-zope.app.debug = 3.4
+zope.app.debug = 3.4.1
zope.app.dependable = 3.4
zope.app.error = 3.5.1
zope.app.exception = 3.4.1
@@ -43,7 +43,7 @@
zope.app.keyreference = 3.4.1
zope.app.locales = 3.4.1
zope.app.onlinehelp = 3.4.1
-zope.app.pagetemplate = 3.4
+zope.app.pagetemplate = 3.4.1
zope.app.preference = 3.4.1
zope.app.principalannotation = 3.4
zope.app.publication = 3.4.3
@@ -51,15 +51,15 @@
zope.app.renderer = 3.4
zope.app.rotterdam = 3.4.1
zope.app.schema = 3.4
-zope.app.security = 3.4
+zope.app.security = 3.5.2
zope.app.securitypolicy = 3.4.6
zope.app.server = 3.4
zope.app.session = 3.5.1
zope.app.skins = 3.4
-zope.app.testing = 3.4.1
+zope.app.testing = 3.4.3
zope.app.tree = 3.4
-zope.app.twisted = 3.4
-zope.app.wsgi = 3.4
+zope.app.twisted = 3.4.1
+zope.app.wsgi = 3.4.1
zope.app.zapi = 3.4
zope.app.zcmlfiles = 3.4.3
zope.app.zopeappgenerations = 3.4
@@ -90,18 +90,18 @@
zope.modulealias = 3.4
zope.pagetemplate = 3.4
zope.proxy = 3.4
-zope.publisher = 3.4.2
+zope.publisher = 3.4.3
zope.schema = 3.4
zope.security = 3.4
zope.securitypolicy = 3.4
-zope.server = 3.4.1
+zope.server = 3.4.2
zope.session = 3.4.1
zope.size = 3.4
zope.structuredtext = 3.4
zope.tal = 3.4.1
zope.tales = 3.4
zope.testbrowser = 3.4.2
-zope.testing = 3.5.1
+zope.testing = 3.5.4
zope.thread = 3.4
-zope.traversing = 3.4.0
+zope.traversing = 3.4.1
zope.viewlet = 3.4.2
--
Maurits van Rees | http://maurits.vanrees.org/
Work | http://zestsoftware.nl/
"This is your day, don't let them take it away." [Barlow Girl]
More information about the Grok-dev
mailing list