[Zope-dev] zope.tal 3.4.1 released
Chris McDonough
chrism at plope.com
Fri Nov 16 16:47:47 EST 2007
I released zope.tal 3.4.1 to the cheeseshop a few minutes ago. The
changes were these:
- Removed unnecessary ``dummyengine`` dependency on zope.i18n to
simplify distribution. The ``dummyengine.DummyTranslationDomain``
class no longer implements
``zope.i18n.interfaces.ITranslationDomain`` as a result. Installing
zope.tal with easy_install or buildout no longer pulls in many
unrelated distributions.
- Support ability to run tests using "setup.py test".
- Stop pinning (no longer required) zope.traversing and
zope.app.publisher versions in buildout.cfg.
The effect of this change is that instead of installing ~78 eggs when
you do "bin/easy_install zope.pagetemplate", you now only get these:
zope.i18nmessageid-3.4.3-py2.4-macosx-10.3-i386.egg
zope.interface-3.4.1-py2.4-macosx-10.3-i386.egg
zope.tal-3.4.1-py2.4.egg
zope.tales-3.4.0-py2.4.egg
zope.pagetemplate-3.4.0-py2.4.egg
The zope.pagetemplate tests pass in this configuration.
- C
More information about the Zope-Dev
mailing list