diff --git a/python-tenacity.spec b/python-tenacity.spec index bfebdf26a42805444372196583e8b4adb2d178e1..1a069e8034616a5b47c71c92dd838bcf68da89ba 100644 --- a/python-tenacity.spec +++ b/python-tenacity.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-tenacity -Version: 8.3.0 +Version: 9.0.0 Release: 1 Summary: Retry code until it succeeds License: Apache-2.0 @@ -32,7 +32,7 @@ Provides: python3-tenacity-doc Tenacity is a general-purpose retrying library to simplify the task of adding retry behavior to just about anything. %prep -%autosetup -n tenacity-%{version} +%autosetup -n tenacity-%{version} -p1 %build %py3_build @@ -72,6 +72,16 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Aug 30 2024 yaoxin - 9.0.0-1 +- Update to 9.0.0: + * Respects min argument for wait_random_exponential + * Bump major version to warn API breakage on statistics attribute + * fix: Restore contents of retry attribute for wrapped functions + * fix: Avoid overwriting local contexts with retry decorator + * Include tenacity.asyncio subpackage in release dist + * Add async strategies + * Support Trio out-of-the-box + * Tue Jun 04 2024 dongjiao - 8.3.0-1 - Upgrade package to version 8.3.0 - Added a new stop function diff --git a/python-tenacity.yaml b/python-tenacity.yaml new file mode 100644 index 0000000000000000000000000000000000000000..725929dd1de829f7060f67eb4468b98e38739780 --- /dev/null +++ b/python-tenacity.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: jd/tenacity +tag_pattern: "^" +seperator: "." diff --git a/tenacity-8.3.0.tar.gz b/tenacity-8.3.0.tar.gz deleted file mode 100644 index 0e2d9170557f479a7ef6be367f7a882cf75c2d3d..0000000000000000000000000000000000000000 Binary files a/tenacity-8.3.0.tar.gz and /dev/null differ diff --git a/tenacity-9.0.0.tar.gz b/tenacity-9.0.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..01436b5bec617a68f82e2b6e4562e19f85cb03ff Binary files /dev/null and b/tenacity-9.0.0.tar.gz differ