diff --git a/cachetools-5.4.0.tar.gz b/cachetools-5.4.0.tar.gz deleted file mode 100644 index 229e9f564a7fa69fd486d7b4bd48212fe28a0c04..0000000000000000000000000000000000000000 Binary files a/cachetools-5.4.0.tar.gz and /dev/null differ diff --git a/cachetools-5.5.0.tar.gz b/cachetools-5.5.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..897fc68a448fab8a8f4dea100dd98d9c467c1d08 Binary files /dev/null and b/cachetools-5.5.0.tar.gz differ diff --git a/python-cachetools.spec b/python-cachetools.spec index 4affefaa673327d9d6b28cb86d191dcdba33e949..2ec1cdc148541f6c847762efe8016cb17e8ef301 100644 --- a/python-cachetools.spec +++ b/python-cachetools.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-cachetools -Version: 5.4.0 +Version: 5.5.0 Release: 1 Summary: Extensible memoizing collections and decorators License: MIT URL: https://github.com/tkem/cachetools/ -Source0: https://files.pythonhosted.org/packages/a7/3f/ea907ec6d15f68ea7f381546ba58adcb298417a59f01a2962cb5e486489f/cachetools-5.4.0.tar.gz +Source0: https://files.pythonhosted.org/packages/c3/38/a0f315319737ecf45b4319a8cd1f3a908e29d9277b46942263292115eee7/cachetools-5.5.0.tar.gz BuildArch: noarch %description This module provides various memoizing collections and decorators, @@ -80,6 +80,15 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Oct 11 2024 lixiaoyong - 5.5.0-1 +- Update to version 5.5.0 + - ``TTLCache.expire()`` returns iterable of expired ``(key, value)`` + pairs + - ``TLRUCache.expire()`` returns iterable of expired ``(key, value)`` + pairs + - Documentation improvements + - Update CI environment + * Thu Jul 18 2024 liudy - 5.4.0-1 - Update package to version 5.4.0 - Add the keys.typedmethodkey decorator