plone / diazo

Diazo applies a static HTML theme to a dynamic website
http://diazo.org
Other
41 stars 26 forks source link

breaks with latest release of "future" #35

Closed jensens closed 2 years ago

jensens commented 10 years ago

buildout.coredev 5.0 is broken because of the diazo dependency on future from future.utils import six. Found while running./bin/alltests-at

works with future 0.13.1 https://pypi.python.org/pypi/future/0.13.1 broken with future 0.14.0 https://pypi.python.org/pypi/future/0.14.0

I pinned the version in Plone coredev 5.0 to 0.13.1.

Please fix it and update version pin in coredevs versions.cfg.