diff --git a/python-tenacity.changes b/python-tenacity.changes index 1da8daf..f610a10 100644 --- a/python-tenacity.changes +++ b/python-tenacity.changes @@ -1,13 +1,22 @@ +------------------------------------------------------------------- +Mon Nov 27 16:09:05 UTC 2023 - Dirk Müller + +- 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 - 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 @@ -83,7 +92,7 @@ Wed Nov 9 19:19:10 UTC 2022 - Yogalakshmi Arunachalam ------------------------------------------------------------------- Tue Oct 11 15:50:50 UTC 2022 - Yogalakshmi Arunachalam -- 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 diff --git a/python-tenacity.spec b/python-tenacity.spec index 10ccc95..0e449fd 100644 --- a/python-tenacity.spec +++ b/python-tenacity.spec @@ -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 diff --git a/tenacity-8.2.2.tar.gz b/tenacity-8.2.2.tar.gz deleted file mode 100644 index c9633a4..0000000 --- a/tenacity-8.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:43af037822bd0029025877f3b2d97cc4d7bb0c2991000a3d59d71517c5c969e0 -size 40186 diff --git a/tenacity-8.2.3.tar.gz b/tenacity-8.2.3.tar.gz new file mode 100644 index 0000000..0a141e2 --- /dev/null +++ b/tenacity-8.2.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5398ef0d78e63f40007c1fb4c0bff96e1911394d2fa8d194f77619c05ff6cc8a +size 40651