[Zope-CMF] [dev] five.localsitemanager: 1.0 branch dependencies

yuppie y.2009 at wcm-solutions.de
Thu Mar 12 08:06:37 EDT 2009


Hi!


setup.py says:

       install_requires=[
         'setuptools',
         'zope.component < 3.5dev',
       ],

But CHANGES.txt says:

* Rewrite PersistentComponents.registeredUtilities to not use
   internal methods. This makes it compatible with both zope.component 
<3.5.0dev
   and >3.5.0dev.
   [wichert]

AFAICS the 1.0 branch works fine with zope.component 3.5. Two tests are 
currently failing, but they just show different, not broken behavior.


I'd like to change install_requires to 'zope.component < 3.6dev' and 
make tests work with zope.component 3.5.1 and older versions.

Any objections?


Cheers,

	Yuppie



More information about the Zope-CMF mailing list