From aa1d0f3d4681a265f9d77f1fcfd9853041dc78dc02394d39c2cb48c48711167b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 29 Dec 2020 13:44:32 +0000 Subject: [PATCH] - 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 --- cachetools-4.1.1.tar.gz | 3 --- cachetools-4.2.0.tar.gz | 3 +++ python-cachetools.changes | 11 +++++++++++ python-cachetools.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 cachetools-4.1.1.tar.gz create mode 100644 cachetools-4.2.0.tar.gz diff --git a/cachetools-4.1.1.tar.gz b/cachetools-4.1.1.tar.gz deleted file mode 100644 index eaa151b..0000000 --- a/cachetools-4.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bbaa39c3dede00175df2dc2b03d0cf18dd2d32a7de7beb68072d13043c9edb20 -size 23574 diff --git a/cachetools-4.2.0.tar.gz b/cachetools-4.2.0.tar.gz new file mode 100644 index 0000000..7f76d96 --- /dev/null +++ b/cachetools-4.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3796e1de094f0eaca982441c92ce96c68c89cced4cd97721ab297ea4b16db90e +size 24713 diff --git a/python-cachetools.changes b/python-cachetools.changes index aa493c1..bfa9b19 100644 --- a/python-cachetools.changes +++ b/python-cachetools.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Dec 29 13:43:41 UTC 2020 - Dirk Müller + +- 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 diff --git a/python-cachetools.spec b/python-cachetools.spec index 3f82506..5e11328 100644 --- a/python-cachetools.spec +++ b/python-cachetools.spec @@ -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