Update package to version 5.3.2

This commit is contained in:
jxy_git 2023-11-20 17:19:34 +08:00
parent 6087ec6bf0
commit bce1fa1aa5
3 changed files with 5 additions and 2 deletions

BIN
cachetools-5.3.2.tar.gz Normal file

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: 5.3.1 Version: 5.3.2
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://github.com/tkem/cachetools/archive/regs/tags/v%{version}.tar.gz Source0: https://github.com/tkem/cachetools/archive/regs/tags/v%{version}.tar.gz#/cachetools-%{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,
@ -80,6 +80,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Mon Nov 20 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 5.3.2-1
- Update package to version 5.3.2
* Tue Jun 27 2023 ZixuanChen <chenzixuan@kylinos.cn> - 5.3.1-1 * Tue Jun 27 2023 ZixuanChen <chenzixuan@kylinos.cn> - 5.3.1-1
- Upgrade to version 5.3.1 - Upgrade to version 5.3.1

Binary file not shown.