Compare commits
No commits in common. "c71a2306db4ee66d8b6191f3e784285dc842da90" and "7ceba6bf090939ede6461d94b6967fc000bc02a8" have entirely different histories.
c71a2306db
...
7ceba6bf09
BIN
limits-2.7.2.tar.gz
Normal file
BIN
limits-2.7.2.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,13 +1,15 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-limits
|
||||
Version: 3.9.0
|
||||
Version: 2.7.2
|
||||
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: https://files.pythonhosted.org/packages/31/85/e4f649153ca9ae13a236eb9a7d8b098b382a1e5e57cc0b645191423ab9e8/limits-2.7.2.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
Requires: python3-six
|
||||
|
||||
%description
|
||||
limits provides utilities to implement rate limiting using
|
||||
various strategies and storage backends such as redis & memcached.
|
||||
@ -17,11 +19,7 @@ Summary: Rate limiting utilities
|
||||
Provides: python-limits = %{version}-%{release}
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
Requires: python3-deprecated
|
||||
Requires: python3-importlib-resources
|
||||
Requires: python3-setuptools
|
||||
Requires: python3-packaging
|
||||
Requires: python3-typing-extensions
|
||||
|
||||
%description -n python3-limits
|
||||
limits provides utilities to implement rate limiting using
|
||||
various strategies and storage backends such as redis & memcached.
|
||||
@ -29,6 +27,7 @@ various strategies and storage backends such as redis & memcached.
|
||||
%package help
|
||||
Summary: Development documents and examples for limits
|
||||
Provides: python3-limits-doc
|
||||
|
||||
%description help
|
||||
limits provides utilities to implement rate limiting using
|
||||
various strategies and storage backends such as redis & memcached.
|
||||
@ -46,9 +45,6 @@ if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
|
||||
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
|
||||
if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
|
||||
if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
|
||||
if [ -f README.rst ]; then cp -af README.rst %{buildroot}/%{_pkgdocdir}; fi
|
||||
if [ -f README.md ]; then cp -af README.md %{buildroot}/%{_pkgdocdir}; fi
|
||||
if [ -f README.txt ]; then cp -af README.txt %{buildroot}/%{_pkgdocdir}; fi
|
||||
pushd %{buildroot}
|
||||
if [ -d usr/lib ]; then
|
||||
find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst
|
||||
@ -77,22 +73,6 @@ mv %{buildroot}/doclist.lst .
|
||||
%{_docdir}/*
|
||||
|
||||
%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
|
||||
- Update package to version 3.5.0
|
||||
|
||||
* Thu May 04 2023 wubijie <wubijie@kylinos.cn> - 3.4.0-1
|
||||
- Update package to version 3.4.0
|
||||
|
||||
* Fri Apr 7 2023 wubijie <wubijie@kylinos.cn> - 3.3.1-1
|
||||
- Update package to version 3.3.1
|
||||
|
||||
* Tue Feb 14 2023 wubijie <wubijie@kylinos.cn> - 3.2.0-1
|
||||
- Update package to version 3.2.0
|
||||
|
||||
* Fri Dec 16 2022 lijian <lijian2@kylinos.cn> - 2.7.2-1
|
||||
- update to upstream version 2.7.2
|
||||
|
||||
@ -101,3 +81,4 @@ mv %{buildroot}/doclist.lst .
|
||||
|
||||
* Sat Feb 20 2021 Python_Bot <Python_Bot@openeuler.org>
|
||||
- Package Spec generated
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user