diff --git a/cachetools-4.2.0.tar.gz b/cachetools-4.2.0.tar.gz deleted file mode 100644 index 7f76d96..0000000 --- a/cachetools-4.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3796e1de094f0eaca982441c92ce96c68c89cced4cd97721ab297ea4b16db90e -size 24713 diff --git a/cachetools-4.2.1.tar.gz b/cachetools-4.2.1.tar.gz new file mode 100644 index 0000000..734b104 --- /dev/null +++ b/cachetools-4.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f469e29e7aa4cff64d8de4aad95ce76de8ea1125a16c68e0d93f65c3c3dc92e9 +size 24753 diff --git a/python-cachetools.changes b/python-cachetools.changes index bfa9b19..eee0885 100644 --- a/python-cachetools.changes +++ b/python-cachetools.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Jan 28 22:51:01 UTC 2021 - Dirk Müller + +- update to 4.2.1: + - Handle ``__missing__()`` not storing cache items. + - Clean up ``__missing__()`` example. + ------------------------------------------------------------------- Tue Dec 29 13:43:41 UTC 2020 - Dirk Müller diff --git a/python-cachetools.spec b/python-cachetools.spec index 5e11328..d2e7a23 100644 --- a/python-cachetools.spec +++ b/python-cachetools.spec @@ -1,7 +1,7 @@ # # spec file for package python-cachetools # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-cachetools -Version: 4.2.0 +Version: 4.2.1 Release: 0 Summary: Extensible memoizing collections and decorators License: MIT