Update package to version 3.3.1
This commit is contained in:
parent
6ebcd7a53b
commit
7072c5d38f
Binary file not shown.
BIN
Flask-Limiter-3.3.1.tar.gz
Normal file
BIN
Flask-Limiter-3.3.1.tar.gz
Normal file
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-Flask-Limiter
|
Name: python-Flask-Limiter
|
||||||
Version: 2.9.2
|
Version: 3.3.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Rate limiting for flask applications
|
Summary: Rate limiting for flask applications
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -8,18 +8,18 @@ URL: https://flask-limiter.readthedocs.org
|
|||||||
Source0: %{pypi_source Flask-Limiter}
|
Source0: %{pypi_source Flask-Limiter}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
Requires: python3-limits
|
|
||||||
Requires: python3-Flask
|
|
||||||
Requires: python3-six
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Flask-Limiter provides rate limiting features to flask routes.
|
Flask-Limiter provides rate limiting features to flask routes.
|
||||||
|
|
||||||
%package -n python3-Flask-Limiter
|
%package -n python3-Flask-Limiter
|
||||||
Summary: Rate limiting for flask applications
|
Summary: Rate limiting for flask applications
|
||||||
Provides: python-Flask-Limiter
|
Provides: python-Flask-Limiter = %{version}-%{release}
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
|
Requires: python3-limits
|
||||||
|
Requires: python3-flask
|
||||||
|
Requires: python3-six
|
||||||
%description -n python3-Flask-Limiter
|
%description -n python3-Flask-Limiter
|
||||||
Flask-Limiter provides rate limiting features to flask routes.
|
Flask-Limiter provides rate limiting features to flask routes.
|
||||||
|
|
||||||
@ -70,6 +70,9 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 20 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 3.3.1-1
|
||||||
|
- Update package to version 3.3.1
|
||||||
|
|
||||||
* Wed May 17 2023 wulei <wu_lei@hoperun.com> - 2.9.2-1
|
* Wed May 17 2023 wulei <wu_lei@hoperun.com> - 2.9.2-1
|
||||||
- Update to 2.9.2
|
- Update to 2.9.2
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user