!5 Update to 2.9.2

From: @wu-leilei 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2023-06-03 14:05:20 +00:00 committed by Gitee
commit 6ebcd7a53b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
Flask-Limiter-2.9.2.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-Flask-Limiter
Version: 1.4
Version: 2.9.2
Release: 1
Summary: Rate limiting for flask applications
License: MIT
URL: https://flask-limiter.readthedocs.org
Source0: https://files.pythonhosted.org/packages/5e/ad/44302ae83d88091df2001eb9243df615d064736d45c13c867f1d892159fa/Flask-Limiter-1.4.tar.gz
Source0: %{pypi_source Flask-Limiter}
BuildArch: noarch
Requires: python3-limits
@ -30,7 +30,7 @@ Provides: python3-Flask-Limiter-doc
Development documents and examples for Flask-Limiter
%prep
%autosetup -n Flask-Limiter-1.4
%autosetup -n Flask-Limiter-%{version}
%build
%py3_build
@ -70,5 +70,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Wed May 17 2023 wulei <wu_lei@hoperun.com> - 2.9.2-1
- Update to 2.9.2
* Mon Feb 08 2021 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated