Update package to version 3.9.0

This commit is contained in:
jxy_git 2024-02-29 14:43:13 +08:00
parent 142574ce21
commit 3e0c6299dc
3 changed files with 6 additions and 2 deletions

Binary file not shown.

BIN
limits-3.9.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-limits Name: python-limits
Version: 3.5.0 Version: 3.9.0
Release: 1 Release: 1
Summary: Rate limiting utilities Summary: Rate limiting utilities
License: MIT License: MIT
URL: https://limits.readthedocs.org 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 BuildArch: noarch
%description %description
@ -77,6 +77,10 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Thu Feb 29 2024 jiangxinyu <jiangxinyu@kylinos.cn> - 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 <sunhui@kylinos.cn> - 3.5.0-1 * Wed Jul 5 2023 sunhui <sunhui@kylinos.cn> - 3.5.0-1
- Update package to version 3.5.0 - Update package to version 3.5.0