Package upgrade

This commit is contained in:
xigaoxinyan 2022-06-28 20:13:18 +08:00
parent 9d4b304cc6
commit cb180fabd1
3 changed files with 6 additions and 3 deletions

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-cachetools Name: python-cachetools
Version: 4.2.1 Version: 5.2.0
Release: 1 Release: 1
Summary: Extensible memoizing collections and decorators Summary: Extensible memoizing collections and decorators
License: MIT License: MIT
URL: https://github.com/tkem/cachetools/ URL: https://github.com/tkem/cachetools/
Source0: https://files.pythonhosted.org/packages/74/17/5735dd9f015f03d2d928ea108f3c02075b784ceed05d32a98e7e44ddd114/cachetools-4.2.1.tar.gz Source0: https://github.com/tkem/cachetools/archive/regs/tags/v%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
%description %description
This module provides various memoizing collections and decorators, This module provides various memoizing collections and decorators,
@ -35,7 +35,7 @@ including variants of the Python Standard Library's `@lru_cache`_
function decorator. function decorator.
%prep %prep
%autosetup -n cachetools-4.2.1 %autosetup -n cachetools-5.2.0
%build %build
%py3_build %py3_build
@ -80,6 +80,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Thu Jun 23 2022 SimpleUpdate Robot <tc@openeuler.org> - 5.2.0-1
- Upgrade to version 5.2.0
* Tue Jul 13 2021 OpenStack_SIG <openstack@openeuler.org> - 4.2.1-1 * Tue Jul 13 2021 OpenStack_SIG <openstack@openeuler.org> - 4.2.1-1
- Upgrade to version 4.2.1 - Upgrade to version 4.2.1

BIN
v5.2.0.tar.gz Normal file

Binary file not shown.