diff --git a/python-tenacity.changes b/python-tenacity.changes index 2e031f8..1b62edc 100644 --- a/python-tenacity.changes +++ b/python-tenacity.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Sep 8 13:40:43 UTC 2024 - Dirk Müller + +- 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á diff --git a/python-tenacity.spec b/python-tenacity.spec index 3494f7b..222d122 100644 --- a/python-tenacity.spec +++ b/python-tenacity.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-tenacity -Version: 8.4.2 +Version: 9.0.0 Release: 0 Summary: Python module for retrying code until it succeeeds License: Apache-2.0 diff --git a/tenacity-8.4.2.tar.gz b/tenacity-8.4.2.tar.gz deleted file mode 100644 index 16e89f2..0000000 --- a/tenacity-8.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd80a53a79336edba8489e767f729e4f391c896956b57140b5d7511a64bbd3ef -size 46206 diff --git a/tenacity-9.0.0.tar.gz b/tenacity-9.0.0.tar.gz new file mode 100644 index 0000000..8adf162 --- /dev/null +++ b/tenacity-9.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:807f37ca97d62aa361264d497b0e31e92b8027044942bfa756160d908320d73b +size 47421