diff --git a/cachetools-5.3.2.tar.gz b/cachetools-5.3.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..a75a3f8ef84d57bbb0eeb1f47956628701f9de6f Binary files /dev/null and b/cachetools-5.3.2.tar.gz differ diff --git a/python-cachetools.spec b/python-cachetools.spec index 4d80de08d2a35d77ffda6ca8d3be2607327981d3..95a6b1d16d47f5b671915413215d7c1b9535ac7a 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 804250b1ed86db6d3550e0064fb17d34bd927ee2..0000000000000000000000000000000000000000 Binary files a/v5.3.1.tar.gz and /dev/null differ