!3 UpdatePackage
From: @Wangjunqi123 Reviewed-by: @shinwell_hu Signed-off-by: @shinwell_hu
This commit is contained in:
commit
80baa8c823
Binary file not shown.
BIN
limits-2.7.1.tar.gz
Normal file
BIN
limits-2.7.1.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,11 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-limits
|
||||
Version: 1.5.1
|
||||
Version: 2.7.1
|
||||
Release: 1
|
||||
Summary: Rate limiting utilities
|
||||
License: MIT
|
||||
URL: https://limits.readthedocs.org
|
||||
Source0: https://files.pythonhosted.org/packages/3f/a5/05c7c11f7c9f02d8f58959c036ea02da1f62ac9da686a25232c2d1dd79ed/limits-1.5.1.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/d9/a4/4b65bd055ab7a04e7e1804058e42b17478963c2f5a69bdd04e49fd87367b/limits-2.7.1.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
Requires: python3-six
|
||||
@ -16,9 +16,10 @@ various strategies and storage backends such as redis & memcached.
|
||||
|
||||
%package -n python3-limits
|
||||
Summary: Rate limiting utilities
|
||||
Provides: python-limits
|
||||
Provides: python-limits = %{version}-%{release}
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
|
||||
%description -n python3-limits
|
||||
limits provides utilities to implement rate limiting using
|
||||
various strategies and storage backends such as redis & memcached.
|
||||
@ -26,11 +27,13 @@ various strategies and storage backends such as redis & memcached.
|
||||
%package help
|
||||
Summary: Development documents and examples for limits
|
||||
Provides: python3-limits-doc
|
||||
|
||||
%description help
|
||||
Development documents and examples for limits
|
||||
limits provides utilities to implement rate limiting using
|
||||
various strategies and storage backends such as redis & memcached.
|
||||
|
||||
%prep
|
||||
%autosetup -n limits-1.5.1
|
||||
%autosetup -n limits-%{version}
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
@ -70,5 +73,9 @@ mv %{buildroot}/doclist.lst .
|
||||
%{_docdir}/*
|
||||
|
||||
%changelog
|
||||
* Mon Nov 07 2022 wangjunqi <wangjunqi@kylinos.cn> - 2.7.1-1
|
||||
- Update package to version 2.7.1
|
||||
|
||||
* Sat Feb 20 2021 Python_Bot <Python_Bot@openeuler.org>
|
||||
- Package Spec generated
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user