[Checkins] SVN: zope.security/trunk/ Revert revision 84459: the zope.thread import I saw in 3.4.0 was unnecessary

Marius Gedminas marius at pov.lt
Thu Mar 6 07:31:17 EST 2008


Log message for revision 84506:
  Revert revision 84459: the zope.thread import I saw in 3.4.0 was unnecessary
  and removed since then; so the zope.thread dependency in setup.py is not
  needed.
  
  

Changed:
  U   zope.security/trunk/CHANGES.txt
  U   zope.security/trunk/setup.py

-=-
Modified: zope.security/trunk/CHANGES.txt
===================================================================
--- zope.security/trunk/CHANGES.txt	2008-03-06 09:13:07 UTC (rev 84505)
+++ zope.security/trunk/CHANGES.txt	2008-03-06 12:31:17 UTC (rev 84506)
@@ -6,7 +6,6 @@
 3.5.0 - 2008-03-05
 -------------------
 
-- Updated dependencies (added zope.thread explictly).
 - Changed title for ``zope.security.management.system_user`` to be more
   presentable.
 

Modified: zope.security/trunk/setup.py
===================================================================
--- zope.security/trunk/setup.py	2008-03-06 09:13:07 UTC (rev 84505)
+++ zope.security/trunk/setup.py	2008-03-06 12:31:17 UTC (rev 84506)
@@ -74,7 +74,6 @@
                         'zope.location',
                         'zope.proxy',
                         'zope.schema',
-                        'zope.thread',
                         ],
       extras_require = dict(
           untrustedpython=["RestrictedPython"]



More information about the Checkins mailing list