diff --git a/cachetools-6.2.1.tar.gz b/cachetools-6.2.1.tar.gz deleted file mode 100644 index 091bdbb943375d1208c6c22775a3c97c753092a0..0000000000000000000000000000000000000000 Binary files a/cachetools-6.2.1.tar.gz and /dev/null differ diff --git a/cachetools-6.2.2.tar.gz b/cachetools-6.2.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..7ee5cc7c93fa70a2e92b6494df1e1a0c0ed33c0f Binary files /dev/null and b/cachetools-6.2.2.tar.gz differ diff --git a/python-cachetools.spec b/python-cachetools.spec index 5cf2ba3e9cc9d4c20afa488fd56dcb0151941500..a8bff8d4f54da391a480d19e0871b708b191ef49 100644 --- a/python-cachetools.spec +++ b/python-cachetools.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-cachetools -Version: 6.2.1 +Version: 6.2.2 Release: 1 Summary: Extensible memoizing collections and decorators License: MIT URL: https://github.com/tkem/cachetools/ -Source0: %{pypi_source cachetools} +Source0: https://files.pythonhosted.org/packages/source/c/cachetools/cachetools-%{version}.tar.gz BuildArch: noarch %description This module provides various memoizing collections and decorators, @@ -53,6 +53,12 @@ function decorator. %doc CHANGELOG.rst README.rst %changelog +* Wed Nov 19 2025 zhangzeyang0718 - 6.2.2-1 +- Update to 6.2.2 + +* Tue Nov 18 2025 zhangzeyang0718 - 6.2.2-1 +- Update to 6.2.2 + * Tue Nov 4 2025 Hann - 6.2.1-1 - Update package to version 6.2.1 - Add support for Python 3.14