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

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bbaa39c3dede00175df2dc2b03d0cf18dd2d32a7de7beb68072d13043c9edb20
size 23574

3
cachetools-4.2.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3796e1de094f0eaca982441c92ce96c68c89cced4cd97721ab297ea4b16db90e
size 24713

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Dec 29 13:43:41 UTC 2020 - Dirk Müller <dmueller@suse.com>
- 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.
-------------------------------------------------------------------
Fri Jul 17 07:21:31 UTC 2020 - Dirk Mueller <dmueller@suse.com>

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