[Zope-dev] [Zope3-checkins] [Checkins] SVN: zope.app.component/trunk/setup.py set missing minimum version
Wichert Akkerman
wichert at wiggy.net
Sun Mar 15 12:50:20 EDT 2009
Previously Stephan Richter wrote:
> 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.
If the package does not work with an older version of zope.publisher
than imho that version restriction *has* to be in setup.py.
Wichert.
--
Wichert Akkerman <wichert at wiggy.net> It is simple to make things.
http://www.wiggy.net/ It is hard to make things simple.
More information about the Zope-Dev
mailing list