[Checkins] SVN: zope.app.apidoc/trunk/ Declared install dependency on ``zope.app.exception``.

Michael Howitz mh at gocept.com
Tue Jul 5 15:22:03 EDT 2011


Log message for revision 122117:
  Declared install dependency on ``zope.app.exception``.
  
  

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

-=-
Modified: zope.app.apidoc/trunk/CHANGES.txt
===================================================================
--- zope.app.apidoc/trunk/CHANGES.txt	2011-07-05 19:19:40 UTC (rev 122116)
+++ zope.app.apidoc/trunk/CHANGES.txt	2011-07-05 19:22:03 UTC (rev 122117)
@@ -5,8 +5,11 @@
 3.7.6 (unreleased)
 ------------------
 
-- Modernize some of the templates.  An increment towards having zope.app.apidoc compatible with Chameleon.
+- Modernize some of the templates.  An increment towards having
+  zope.app.apidoc compatible with Chameleon.
 
+- Declared install dependency on ``zope.app.exception``.
+
 3.7.5 (2010-09-12)
 ------------------
 
@@ -34,23 +37,24 @@
 3.7.1 (2010-01-05)
 ------------------
 
-- Updated tests to work with zope.publisher 3.12 (using zope.login).
+- Updated tests to work with zope.publisher 3.12 (using `zope.login`).
 
 3.7.0 (2009-12-22)
 ------------------
 
-- Updated tests to work with latest zope.testing and use zope.browserpage in
-  favor of zope.app.pagetemplate.
+- Updated tests to work with latest `zope.testing` and use `zope.browserpage` in
+  favor of `zope.app.pagetemplate`.
 
 3.6.8 (2009-11-18)
 ------------------
 
-- Updated the tests after moving IPossibleSite and ISite to zope.component.
+- Updated the tests after moving ``IPossibleSite`` and ``ISite`` to
+  `zope.component`.
 
 3.6.7 (2009-09-29)
 ------------------
 
-- Updated the tests after moving ITraverser back to zope.traversing.
+- Updated the tests after moving ``ITraverser`` back `to zope.traversing`.
 
 3.6.6 (2009-09-15)
 ------------------

Modified: zope.app.apidoc/trunk/setup.py
===================================================================
--- zope.app.apidoc/trunk/setup.py	2011-07-05 19:19:40 UTC (rev 122116)
+++ zope.app.apidoc/trunk/setup.py	2011-07-05 19:22:03 UTC (rev 122117)
@@ -67,11 +67,12 @@
     package_dir = {'':'src'},
     namespace_packages = ['zope', 'zope.app'],
     install_requires = [
+        'ZODB3>=3.8.0',
         'setuptools',
-        'ZODB3>=3.8.0',
         'zope.annotation',
         'zope.app.appsetup',
         'zope.app.basicskin',
+        'zope.app.exception',
         'zope.app.onlinehelp',
         'zope.app.preference',
         'zope.app.publisher',
@@ -80,18 +81,18 @@
         'zope.app.tree',
         'zope.cachedescriptors',
         'zope.component>=3.8.0',
+        'zope.configuration',
         'zope.container',
-        'zope.configuration',
         'zope.deprecation',
+        'zope.hookable',
         'zope.i18n',
-        'zope.site',
-        'zope.hookable',
         'zope.interface',
         'zope.location>=3.7.0',
         'zope.proxy',
         'zope.publisher>=3.12.0',
         'zope.schema',
         'zope.security',
+        'zope.site',
         'zope.testbrowser',
         'zope.testing',
         'zope.traversing>=3.5.0',



More information about the checkins mailing list