diff --git a/cachetools-5.3.2.tar.gz b/cachetools-5.3.2.tar.gz new file mode 100644 index 0000000..a75a3f8 Binary files /dev/null and b/cachetools-5.3.2.tar.gz differ diff --git a/python-cachetools.spec b/python-cachetools.spec index 4d80de0..95a6b1d 100644 --- a/python-cachetools.spec +++ b/python-cachetools.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-cachetools -Version: 5.3.1 +Version: 5.3.2 Release: 1 Summary: Extensible memoizing collections and decorators License: MIT 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 %description This module provides various memoizing collections and decorators, @@ -80,6 +80,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Nov 20 2023 jiangxinyu - 5.3.2-1 +- Update package to version 5.3.2 + * Tue Jun 27 2023 ZixuanChen - 5.3.1-1 - Upgrade to version 5.3.1 diff --git a/v5.3.1.tar.gz b/v5.3.1.tar.gz deleted file mode 100644 index 804250b..0000000 Binary files a/v5.3.1.tar.gz and /dev/null differ