diff --git a/cachetools-5.5.2.tar.gz b/cachetools-5.5.2.tar.gz deleted file mode 100644 index 4733affb02c414a981364bb53a3f3650803586d9..0000000000000000000000000000000000000000 Binary files a/cachetools-5.5.2.tar.gz and /dev/null differ diff --git a/cachetools-6.0.0.tar.gz b/cachetools-6.0.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..7d3a74a4c384de21a1cd6166ad1c41aededabf19 Binary files /dev/null and b/cachetools-6.0.0.tar.gz differ diff --git a/python-cachetools.spec b/python-cachetools.spec index bbbff54edf5d5f349d25a2f8935ba50af94496fc..3c8bd90b64c4e3d5e43c7388b238b0a7972492bd 100644 --- a/python-cachetools.spec +++ b/python-cachetools.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-cachetools -Version: 5.5.2 +Version: 6.0.0 Release: 1 Summary: Extensible memoizing collections and decorators License: MIT URL: https://github.com/tkem/cachetools/ -Source0: https://files.pythonhosted.org/packages/6c/81/3747dad6b14fa2cf53fcf10548cf5aea6913e96fab41a3c198676f8948a5/cachetools-5.5.2.tar.gz +Source0: https://files.pythonhosted.org/packages/c0/b0/f539a1ddff36644c28a61490056e5bae43bd7386d9f9c69beae2d7e7d6d1/cachetools-6.0.0.tar.gz BuildArch: noarch %description This module provides various memoizing collections and decorators, @@ -80,6 +80,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu May 29 2025 hexun - 6.0.0-1 +- Update package to version 6.0.0 + * Wed May 14 2025 Dongxing Wang - 5.5.2-1 - Update to version 5.5.2 Add note about maxsize being an actual number