Path to this page:
./
devel/py-tenacity,
Retry code until it succeeds
Branch: CURRENT,
Version: 8.5.0,
Package name: py312-tenacity-8.5.0,
Maintainer: pkgsrc-usersTenacity is a retrying library to simplify the task of adding retry behavior to
just about anything.
Master sites:
Filesize: 46.2 KB
Version history: (Expand)
- (2024-11-11) Updated to version: py312-tenacity-8.5.0
- (2024-07-16) Updated to version: py311-tenacity-8.5.0
- (2024-05-07) Updated to version: py311-tenacity-8.3.0
- (2023-08-25) Updated to version: py311-tenacity-8.2.3
- (2023-03-01) Updated to version: py310-tenacity-8.2.2
- (2023-02-14) Updated to version: py310-tenacity-8.2.1
CVS history: (Expand)
2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-07-16 05:16:54 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-tenacity: updated to 8.5.0
8.5.0
fix: Restore contents of retry attribute for wrapped functions
8.4.2
fix: Avoid overwriting local contexts with retry decorator
8.4.1
Include tenacity.asyncio subpackage in release dist
8.4.0
Add async strategies
Support Trio out-of-the-box
|
2024-05-07 21:25:36 by Adam Ciarcinski | Files touched by this commit (3) | |
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
|
2023-08-25 14:16:31 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-tenacity: updated to 8.2.3
8.2.3
Unknown changes
|
2023-03-01 09:36:33 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-tenacity: updated to 8.2.2
8.2.2
Unknown changes
|
2023-02-14 18:39:21 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-tenacity: updated to 8.2.1
8.2.1
chore(typing): improve typing of WrappedFn
This change improves the typing of WrappedFn.
It makes explictly the two signatures of tenacity.retry() with overload.
This avoids mypy thinking the return type is `<nothing>`
|
2022-10-10 12:18:56 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-tenacity: updated to 8.1.0
8.1.0:
Unknown changes
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|