[Checkins] SVN: zopetoolkit/trunk/ get to a state, where bin/buildout finished successfully under Python 3.3

Hano Schlichting cvs-admin at zope.org
Tue Feb 26 23:07:59 UTC 2013


Log message for revision 129881:
  get to a state, where bin/buildout finished successfully under Python 3.3
  

Changed:
  U   zopetoolkit/trunk/buildout.cfg
  U   zopetoolkit/trunk/ztk-sources.cfg
  U   zopetoolkit/trunk/ztk-versions.cfg

-=-
Modified: zopetoolkit/trunk/buildout.cfg
===================================================================
--- zopetoolkit/trunk/buildout.cfg	2013-02-26 22:57:26 UTC (rev 129880)
+++ zopetoolkit/trunk/buildout.cfg	2013-02-26 23:07:59 UTC (rev 129881)
@@ -13,6 +13,9 @@
 
 auto-checkout =
     z3c.recipe.compattest
+    ZEO
+    ZODB
+    ZODB3
 
 [test-ztk]
 # individual test runners for the ztk

Modified: zopetoolkit/trunk/ztk-sources.cfg
===================================================================
--- zopetoolkit/trunk/ztk-sources.cfg	2013-02-26 22:57:26 UTC (rev 129880)
+++ zopetoolkit/trunk/ztk-sources.cfg	2013-02-26 23:07:59 UTC (rev 129881)
@@ -1,6 +1,7 @@
 [buildout]
 svn-zope-org = ^
 github = git://github.com/zopefoundation
+github_push = git at github.com:zopefoundation
 
 [sources]
 # Development branches of packages of *this* ZTK version.
@@ -11,7 +12,6 @@
 zope.annotation = git ${buildout:github}/zope.annotation
 zope.applicationcontrol = git ${buildout:github}/zope.applicationcontrol
 zope.authentication = git ${buildout:github}/zope.authentication
-zope.broken = svn ${buildout:svn-zope-org}/zope.broken/trunk
 zope.browser = git ${buildout:github}/zope.browser
 zope.browsermenu = git ${buildout:github}/zope.browsermenu
 zope.browserpage = git ${buildout:github}/zope.browserpage
@@ -21,9 +21,7 @@
 zope.component = git ${buildout:github}/zope.component
 zope.componentvocabulary = git ${buildout:github}/zope.componentvocabulary
 zope.configuration = git ${buildout:github}/zope.configuration
-##zope.container = git ${buildout:github}/zope.container <-- needs ZODB 4.0.0,
-##                            but ztk currently pins ZODB3 to the 3.10 branch.
-zope.container = svn ${buildout:svn-zope-org}/zope.container/branches/3.12
+zope.container = git ${buildout:github}/zope.container
 zope.contentprovider = git ${buildout:github}/zope.contentprovider
 zope.contenttype = git ${buildout:github}/zope.contenttype
 zope.copy = git ${buildout:github}/zope.copy
@@ -81,12 +79,13 @@
 # Deprecating
 
 # Dependencies
-BTrees = git ${buildout:github}/BTrees
-persistent = git ${buildout:github}/persistent
-ZConfig = git ${buildout:github}/ZConfig
-ZEO = git ${buildout:github}/ZEO
-ZODB = git ${buildout:github}/ZODB
-transaction = git ${buildout:github}/transaction
+BTrees = git ${buildout:github}/BTrees pushurl=${buildout:github_push}/BTrees
+persistent = git ${buildout:github}/persistent pushurl=${buildout:github_push}/persistent
+ZConfig = git ${buildout:github}/ZConfig pushurl=${buildout:github_push}/ZConfig
+ZEO = git ${buildout:github}/ZEO pushurl=${buildout:github_push}/ZEO
+ZODB = git ${buildout:github}/ZODB pushurl=${buildout:github_push}/ZODB branch=py3
+ZODB3 = svn ${buildout:svn-zope-org}/ZODB3/trunk
+transaction = git ${buildout:github}/transaction pushurl=${buildout:github_push}/transaction
 
 # Toolchain
 z3c.recipe.compattest = svn ${buildout:svn-zope-org}/z3c.recipe.compattest/trunk

