forked from pool/python-cachetools
- 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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user