diff --git a/cachetools-5.3.2.tar.gz b/cachetools-5.3.2.tar.gz deleted file mode 100644 index a75a3f8ef84d57bbb0eeb1f47956628701f9de6f..0000000000000000000000000000000000000000 Binary files a/cachetools-5.3.2.tar.gz and /dev/null differ diff --git a/cachetools-5.3.3.tar.gz b/cachetools-5.3.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..f8fe16a14b42f6fabd979d7283951b4faa7b54ed Binary files /dev/null and b/cachetools-5.3.3.tar.gz differ diff --git a/python-cachetools.spec b/python-cachetools.spec index 95a6b1d16d47f5b671915413215d7c1b9535ac7a..8c24e957485881327a0db0b767fa2e996b7e46c9 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.2 +Version: 5.3.3 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#/cachetools-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/b3/4d/27a3e6dd09011649ad5210bdf963765bc8fa81a0827a4fc01bafd2705c5b/cachetools-5.3.3.tar.gz BuildArch: noarch %description This module provides various memoizing collections and decorators, @@ -80,6 +80,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Jun 17 2024 Zengliwen - 5.3.3-1 +- Upgrade package to version 5.3.3 + * Mon Nov 20 2023 jiangxinyu - 5.3.2-1 - Update package to version 5.3.2