diff --git a/limits-3.13.0.tar.gz b/limits-3.13.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..f0dad10b483270a399fc375c1096950923b02285 Binary files /dev/null and b/limits-3.13.0.tar.gz differ diff --git a/limits-3.9.0.tar.gz b/limits-3.9.0.tar.gz deleted file mode 100644 index c8bef110a2d2eeadad75b18bbc333e6bd2dcdfe6..0000000000000000000000000000000000000000 Binary files a/limits-3.9.0.tar.gz and /dev/null differ diff --git a/python-limits.spec b/python-limits.spec index 815c613851b9681e0d48a66f708a95115976b3d2..e62897c35e31e2f08174ac68cac30064f258c69e 100644 --- a/python-limits.spec +++ b/python-limits.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-limits -Version: 3.9.0 +Version: 3.13.0 Release: 1 Summary: Rate limiting utilities License: MIT URL: https://limits.readthedocs.org -Source0: https://files.pythonhosted.org/packages/42/f8/6516b81e926899ebbd6ec0376fa33141fc9ef529117860a6de23fbd7e6da/limits-3.9.0.tar.gz +Source0: %{pypi_source limits} BuildArch: noarch %description @@ -77,6 +77,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Aug 22 2024 wangkai <13474090681@163.com> - 3.13.0-1 +- Update to 3.13.0 + * 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