[Checkins] SVN: zope.component/trunk/ created a security extra

Thomas Lotze tl at gocept.com
Sat Sep 18 12:49:09 EDT 2010


Log message for revision 116595:
  created a security extra

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

-=-
Modified: zope.component/trunk/CHANGES.txt
===================================================================
--- zope.component/trunk/CHANGES.txt	2010-09-18 16:34:15 UTC (rev 116594)
+++ zope.component/trunk/CHANGES.txt	2010-09-18 16:49:09 UTC (rev 116595)
@@ -6,6 +6,9 @@
 
 - Got rid of the docs extra and the sphinxdoc recipe.
 
+- Created a "security" extra to move security-related dependencies out of the
+  "test" extra.
+
 3.9.5 (2010-07-09)
 ==================
 

Modified: zope.component/trunk/setup.py
===================================================================
--- zope.component/trunk/setup.py	2010-09-18 16:34:15 UTC (rev 116594)
+++ zope.component/trunk/setup.py	2010-09-18 16:49:09 UTC (rev 116595)
@@ -26,9 +26,6 @@
 tests_require = [
     'ZODB3',
     'zope.hookable',
-    'zope.location',
-    'zope.proxy',
-    'zope.security',
     'zope.testing',
     ]
 
@@ -81,6 +78,10 @@
     extras_require = dict(
         hook = ['zope.hookable'],
         persistentregistry = ['ZODB3'],
+        security = ['zope.location',
+                    'zope.proxy',
+                    'zope.security',
+                    ],
         zcml = ['zope.configuration',
                 'zope.i18nmessageid',
                 ],



More information about the checkins mailing list