diff --git a/python-tenacity.spec b/python-tenacity.spec index 1a069e8034616a5b47c71c92dd838bcf68da89ba..8d275413d2e834a79c819599652b5b2052dd917f 100644 --- a/python-tenacity.spec +++ b/python-tenacity.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-tenacity -Version: 9.0.0 +Version: 9.1.2 Release: 1 Summary: Retry code until it succeeds License: Apache-2.0 @@ -72,6 +72,12 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Apr 03 2025 openeuler_bot - 9.1.2-1 +- fix: Restore contents of retry attribute for wrapped functions (version: 8.5.0). +- Test with Python 3.13 (version: 9.1.1). +- ci: remove Python 3.8 support (version: 9.1.1). +- fix: return "Self" from "BaseRetrying.copy" (version: 9.1.1). + * Fri Aug 30 2024 yaoxin - 9.0.0-1 - Update to 9.0.0: * Respects min argument for wait_random_exponential diff --git a/tenacity-9.0.0.tar.gz b/tenacity-9.0.0.tar.gz deleted file mode 100644 index 01436b5bec617a68f82e2b6e4562e19f85cb03ff..0000000000000000000000000000000000000000 Binary files a/tenacity-9.0.0.tar.gz and /dev/null differ diff --git a/tenacity-9.1.2.tar.gz b/tenacity-9.1.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..d3d8432520ddcf275e2e320931bdb11195b2ad57 Binary files /dev/null and b/tenacity-9.1.2.tar.gz differ