diff --git a/cachetools-4.0.0.tar.gz b/cachetools-4.0.0.tar.gz deleted file mode 100644 index 892b564..0000000 --- a/cachetools-4.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9a52dd97a85f257f4e4127f15818e71a0c7899f121b34591fcc1173ea79a0198 -size 21561 diff --git a/cachetools-4.1.0.tar.gz b/cachetools-4.1.0.tar.gz new file mode 100644 index 0000000..33aa384 --- /dev/null +++ b/cachetools-4.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d057645db16ca7fe1f3bd953558897603d6f0b9c51ed9d11eb4d071ec4e2aab +size 22229 diff --git a/python-cachetools.changes b/python-cachetools.changes index 4e70159..b9c41e3 100644 --- a/python-cachetools.changes +++ b/python-cachetools.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Apr 29 10:47:20 UTC 2020 - Dirk Mueller + +- update to 4.1.0: + - Support ``user_function`` with ``cachetools.func`` decorators + (Python 3.8 compatibility). + + - Support ``cache_parameters()`` with ``cachetools.func`` decorators + (Python 3.9 compatibility). + ------------------------------------------------------------------- Fri Jan 24 09:43:34 UTC 2020 - Marketa Calabkova diff --git a/python-cachetools.spec b/python-cachetools.spec index 27f0766..0a4f9a2 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.0.0 +Version: 4.1.0 Release: 0 Summary: Extensible memoizing collections and decorators License: MIT