diff --git a/cachetools-6.1.0.tar.gz b/cachetools-6.1.0.tar.gz deleted file mode 100644 index 9b15790..0000000 --- a/cachetools-6.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b4c4f404392848db3ce7aac34950d17be4d864da4b8b66911008e430bc544587 -size 30714 diff --git a/cachetools-6.2.0.tar.gz b/cachetools-6.2.0.tar.gz new file mode 100644 index 0000000..7bb5445 --- /dev/null +++ b/cachetools-6.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38b328c0889450f05f5e120f56ab68c8abaf424e1275522b138ffc93253f7e32 +size 30988 diff --git a/python-cachetools.changes b/python-cachetools.changes index c4338c7..b0f0fe6 100644 --- a/python-cachetools.changes +++ b/python-cachetools.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Sep 10 08:24:04 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 6.2.0 + * Improve general ``RRCache`` performance by storing cache keys in an + additional sequence container. Note that this will increase memory + consumption. + * Add more unit tests. + ------------------------------------------------------------------- Sat Jul 12 11:43:35 UTC 2025 - Dirk Müller diff --git a/python-cachetools.spec b/python-cachetools.spec index 8fa5c8d..353bca6 100644 --- a/python-cachetools.spec +++ b/python-cachetools.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-cachetools -Version: 6.1.0 +Version: 6.2.0 Release: 0 Summary: Extensible memoizing collections and decorators License: MIT