diff --git a/cachetools-6.1.0.tar.gz b/cachetools-6.1.0.tar.gz deleted file mode 100644 index eae6a4461a5a2deb7c6dca3e279cefcf933c6b94..0000000000000000000000000000000000000000 Binary files a/cachetools-6.1.0.tar.gz and /dev/null differ diff --git a/cachetools-6.2.0.tar.gz b/cachetools-6.2.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..fa0e3f49d758f5cdb6999bf6058f5012d7e1edcf Binary files /dev/null and b/cachetools-6.2.0.tar.gz differ diff --git a/python-cachetools.spec b/python-cachetools.spec index 420d69234e297d0dbb996350c74cdd651e535670..5050c6faad4eb8dc65fd6f6230d800b9b952dbcf 100644 --- a/python-cachetools.spec +++ b/python-cachetools.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-cachetools -Version: 6.1.0 +Version: 6.2.0 Release: 1 Summary: Extensible memoizing collections and decorators License: MIT @@ -53,6 +53,12 @@ function decorator. %doc CHANGELOG.rst README.rst %changelog +* Mon Sep 01 2025 liudy - 6.2.0-1 +- Update package to version 6.2.0 +- Add more unit tests +- Improve general ``RRCache`` performance by storing cache keys in an + additional sequence container. + * Wed Aug 20 2025 yaoxin <1024769339@qq.com> - 6.1.0-1 - Update to 6.1.0: * Improve LFUCache insertion performance by switching to an