Modified: zopetoolkit/trunk/ztk-versions.cfg
===================================================================
--- zopetoolkit/trunk/ztk-versions.cfg	2013-02-26 22:57:26 UTC (rev 129880)
+++ zopetoolkit/trunk/ztk-versions.cfg	2013-02-26 23:07:59 UTC (rev 129881)
@@ -1,7 +1,7 @@
 [versions]
 # ZTK
 zope.annotation = 4.1.0
-zope.applicationcontrol = 3.5.5
+zope.applicationcontrol = 4.0.0a1
 zope.authentication = 4.1.0
 zope.broken = 3.6.0
 zope.browser = 2.0.1
@@ -9,12 +9,12 @@
 zope.browserpage = 4.0.0
 zope.browserresource = 4.0.0
 zope.cachedescriptors = 4.0.0
-zope.catalog = 3.8.2
+zope.catalog = 4.0.0a1
 zope.component = 4.0.2
-zope.componentvocabulary = 1.0.1
+zope.componentvocabulary = 2.0.0a1
 zope.configuration = 4.0.2
-zope.container = 3.12.0
-zope.contentprovider = 3.7.2
+zope.container = 4.0.0a2
+zope.contentprovider = 4.0.0a1
 zope.contenttype = 4.0.1
 zope.copy = 4.0.2
 zope.copypastemove = 3.8.0
@@ -33,40 +33,40 @@
 zope.i18nmessageid = 4.0.2
 zope.index = 4.0.0
 zope.interface = 4.0.4
-zope.intid = 3.7.2
-zope.keyreference = 3.6.4
+zope.intid = 4.0.0a1
+zope.keyreference = 4.0.0a2
 zope.lifecycleevent = 4.0.1
 zope.location = 4.0.1
-zope.login = 1.0.0
+zope.login = 2.0.0a1
 zope.mimetype = 1.3.1
 zope.minmax = 2.0.0
 zope.pagetemplate = 4.0.2
 zope.password = 4.0.0
-zope.pluggableauth = 1.3
+zope.pluggableauth = 2.0.0a1
 zope.principalannotation = 4.0.0a2
-zope.principalregistry = 3.7.1
+zope.principalregistry = 4.0.0a1
 zope.processlifetime = 2.0
 zope.proxy = 4.1.1
-zope.ptresource = 3.9.0
+zope.ptresource = 4.0.0a1
 zope.publisher = 4.0.0a2
 zope.ramcache = 1.0
 zope.schema = 4.3.2
 zope.security = 4.0.0a4
-zope.securitypolicy = 3.7.0
-zope.sendmail = 3.7.5
+zope.securitypolicy = 4.0.0a1
+zope.sendmail = 4.0.0a2
 zope.sequencesort = 3.4.0
 zope.server = 3.8.6
-zope.session = 3.9.5
-zope.site = 3.9.2
+zope.session = 4.0.0a1
+zope.site = 4.0.0a1
 zope.size = 4.0.0
 zope.structuredtext = 4.0.0
-zope.tal = 3.6.1
+zope.tal = 4.0.0a1
 zope.tales = 4.0.1
 zope.testing = 4.1.2
 zope.testrunner = 4.2.0
-zope.traversing = 3.14.0
+zope.traversing = 4.0.0a2
 zope.untrustedpython = 4.0.0
-zope.viewlet = 3.7.2
+zope.viewlet = 4.0.0a1
 
 # Deprecating
 
@@ -88,7 +88,7 @@
 Pygments = 1.6
 python-gettext = 2.1
 python-subunit = 0.0.7
-pytz = 2011g
+pytz = 2012j
 RestrictedPython = 3.6.0
 setuptools = 0.6c11
 six = 1.2.0
@@ -105,7 +105,7 @@
 zc.recipe.egg = 2.0.0a3
 zc.recipe.testrunner = 2.0.0
 zc.resourcelibrary = 1.3.4
-zdaemon = 3.0.5
+zdaemon = 4.0.0a1
 ZEO = 4.0.0a1
 ZODB = 4.0.0a4
 ZODB3 = 3.11.0a2



More information about the checkins mailing list