[Checkins] SVN: zope.app.testing/trunk/ Prepare for release.

Martijn Faassen faassen at startifact.com
Fri Jan 8 17:10:03 EST 2010


Log message for revision 107885:
  Prepare for release.
  

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

-=-
Modified: zope.app.testing/trunk/CHANGES.txt
===================================================================
--- zope.app.testing/trunk/CHANGES.txt	2010-01-08 22:09:46 UTC (rev 107884)
+++ zope.app.testing/trunk/CHANGES.txt	2010-01-08 22:10:02 UTC (rev 107885)
@@ -11,6 +11,8 @@
 - Import ISite from zope.component after it was moved there from
   zope.location. This lifts the dependency on zope.location.
 
+- Fix tests using a newer zope.publisher that requires zope.login.
+
 3.7.3 (2009-08-20)
 ------------------
 

Modified: zope.app.testing/trunk/setup.py
===================================================================
--- zope.app.testing/trunk/setup.py	2010-01-08 22:09:46 UTC (rev 107884)
+++ zope.app.testing/trunk/setup.py	2010-01-08 22:10:02 UTC (rev 107885)
@@ -61,7 +61,7 @@
                                 'zope.app.securitypolicy',
                                 'zope.app.zcmlfiles',
                                 'ZODB3',
-                                'zope.publisher',
+                                'zope.publisher >= 3.12',
                                 'zope.login',
                                 ]),
       install_requires=['setuptools',



More information about the checkins mailing list