diff --git a/limits-3.5.0.tar.gz b/limits-3.5.0.tar.gz deleted file mode 100644 index 1fdfe47..0000000 Binary files a/limits-3.5.0.tar.gz and /dev/null differ diff --git a/limits-3.9.0.tar.gz b/limits-3.9.0.tar.gz new file mode 100644 index 0000000..c8bef11 Binary files /dev/null and b/limits-3.9.0.tar.gz differ diff --git a/python-limits.spec b/python-limits.spec index 834e94c..815c613 100644 --- a/python-limits.spec +++ b/python-limits.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-limits -Version: 3.5.0 +Version: 3.9.0 Release: 1 Summary: Rate limiting utilities License: MIT URL: https://limits.readthedocs.org -Source0: https://files.pythonhosted.org/packages/54/58/651969d328d212f927249db8b74982fbdf3249df2b6c33a66409f333ceb7/limits-3.5.0.tar.gz +Source0: https://files.pythonhosted.org/packages/42/f8/6516b81e926899ebbd6ec0376fa33141fc9ef529117860a6de23fbd7e6da/limits-3.9.0.tar.gz BuildArch: noarch %description @@ -77,6 +77,10 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Feb 29 2024 jiangxinyu - 3.9.0-1 +- Update package to version 3.9.0 + Add option to wrap storage errors with a StorageError exception + * Wed Jul 5 2023 sunhui - 3.5.0-1 - Update package to version 3.5.0