[Checkins] SVN: zopetoolkit/trunk/ztk drop zope.server and zope.untrustedpython

Hano Schlichting cvs-admin at zope.org
Thu Feb 28 16:41:10 UTC 2013


Log message for revision 129932:
  drop zope.server and zope.untrustedpython
  

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

-=-
Modified: zopetoolkit/trunk/ztk-sources.cfg
===================================================================
--- zopetoolkit/trunk/ztk-sources.cfg	2013-02-28 16:33:00 UTC (rev 129931)
+++ zopetoolkit/trunk/ztk-sources.cfg	2013-02-28 16:41:09 UTC (rev 129932)
@@ -71,11 +71,9 @@
 zope.testing = git ${buildout:github}/zope.testing
 zope.testrunner = git ${buildout:github}/zope.testrunner
 zope.traversing = git ${buildout:github}/zope.traversing
-zope.untrustedpython = git ${buildout:github}/zope.untrustedpython
 zope.viewlet = git ${buildout:github}/zope.viewlet
 
 # Deprecating
-zope.server = git ${buildout:github}/zope.server
 
 # Dependencies
 BTrees = git ${buildout:github}/BTrees pushurl=${buildout:github_push}/BTrees

Modified: zopetoolkit/trunk/ztk-versions.cfg
===================================================================
--- zopetoolkit/trunk/ztk-versions.cfg	2013-02-28 16:33:00 UTC (rev 129931)
+++ zopetoolkit/trunk/ztk-versions.cfg	2013-02-28 16:41:09 UTC (rev 129932)
@@ -67,10 +67,6 @@
 # Deprecating
 # zope.broken was only needed for ZODB3.
 zope.broken = 3.6.0
-# zope.server has been forked and ported to Py3 under the name "waitress".
-zope.server = 3.8.6
-# RestrictedPython and thus zope.untrustedpython are hard to port to Py3.
-zope.untrustedpython = 4.0.0
 # No package should depend on ZODB3 anymore.
 ZODB3 = 3.11.0a2
 # mechanize should only be needed for testbrowser.
@@ -114,7 +110,6 @@
 # PasteScript should not be needed anymore, since zope.paste supports serving
 # directly now.
 PasteScript = 1.7.5
-RestrictedPython = 3.6.0
 # XXX: Where is this needed?
 unittest2 = 0.5.1
 # Should just be ported.

Modified: zopetoolkit/trunk/ztk.cfg
===================================================================
--- zopetoolkit/trunk/ztk.cfg	2013-02-28 16:33:00 UTC (rev 129931)
+++ zopetoolkit/trunk/ztk.cfg	2013-02-28 16:41:09 UTC (rev 129932)
@@ -59,7 +59,6 @@
   zope.security
   zope.securitypolicy
   zope.sendmail
-  zope.server
   zope.session
   zope.site
   zope.size
@@ -69,7 +68,6 @@
   zope.testing
   zope.testrunner
   zope.traversing
-  zope.untrustedpython
   zope.viewlet
 # supporting packages whose tests we'd like to run
   persistent



More information about the checkins mailing list