[Checkins] SVN: zope.app.container/trunk/ added minimum version of zope.dublincore needed, so test do not fail

Michael Howitz mh at gocept.com
Thu Aug 19 05:23:52 EDT 2010


Log message for revision 115785:
  added minimum version of zope.dublincore needed, so test do not fail

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

-=-
Modified: zope.app.container/trunk/CHANGES.txt
===================================================================
--- zope.app.container/trunk/CHANGES.txt	2010-08-19 09:19:38 UTC (rev 115784)
+++ zope.app.container/trunk/CHANGES.txt	2010-08-19 09:23:52 UTC (rev 115785)
@@ -5,14 +5,14 @@
 3.8.3 (unreleased)
 ------------------
 
-- Updated ``ftesting.zcml`` to use the permission names now exported by
-  ``zope.dublincore``.
+- Updated ``ftesting.zcml`` to use the new permission names exported by
+  ``zope.dublincore`` 3.7.
 
 
 3.8.2 (2010-01-08)
 ------------------
 
-- Fix tests using a newer zope.publisher that requires zope.login.
+- Fixed tests using a newer zope.publisher that requires zope.login.
 
 3.8.1 (2009-12-26)
 ------------------

Modified: zope.app.container/trunk/setup.py
===================================================================
--- zope.app.container/trunk/setup.py	2010-08-19 09:19:38 UTC (rev 115784)
+++ zope.app.container/trunk/setup.py	2010-08-19 09:23:52 UTC (rev 115785)
@@ -59,7 +59,7 @@
                         'zope.component',
                         'zope.container',
                         'zope.copypastemove',
-                        'zope.dublincore',
+                        'zope.dublincore >= 3.7',
                         'zope.event',
                         'zope.exceptions',
                         'zope.i18n',



More information about the checkins mailing list