==================
- Clean up dependencies. Droped all testing dependencies as we only need
zope.testing now.
- Fix ImportError when zope.testing is not available for some reason.
- Remove zcml slug and old zpkg-related files.
- Remove word "version" from changelog entries.
- Change package's mailing list address to zope-dev at zope.org as
zope3-dev at zope.org is now retired. Also changed `cheeseshop` to
`pypi` in the package's homepage url.
- Add dependency on ZODB3 as we use Persistent.
- Use a mock request for testing. Dropped the dependency on zope.publisher
which was really only a testing dependency.
- Reduce the dependency on zope.container to one on zope.location by no
longer using the Contained mix-in class.