Path to this page:
Subject: CVS commit: pkgsrc/devel/py-tenacity
From: Adam Ciarcinski
Date: 2024-05-07 21:25:36
Message id: 20240507192536.2E4BFFA2C@cvs.NetBSD.org
Log Message:
py-tenacity: updated to 8.3.0
8.3.0
New Features
Added a new stop function: stop_before_delay, which will stop execution if the \
next sleep time would cause overall delay to exceed the specified delay. Useful \
for use cases where you have some upper bound on retry times that you must not \
exceed, so returning before that timeout is preferable than returning after that \
timeout.
Bug Fixes
Preserve defaults and kwdefaults through retry decorator
Other Notes
Add a "test" extra
Files: