[Checkins] SVN: zope.publisher/trunk/ Version 3.10.0 needs at least version 3.5 of zope.contenttype but it did not declare it.

Michael Howitz mh at gocept.com
Sat Nov 28 14:59:19 EST 2009


Log message for revision 106076:
  Version 3.10.0 needs at least version 3.5 of zope.contenttype but it did not declare it.
  

Changed:
  U   zope.publisher/trunk/CHANGES.txt
  U   zope.publisher/trunk/setup.py

-=-
Modified: zope.publisher/trunk/CHANGES.txt
===================================================================
--- zope.publisher/trunk/CHANGES.txt	2009-11-28 05:03:32 UTC (rev 106075)
+++ zope.publisher/trunk/CHANGES.txt	2009-11-28 19:59:18 UTC (rev 106076)
@@ -4,7 +4,8 @@
 3.10.1 (unreleased)
 -------------------
 
-- (no changes yet)
+- Version 3.10.0 needs at least version 3.5 of zope.contenttype but it
+  did not declare it.
 
 3.10.0 (2009-10-22)
 -------------------

Modified: zope.publisher/trunk/setup.py
===================================================================
--- zope.publisher/trunk/setup.py	2009-11-28 05:03:32 UTC (rev 106075)
+++ zope.publisher/trunk/setup.py	2009-11-28 19:59:18 UTC (rev 106076)
@@ -50,7 +50,7 @@
                         'zope.browser',
                         'zope.component',
                         'zope.configuration',
-                        'zope.contenttype',
+                        'zope.contenttype >= 3.5',
                         'zope.event',
                         'zope.exceptions',
                         'zope.i18n',



More information about the checkins mailing list