15
0

- update to 6.1.0:

* Improve LFUCache insertion performance by switching to an
    implementation based on the cacheing library.
  * Update CI environment.
  * Require Python 3.9 or later (breaking change).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cachetools?expand=0&rev=51
This commit is contained in:
2025-07-12 11:43:50 +00:00
committed by Git OBS Bridge
parent 5c6cc1c715
commit bcc7377377
4 changed files with 13 additions and 4 deletions

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-cachetools
Version: 5.5.2
Version: 6.1.0
Release: 0
Summary: Extensible memoizing collections and decorators
License: MIT