- Replace `pkg_resources` with `importlib.metadata` gforcada (4126)
Internal:
- Update configuration files. [plone devs]
9.0.4
------------------
Bug fixes:
- If a product in the Products namespace is not found, look in the packages. This fixes running the tests in Plone coredev when everything is installed with pip and `Products.CMFPlone` has a source checkout. [maurits] (104)
Internal:
- Update configuration files. [plone devs]
9.0.3
------------------
Bug fixes:
- Remove setuptools fossils. [maurits] (72) - Fix README for removed `unittest.makeSuite` in python 3.13. [petschki] (100)
9.0.2
------------------
Bug fixes:
- makeTestRequest: use BytesIO to set up the test Response. gotcha (fix_makeTestRequest)
9.0.1
------------------
Bug fixes:
- Remove incorrect hard dependency on five.localsitemanager. davisagli (86)
9.0.0
------------------
Breaking changes:
- Drop python 2.7 support. [gforcada] (1) - Drop ZServer support. [gforcada] (2)