- Nothing changed yet.
- Add support for Python 3.12, 3.13.
- Drop support for Python 3.7.
- Drop support for Python 2.7, 3.4, 3.5, 3.6.
- Add support for Python 3.7, 3.8, 3.9, 3.10, 3.11.
- Drop support for
zope.app.skins
which is deprecated since 2006.
- Remove long-deprecated <browser:layer> configuration which was hidden
behind a
have deprecatedlayers
condition. That directive simply doesn't exist any longer and defining that feature would cause an "Unknown directive" ConfigurationError.
- Remove test dependency on
zope.app.zcmlfiles
,zope.app.testing
and several others. - The
zope.app.form
dependency has been replaced withzope.formlib
. - Add support for PyPy, Python 3.4, 3.5 and 3.6.
- Replaced an undeclared test dependency on
zope.app.authentication
withzope.password
. - Replaced an undeclared test dependency on
zope.app.folder
withzope.site
.
- Removed not needed test dependency on
zope.app.zptpage
. - Replaced test dependency on
zope.app.securitypolicy
byzope.securitypolicy
. - Using Python's
doctest
instead of deprecatedzope.testing.doctest
.
- Fix tests using a newer zope.publisher that requires zope.login.
- Use zope.container instead of zope.app.container.
- Resolve
ZopeSecurityPolicy
deprecation warning.
- Initial release independent of the main Zope tree.