Am 15.03.2009 um 04:25 schrieb Stephan Richter:
> On Saturday 14 March 2009, Michael Howitz wrote:
>> Log message for revision 98113:
>>   set missing minimum version
>>
>> Changed:
>>   U   zope.app.component/trunk/setup.py
>>
>> -=-
>> Modified: zope.app.component/trunk/setup.py
>> =============================================================
>> --- zope.app.component/trunk/setup.py   2009-03-14 19:56:47 UTC  
>> (rev 98112)
>> +++ zope.app.component/trunk/setup.py   2009-03-14 20:14:47 UTC  
>> (rev 98113)
>> @@ -78,7 +78,7 @@
>>            'zope.interface',
>>            'zope.lifecycleevent',
>>            'zope.location>3.4.0b1',
>> -          'zope.publisher',
>> +          'zope.publisher>=3.6.0',
>>            'zope.schema',
>>            'zope.security',
>>            'zope.traversing',
>
> Please, please, please no versions in setup.py.


But it is impossible to use zope.app.component together with an older  
version of zope.publisher: an ImportError is raised in zope/app/ 
component/__init__.py otherwise.

I upgraded zope.app.component in a project of mine and it broke  
because I did not upgrade zope.publisher the same time. With the  
version information in setup.py I would have known what's the minimum  
version of zope.publisher I have to use.


Yours sincerely,
-- 
Michael Howitz · m...@gocept.com · software developer
gocept gmbh & co. kg · forsterstraße 29 · 06112 halle (saale) · germany
http://gocept.com · tel +49 345 1229889 8 · fax +49 345 1229889 1
Zope and Plone consulting and development

_______________________________________________
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )

Reply via email to