[Checkins] SVN: zopetoolkit/trunk/ztk Add zope.untrustedpython to the ZTK.

Marius Gedminas cvs-admin at zope.org
Mon Feb 18 08:06:41 UTC 2013


Log message for revision 129442:
  Add zope.untrustedpython to the ZTK.
  
  It was recently extracted from zope.security and quite a few packages need it
  (so far indirectly, through zope.security[untrustedpython] BBB re-exports, but
  they'll transition to direct dependencies eventually).
  
  

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-15 17:36:22 UTC (rev 129441)
+++ zopetoolkit/trunk/ztk-sources.cfg	2013-02-18 08:06:40 UTC (rev 129442)
@@ -75,6 +75,7 @@
 zope.testing = git ${buildout:github}/zope.testing
 zope.testrunner = git ${buildout:github}/zope.testrunner
 zope.traversing = svn ${buildout:svn-zope-org}/zope.traversing/trunk
+zope.untrustedpython = git ${buildout:github}/zope.untrustedpython
 zope.viewlet = svn ${buildout:svn-zope-org}/zope.viewlet/trunk
 
 # Deprecating

Modified: zopetoolkit/trunk/ztk-versions.cfg
===================================================================
--- zopetoolkit/trunk/ztk-versions.cfg	2013-02-15 17:36:22 UTC (rev 129441)
+++ zopetoolkit/trunk/ztk-versions.cfg	2013-02-18 08:06:40 UTC (rev 129442)
@@ -65,6 +65,7 @@
 zope.testing = 4.1.1
 zope.testrunner = 4.0.4
 zope.traversing = 3.14.0
+zope.untrustedpython = 4.0.0
 zope.viewlet = 3.7.2
 
 # Deprecating

Modified: zopetoolkit/trunk/ztk.cfg
===================================================================
--- zopetoolkit/trunk/ztk.cfg	2013-02-15 17:36:22 UTC (rev 129441)
+++ zopetoolkit/trunk/ztk.cfg	2013-02-18 08:06:40 UTC (rev 129442)
@@ -70,6 +70,7 @@
   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