[Checkins] SVN: zopetoolkit/trunk/ztk- update zope.security and include Python 2.x dependencies in main versions file

Hano Schlichting cvs-admin at zope.org
Wed Mar 13 11:00:46 UTC 2013


Log message for revision 130128:
  update zope.security and include Python 2.x dependencies in main versions file
  

Changed:
  U   zopetoolkit/trunk/ztk-python2-specifics.cfg
  U   zopetoolkit/trunk/ztk-versions.cfg

-=-
Modified: zopetoolkit/trunk/ztk-python2-specifics.cfg
===================================================================
--- zopetoolkit/trunk/ztk-python2-specifics.cfg	2013-03-13 06:59:49 UTC (rev 130127)
+++ zopetoolkit/trunk/ztk-python2-specifics.cfg	2013-03-13 11:00:43 UTC (rev 130128)
@@ -1,8 +1,5 @@
 # Python packages only available or only required for Python 2
 [versions]
-# Packages only available for Python 2
-RestrictedPython = 3.6.0
-zope.untrustedpython = 4.0.0
 
 [sources]
 # Pacakges only available for Python 2

Modified: zopetoolkit/trunk/ztk-versions.cfg
===================================================================
--- zopetoolkit/trunk/ztk-versions.cfg	2013-03-13 06:59:49 UTC (rev 130127)
+++ zopetoolkit/trunk/ztk-versions.cfg	2013-03-13 11:00:43 UTC (rev 130128)
@@ -50,7 +50,7 @@
 zope.publisher = 4.0.0a2
 zope.ramcache = 2.0.0
 zope.schema = 4.3.2
-zope.security = 4.0.0a5
+zope.security = 4.0.0b1
 zope.securitypolicy = 4.0.0a1
 zope.sendmail = 4.0.0a2
 zope.session = 4.0.0a1
@@ -99,6 +99,10 @@
 zdaemon = 4.0.0a1
 zodbpickle = 0.1.0
 
+# Dependencies for Python 2
+RestrictedPython = 3.6.0
+zope.untrustedpython = 4.0.0
+
 # Missing Py 3 port:
 # XXX: Where do we need that?
 Paste = 1.7.5.1



More information about the checkins mailing list