diff --git a/cachetools-5.2.1.tar.gz b/cachetools-5.2.1.tar.gz deleted file mode 100644 index 547e084..0000000 --- a/cachetools-5.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5991bc0e08a1319bb618d3195ca5b6bc76646a49c21d55962977197b301cc1fe -size 27401 diff --git a/cachetools-5.3.0.tar.gz b/cachetools-5.3.0.tar.gz new file mode 100644 index 0000000..eff6bdc --- /dev/null +++ b/cachetools-5.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13dfddc7b8df938c21a940dfa6557ce6e94a2f1cdfa58eb90c805721d58f2c14 +size 27935 diff --git a/python-cachetools.changes b/python-cachetools.changes index ee1c12c..be185a8 100644 --- a/python-cachetools.changes +++ b/python-cachetools.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Jan 28 12:28:38 UTC 2023 - Dirk Müller + +- update to 5.3.0: + * Add ``cache_info()`` function to ``@cached`` decorator. + ------------------------------------------------------------------- Fri Jan 13 09:53:36 UTC 2023 - Dirk Müller diff --git a/python-cachetools.spec b/python-cachetools.spec index 063a53c..432de87 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: 5.2.1 +Version: 5.3.0 Release: 0 Summary: Extensible memoizing collections and decorators License: MIT