- Nothing changed yet.
- Add support for Python 3.11.
- Drop support for Python 2.7, 3.5, 3.6.
- Add support for Python 3.7, 3.8, 3.9, 3.10.
- Drop support for Python 3.4.
- Add support for Python 3.4, 3.5, 3.6 and PyPy. Update minimum dependency versions appropriately.
- Remove include of
zope.app.zopeappgenerations
that is not useful unless upgrading a database older than Zope 3.4. This cuts the last dependency onzope.app.authentication
from the ZTK.
- Move include of
zope.dublincore.browser
here fromzope.dublincore
(LP: #590668).
- Use new
zope.app.locales
which has its own configure.zcml. - No longer using
zope.testing.doctestunit
as it is deprecated now. Using python'sdoctest
module.
- Removed reference to no longer existing configure.zcml from
zope.app.pagetemplate.tests
.
- No longer depends on deprecated
zope.app.interface
but onzope.componentvocabulary
.
- Added missing dependencies, including
zope.app.http
andzope.app.applicationcontrol
.
- Added missing
zope.app.exception
dependency, as we include its ZCML. - Added missing
zope.app.testing
test dependency to make tests pass.
- Added
zope.app.broken
dependency (we include its ZCML).
- We depended on
zope.formlib
but didn't include its configuration. Now it's included inconfigure.zcml
. - We include ZCML of
zope.app.error
but didn't mention it as a dependency.
- Add include of
zope.app.schema:configure.zcml
. Because component-based vocabularies are used everywhere and we need to import zope.app.schema somehow to make it work. This is needed because of removal of the include of zope.app.schema's meta.zcml in the previous release.
- Remove deprecated include of
zope.app.component.browser:meta.zcml
. - Remove deprecated include of
zope.app.schema:meta.zcml
. - Remove use of zope.modulealias.
- Fix test failure due to missing
zope.app.container.browser.ftests
- directory. Now it is moved to
zope.app.container.browser.tests
.
- Fix test failure due to missing
- Fix test failure due to missing
zope.app.form.browser.ftests
directory. Now it is moved tozope.app.form.browser.tests
.
- Added missing dependency.
- Initial public release as an individual package.