[Checkins] SVN: Zope/trunk/ Directly extend and use the Zope Toolkit KGS release 1.0dev-r113891 from http://download.zope.org/zopetoolkit/index/. We should get a proper alpha release in time.

Hanno Schlichting hannosch at hannosch.eu
Sun Jun 27 05:37:23 EDT 2010


Log message for revision 113913:
  Directly extend and use the Zope Toolkit KGS release 1.0dev-r113891 from http://download.zope.org/zopetoolkit/index/. We should get a proper alpha release in time.
  

Changed:
  U   Zope/trunk/doc/CHANGES.rst
  U   Zope/trunk/versions.cfg

-=-
Modified: Zope/trunk/doc/CHANGES.rst
===================================================================
--- Zope/trunk/doc/CHANGES.rst	2010-06-27 09:19:41 UTC (rev 113912)
+++ Zope/trunk/doc/CHANGES.rst	2010-06-27 09:37:22 UTC (rev 113913)
@@ -18,6 +18,8 @@
 Features Added
 ++++++++++++++
 
+- Directly extend and use the Zope Toolkit KGS release 1.0dev-r113891 from
+  http://download.zope.org/zopetoolkit/index/.
 
 
 2.13.0a1 (2010-06-25)

Modified: Zope/trunk/versions.cfg
===================================================================
--- Zope/trunk/versions.cfg	2010-06-27 09:19:41 UTC (rev 113912)
+++ Zope/trunk/versions.cfg	2010-06-27 09:37:22 UTC (rev 113913)
@@ -1,4 +1,5 @@
 [buildout]
+extends = http://download.zope.org/zopetoolkit/index/1.0dev-r113891/ztk-versions.cfg
 versions = versions
 
 [versions]
@@ -15,83 +16,24 @@
 Persistence = 2.13.2
 Products.ZCTextIndex = 2.13.0
 Record = 2.13.0
-RestrictedPython = 3.6.0a1
 tempstorage = 2.11.3
 zExceptions = 2.13.0
 ZopeUndo = 2.12.0
 
+# ZTK KGS overrides
+RestrictedPython = 3.6.0a1
+ZODB3 = 3.10.0b1
+
 # Zope2 dependencies
-docutils = 0.6
 Paste = 1.7.4
 PasteDeploy = 1.3.3
 PasteScript = 1.7.3
-pytz = 2010h
 repoze.retry = 0.9.4
 repoze.tm2 = 1.0a5
 repoze.who = 2.0a2
-
-# ZTK
-zope.annotation = 3.5.0
-zope.broken = 3.6.0
-zope.browser = 1.3
-zope.browsermenu = 3.9.1
-zope.browserpage = 3.12.2
-zope.browserresource = 3.10.3
-zope.component = 3.9.4
-zope.configuration = 3.7.2
-zope.container = 3.11.1
-zope.contentprovider = 3.7.2
-zope.contenttype = 3.5.1
-zope.datetime = 3.4.0
-zope.deferredimport = 3.5.2
-zope.dottedname = 3.4.6
-zope.event = 3.5.0-1
-zope.exceptions = 3.6.0
-zope.filerepresentation = 3.6.0
-zope.i18n = 3.7.3
-zope.i18nmessageid = 3.5.2
-zope.interface = 3.6.1
-zope.lifecycleevent = 3.6.1
-zope.location = 3.9.0
-zope.pagetemplate = 3.5.1
-zope.processlifetime = 1.0
-zope.proxy = 3.6.0
-zope.ptresource = 3.9.0
-zope.publisher = 3.12.3
-zope.schema = 3.6.4
-zope.security = 3.7.3
-zope.sendmail = 3.7.2
-zope.sequencesort = 3.4.0
-zope.site = 3.9.1
-zope.size = 3.4.1
-zope.structuredtext = 3.5.0
-zope.tal = 3.5.2
-zope.tales = 3.5.1
 zope.testbrowser = 3.9.0
-zope.testing = 3.9.4
-zope.traversing = 3.12.1
-zope.viewlet = 3.7.2
 
-# ZTK dependencies
-mechanize = 0.2.1
-python-gettext = 1.0
-
-# ZODB + dependencies
-transaction = 1.1.0
-zc.lockfile = 1.0.0
-ZConfig = 2.8.0
-zdaemon = 2.0.4
-ZODB3 = 3.10.0b1
-
 # toolchain
-Jinja2 = 2.5
-Pygments = 1.3.1
-Sphinx = 1.0b2
 buildout.dumppickedversions = 0.4
-distribute = 0.6.13
-setuptools= 0.6c11
 tl.eggdeps = 0.4
 z3c.checkversions = 0.2
-zc.buildout = 1.4.3
-zc.recipe.egg = 1.2.2
-zc.recipe.testrunner = 1.2.0



More information about the checkins mailing list