diff --git a/cachetools-4.1.0.tar.gz b/cachetools-4.1.0.tar.gz deleted file mode 100644 index 33aa384..0000000 --- a/cachetools-4.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d057645db16ca7fe1f3bd953558897603d6f0b9c51ed9d11eb4d071ec4e2aab -size 22229 diff --git a/cachetools-4.1.1.tar.gz b/cachetools-4.1.1.tar.gz new file mode 100644 index 0000000..eaa151b --- /dev/null +++ b/cachetools-4.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbaa39c3dede00175df2dc2b03d0cf18dd2d32a7de7beb68072d13043c9edb20 +size 23574 diff --git a/python-cachetools.changes b/python-cachetools.changes index b9c41e3..aa493c1 100644 --- a/python-cachetools.changes +++ b/python-cachetools.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Jul 17 07:21:31 UTC 2020 - Dirk Mueller + +- update to 4.1.1: + - Improve ``popitem()`` exception context handling. + - Replace ``float('inf')`` with ``math.inf``. + ------------------------------------------------------------------- Wed Apr 29 10:47:20 UTC 2020 - Dirk Mueller diff --git a/python-cachetools.spec b/python-cachetools.spec index 0a4f9a2..3f82506 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.0 +Version: 4.1.1 Release: 0 Summary: Extensible memoizing collections and decorators License: MIT