14
0

- update to 8.4.1:

* Include `tenacity.asyncio` subpackage in release dist
- update to 8.4.0:
  * Add async strategies
  * Support Trio out-of-the-box

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tenacity?expand=0&rev=51
This commit is contained in:
2024-06-19 17:01:57 +00:00
committed by Git OBS Bridge
parent 6a41dc338f
commit 85b1cadb57
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Jun 19 16:52:05 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 8.4.1:
* Include `tenacity.asyncio` subpackage in release dist
- update to 8.4.0:
* Add async strategies
* Support Trio out-of-the-box
-------------------------------------------------------------------
Mon Jun 10 07:49:32 UTC 2024 - Dirk Müller <dmueller@suse.com>