- Move package metadata from setup.py to pyproject.toml.
- Add support for Python 3.14.
- Drop support for Python 3.9.
- Replace
pkg_resourcesnamespace with PEP 420 native namespace.
- Add support for Python 3.12, 3.13.
- Drop support for Python 3.7, 3.8.
- Drop support for Python 2.7, 3.5, 3.6.
- Add support for Python 3.11.
- Add support for Python 3.7, 3.8, 3.9, 3.10.
- Add support for Python 3.5 and 3.6.
- Drop support for Python 2.6 and 3.3.
- Host documentation at https://zopelogin.readthedocs.io/
- Add support for PyPy and PyPy3.
- Add support for Python 3.4.
- Add support for testing on Travis.
- Add support for Python 3.3.
- Replace deprecated
zope.interface.implementsusage with equivalentzope.interface.implementerdecorator. - Drop support for Python 2.4 and 2.5.
- Extracted BasicAuthAdapter and FTPAuth adapters from zope.publisher. They should have never gone into that package in the first place.