- Drop support for Python 2.6, 2.7, 3.4, 3.5, 3.6.
- Add Python 3.7, 3.8, 3.9, 3.10, 3.11 support.
- Remove unused imports.
1.0.1
------------------
- bugfix: remove None from queryNextUtiliy because getNextUtility signature got changed and None was used as name argument.
- cleanup, removed unused imports
- Get rid of deprecation warning. Switch hooks import from zope.site to zope.component
- skip test_exception_in_subscriber_leaves_item_in_place for IAuthenticator container. This zope.container test method left over an event subscriber with zope.container version 4.2.1 which raises an error in other methods. Needs review and probably a tear down in zope.container test method.
1.0.0
------------------
- Ping Python support to 2.7, 3.5, 3.6 and PyPy.
1.0.0a5
--------------------
- More Py3 compatibility bugs in untested code.
1.0.0a4
--------------------
- Removed support for Zope generations. It was not used and application-wide generations make more sense anyways. This removed the ``zope.app.generations`` and ``zope.generations`` dependencies.