forked from pool/python-tenacity
- update to 3.2.3:
* remove support for python 3.6 * Fix tests for typeguard 3.x * Add support for async sleep functions in tenacity.retry annotation * fix: docstring for wait_exponential_jitter * fix: remove __iter__ from AsyncRetring * CI conversion to GitHub actions - Update to version 8.0.1 - update to 3.3.0: OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tenacity?expand=0&rev=47
This commit is contained in:
@@ -1,13 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 27 16:09:05 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.2.3:
|
||||
* remove support for python 3.6
|
||||
* Fix tests for typeguard 3.x
|
||||
* Add support for async sleep functions in tenacity.retry
|
||||
annotation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 31 19:54:37 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 8.2.2:
|
||||
* feat: accept datetime.timedelta instances as argument to `stop_after..
|
||||
* fix: docstring for wait_exponential_jitter
|
||||
* fix: remove __iter__ from AsyncRetring
|
||||
* fix: docstring for wait_exponential_jitter
|
||||
* fix: remove __iter__ from AsyncRetring
|
||||
* Add retry_if_exception_cause_type and wait_exponential_jitter
|
||||
* better wait.WaitBaseT annotation
|
||||
* CI conversion to GitHub actions
|
||||
* CI conversion to GitHub actions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 15 13:57:44 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||
@@ -83,7 +92,7 @@ Wed Nov 9 19:19:10 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 11 15:50:50 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- Update to version 8.0.1
|
||||
- Update to version 8.0.1
|
||||
* no upstream changelog
|
||||
|
||||
-------------------------------------------------------------------
|
||||
@@ -286,7 +295,7 @@ Fri Dec 2 17:38:01 UTC 2016 - dmueller@suse.com
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 9 14:14:17 UTC 2016 - dmueller@suse.com
|
||||
|
||||
- update to 3.3.0:
|
||||
- update to 3.3.0:
|
||||
* Implement '+' operator for wait strategies
|
||||
* Rename `_retrying` attribute to `retry` and document it
|
||||
* Store retrying object as an attribute of retried function
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-tenacity
|
||||
Version: 8.2.2
|
||||
Version: 8.2.3
|
||||
Release: 0
|
||||
Summary: Python module for retrying code until it succeeeds
|
||||
License: Apache-2.0
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:43af037822bd0029025877f3b2d97cc4d7bb0c2991000a3d59d71517c5c969e0
|
||||
size 40186
|
3
tenacity-8.2.3.tar.gz
Normal file
3
tenacity-8.2.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5398ef0d78e63f40007c1fb4c0bff96e1911394d2fa8d194f77619c05ff6cc8a
|
||||
size 40651
|
Reference in New Issue
Block a user