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.4.0.tar.gz b/cachetools-5.4.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..229e9f564a7fa69fd486d7b4bd48212fe28a0c04 Binary files /dev/null and b/cachetools-5.4.0.tar.gz differ diff --git a/python-cachetools.spec b/python-cachetools.spec index 95a6b1d16d47f5b671915413215d7c1b9535ac7a..4affefaa673327d9d6b28cb86d191dcdba33e949 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.4.0 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/a7/3f/ea907ec6d15f68ea7f381546ba58adcb298417a59f01a2962cb5e486489f/cachetools-5.4.0.tar.gz BuildArch: noarch %description This module provides various memoizing collections and decorators, @@ -80,6 +80,13 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Jul 18 2024 liudy - 5.4.0-1 +- Update package to version 5.4.0 +- Add the keys.typedmethodkey decorator +- Deprecate MRUCache class +- Deprecate @func.mru_cache decorator +- Update CI environment + * Mon Nov 20 2023 jiangxinyu - 5.3.2-1 - Update package to version 5.3.2