Path to this page:
Subject: CVS commit: pkgsrc/devel/py-zope.testing
From: Adam Ciarcinski
Date: 2023-06-18 14:31:58
Message id: 20230618123158.A594AFA89@cvs.NetBSD.org
Log Message:
py-zope.testing: updated to 5.0.1
5.0.1 (2022-12-20)
==================
- Make wheels no longer universal.
5.0 (2022-12-20)
================
Backwards incompatible changes
------------------------------
- Drop support for Python 2.7, 3.5, 3.6.
- Drop modules which do not seem to be Python compatible:
+ ``zope.testing.loghandler``
+ ``zope.testing.server``
- Drop doctest option ``IGNORE_EXCEPTION_MODULE_IN_PYTHON2``.
- Remove functions:
+ ``zope.testing.renormalizing.strip_dottedname_from_traceback``
+ ``zope.testing.renormalizing.is_dotted_name``
Features
--------
- Add support for Python 3.11.
Files: