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 +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>