diff --git a/python-tenacity.spec b/python-tenacity.spec index 8ada3f4..e2bc814 100644 --- a/python-tenacity.spec +++ b/python-tenacity.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-tenacity -Version: 8.2.2 +Version: 8.2.3 Release: 1 Summary: Retry code until it succeeds License: Apache-2.0 URL: https://github.com/jd/tenacity -Source0: https://files.pythonhosted.org/packages/d3/f0/6ccd8854f4421ce1f227caf3421d9be2979aa046939268c9300030c0d250/tenacity-8.2.2.tar.gz +Source0: https://files.pythonhosted.org/packages/source/t/tenacity/tenacity-%{version}.tar.gz BuildArch: noarch %description @@ -72,6 +72,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Sun Feb 04 2024 xu_ping <707078654@qq.com> - 8.2.3-1 +- Upgrade package to version 8.2.3 + * Fri Apr 7 2023 liyanan - 8.2.2-1 - Upgrade package to version 8.2.2 diff --git a/tenacity-8.2.2.tar.gz b/tenacity-8.2.2.tar.gz deleted file mode 100644 index 849b462..0000000 Binary files a/tenacity-8.2.2.tar.gz and /dev/null differ diff --git a/tenacity-8.2.3.tar.gz b/tenacity-8.2.3.tar.gz new file mode 100644 index 0000000..ebfa67e Binary files /dev/null and b/tenacity-8.2.3.tar.gz differ