diff --git a/limits-3.5.0.tar.gz b/limits-3.5.0.tar.gz deleted file mode 100644 index 1fdfe475b29f38d92cf1d9f7575ec93957d44b49..0000000000000000000000000000000000000000 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 0000000000000000000000000000000000000000..c8bef110a2d2eeadad75b18bbc333e6bd2dcdfe6 Binary files /dev/null and b/limits-3.9.0.tar.gz differ diff --git a/python-limits.spec b/python-limits.spec index 834e94c75fa4d687daa415671f8a517272bd35dd..815c613851b9681e0d48a66f708a95115976b3d2 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