[Checkins] SVN: zope.app.exception/trunk/ Release preparations.

Martijn Faassen faassen at startifact.com
Fri Jan 8 16:44:43 EST 2010


Log message for revision 107839:
  Release preparations.
  

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

-=-
Modified: zope.app.exception/trunk/CHANGES.txt
===================================================================
--- zope.app.exception/trunk/CHANGES.txt	2010-01-08 21:44:11 UTC (rev 107838)
+++ zope.app.exception/trunk/CHANGES.txt	2010-01-08 21:44:42 UTC (rev 107839)
@@ -6,10 +6,9 @@
 
 - Require zope.browserpage which now contains ``namedtemplate``.
 
-- Require zope.login as a test dependency.
-
 - Fix ftesting.zcml due to ``zope.securitypolicy`` update.
 
+- Fix tests using a newer zope.publisher that requires zope.login.
 
 3.6.0 (2009-05-18)
 ------------------

Modified: zope.app.exception/trunk/setup.py
===================================================================
--- zope.app.exception/trunk/setup.py	2010-01-08 21:44:11 UTC (rev 107838)
+++ zope.app.exception/trunk/setup.py	2010-01-08 21:44:42 UTC (rev 107839)
@@ -67,7 +67,7 @@
       ]),
       install_requires=['setuptools',
                         'zope.interface',
-                        'zope.publisher',
+                        'zope.publisher >= 3.12',
                         'zope.browser>=1.2',
                         'zope.browserpage>=3.11.0',
                         ],



More information about the checkins mailing list