[Zope-Checkins] SVN: Zope/trunk/ Updated to zope.testbrowser = 3.10.1 and make sure we keep the new mechanize, even though it will be downgraded in ZTK 1.0c2 to support Python 2.4
Hanno Schlichting
hannosch at hannosch.eu
Sat Sep 25 09:04:41 EDT 2010
Log message for revision 116893:
Updated to zope.testbrowser = 3.10.1 and make sure we keep the new mechanize, even though it will be downgraded in ZTK 1.0c2 to support Python 2.4
Changed:
U Zope/trunk/doc/CHANGES.rst
U Zope/trunk/versions.cfg
-=-
Modified: Zope/trunk/doc/CHANGES.rst
===================================================================
--- Zope/trunk/doc/CHANGES.rst 2010-09-25 13:02:49 UTC (rev 116892)
+++ Zope/trunk/doc/CHANGES.rst 2010-09-25 13:04:41 UTC (rev 116893)
@@ -23,6 +23,7 @@
- Updated distributions:
- repoze.retry = 1.0
+ - zope.testbrowser = 3.10.1
2.13.0a4 (2010-09-09)
---------------------
Modified: Zope/trunk/versions.cfg
===================================================================
--- Zope/trunk/versions.cfg 2010-09-25 13:02:49 UTC (rev 116892)
+++ Zope/trunk/versions.cfg 2010-09-25 13:04:41 UTC (rev 116893)
@@ -30,6 +30,7 @@
ZopeUndo = 2.12.0
# ZTK KGS overrides
+mechanize = 0.2.2
ZODB3 = 3.10.0b4
zope.testing = 3.9.4
@@ -37,4 +38,4 @@
repoze.retry = 1.0
repoze.tm2 = 1.0a5
repoze.who = 2.0a2
-zope.testbrowser = 3.9.0
+zope.testbrowser = 3.10.1
More information about the Zope-Checkins
mailing list