Changes¶
4.1.1 (unreleased)¶
- Fixed UpdateNotCalled being an instance rather than an exception class (https://github.com/zopefoundation/zope.contentprovider/issues/4).
- Host documentation at https://zopecontentprovider.readthedocs.io
4.1.0 (2017-08-08)¶
- Add support for Python 3.5 and 3.6.
- Drop support for Python 2.6 and 3.3.
4.0.0 (2014-12-24)¶
- Add support for PyPy and PyPy3.
- Add support for Python 3.4.
- Add support for testing on Travis.
4.0.0a1 (2013-02-22)¶
- Add Python 3.3 support.
- Replace deprecated
zope.component.adaptsusage with equivalentzope.component.adapterdecorator. - Replace deprecated
zope.interface.implementsusage with equivalentzope.interface.implementerdecorator. - Drop support for Python 2.4 and 2.5.
3.7.2 (2010-05-25)¶
- Fix unit tests broken under Python 2.4 by the switch to the standard
library
doctestmodule.
3.7.1 (2010-04-30)¶
- Prefer the standard library’s
doctestmodule to the one fromzope.testing.
3.7 (2010-04-27)¶
- Since
tales:expressiontypeis now inzope.browserpage, update conditional ZCML accordingly so it doesn’t depend on the presence ofzope.app.pagetemplateanymore.
3.6.1 (2009-12-23)¶
- Ensure that our
configure.zcmlcan be loaded without requiring further dependencies. It uses atales:expressiontypedirective defined inzope.app.pagetemplate.We keep that dependency optional, as not all consumers of this package use ZCML to configure the expression type.
3.6.0 (2009-12-22)¶
- Update test dependency to use
zope.browserpage.
3.5.0 (2009-03-18)¶
- Add very simple, but useful base class for implementing content
providers, see
zope.contentprovider.provider.ContentProviderBase. - Remove unneeded testing dependencies. We only need
zope.testingandzope.app.pagetemplate. - Remove zcml slug and old zpkg-related files.
- Add setuptools dependency to setup.py.
- Clean up package’s description and documentation a bit. Remove duplicate text in README.
- Change mailing list address to zope-dev at zope.org instead of retired one.
- Change
cheeseshoptopypiin the package url.
3.4.0 (2007-10-02)¶
- Initial release independent of the main Zope tree.