diff --git a/cachetools-6.2.0.tar.gz b/cachetools-6.2.0.tar.gz deleted file mode 100644 index fa0e3f49d758f5cdb6999bf6058f5012d7e1edcf..0000000000000000000000000000000000000000 Binary files a/cachetools-6.2.0.tar.gz and /dev/null differ diff --git a/cachetools-6.2.1.tar.gz b/cachetools-6.2.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..091bdbb943375d1208c6c22775a3c97c753092a0 Binary files /dev/null and b/cachetools-6.2.1.tar.gz differ diff --git a/python-cachetools.spec b/python-cachetools.spec index 5050c6faad4eb8dc65fd6f6230d800b9b952dbcf..5cf2ba3e9cc9d4c20afa488fd56dcb0151941500 100644 --- a/python-cachetools.spec +++ b/python-cachetools.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-cachetools -Version: 6.2.0 +Version: 6.2.1 Release: 1 Summary: Extensible memoizing collections and decorators License: MIT @@ -53,6 +53,12 @@ function decorator. %doc CHANGELOG.rst README.rst %changelog +* Tue Nov 4 2025 Hann - 6.2.1-1 +- Update package to version 6.2.1 +- Add support for Python 3.14 +- Improve documentation +- Update CI environment + * Mon Sep 01 2025 liudy - 6.2.0-1 - Update package to version 6.2.0 - Add more unit tests