- update to 9.0.0:

* Respects `min` argument for `wait_random_exponential`
  * Bump major version to warn API breakage on statistics
    attribute
- update to 8.5.0:
  * fix: Restore contents of retry attribute for wrapped
    functions

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tenacity?expand=0&rev=58
This commit is contained in:
2024-09-08 13:41:36 +00:00
committed by Git OBS Bridge
parent a2da17e528
commit 587183f235
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Sep 8 13:40:43 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 9.0.0:
* Respects `min` argument for `wait_random_exponential`
* Bump major version to warn API breakage on statistics
attribute
- update to 8.5.0:
* fix: Restore contents of retry attribute for wrapped
functions
-------------------------------------------------------------------
Thu Sep 5 09:19:30 UTC 2024 - Markéta Machová <mmachova@suse.com>