[Checkins] SVN: zope.app.catalog/trunk/ Remove testing dependencies from install_requires.

Dan Korostelev nadako at gmail.com
Fri Dec 12 01:10:42 EST 2008


Log message for revision 93927:
  Remove testing dependencies from install_requires.

Changed:
  U   zope.app.catalog/trunk/CHANGES.txt
  U   zope.app.catalog/trunk/setup.py

-=-
Modified: zope.app.catalog/trunk/CHANGES.txt
===================================================================
--- zope.app.catalog/trunk/CHANGES.txt	2008-12-12 05:37:04 UTC (rev 93926)
+++ zope.app.catalog/trunk/CHANGES.txt	2008-12-12 06:10:41 UTC (rev 93927)
@@ -2,6 +2,11 @@
 CHANGES
 =======
 
+3.5.2 (unreleased)
+------------------
+
+- Remove testing dependencies from install_requires.
+
 3.5.1 (2007-10-31)
 ------------------
 

Modified: zope.app.catalog/trunk/setup.py
===================================================================
--- zope.app.catalog/trunk/setup.py	2008-12-12 05:37:04 UTC (rev 93926)
+++ zope.app.catalog/trunk/setup.py	2008-12-12 06:10:41 UTC (rev 93927)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name = 'zope.app.catalog',
-      version = '3.6.0',
+      version = '3.5.2dev',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       description='Zope Cataloging and Indexing Framework',
@@ -56,6 +56,7 @@
       namespace_packages=['zope', 'zope.app'],
       extras_require = dict(
           test=['zope.testing',
+                'zope.app.component',
                 'zope.app.testing',
                 'zope.app.securitypolicy',
                 'zope.app.zcmlfiles',
@@ -65,17 +66,14 @@
           'setuptools',
           'ZODB3',
           'zope.annotation',
-          'zope.app.component',
           'zope.app.container',
           'zope.app.intid',
-          'zope.app.testing',
           'zope.component',
           'zope.index',
           'zope.interface',
           'zope.lifecycleevent',
           'zope.location',
           'zope.schema',
-          'zope.testing',
           'zope.traversing',
           ],
       include_package_data = True,



More information about the Checkins mailing list