15
0

- update to 4.2.0:

- Add FIFO cache implementation.
  - Add MRU cache implementation.
  - Improve behavior of decorators in case of race conditions.
  - Improve documentation regarding mutability of caches values and use
    of key functions with decorators.
  - Officially support Python 3.9.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cachetools?expand=0&rev=22
This commit is contained in:
2020-12-29 13:44:32 +00:00
committed by Git OBS Bridge
parent a135b8b15b
commit aa1d0f3d46
4 changed files with 15 additions and 4 deletions

View File

@@ -19,7 +19,7 @@
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-cachetools
Version: 4.1.1
Version: 4.2.0
Release: 0
Summary: Extensible memoizing collections and decorators
License: MIT