diff --git a/cachetools-5.3.1.tar.gz b/cachetools-5.3.1.tar.gz deleted file mode 100644 index f0729c1..0000000 --- a/cachetools-5.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dce83f2d9b4e1f732a8cd44af8e8fab2dbe46201467fc98b3ef8f269092bf62b -size 27985 diff --git a/cachetools-5.3.2.tar.gz b/cachetools-5.3.2.tar.gz new file mode 100644 index 0000000..e909996 --- /dev/null +++ b/cachetools-5.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:086ee420196f7b2ab9ca2db2520aca326318b68fe5ba8bc4d49cca91add450f2 +size 26510 diff --git a/python-cachetools.changes b/python-cachetools.changes index f0d0ae5..17ef1a6 100644 --- a/python-cachetools.changes +++ b/python-cachetools.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Nov 10 13:36:43 UTC 2023 - Dirk Müller + +- update to 5.3.2: + * Add support for Python 3.12. + * Various documentation improvements. + ------------------------------------------------------------------- Mon May 29 16:03:19 UTC 2023 - Dirk Müller @@ -109,7 +116,7 @@ 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). diff --git a/python-cachetools.spec b/python-cachetools.spec index db418ee..f800080 100644 --- a/python-cachetools.spec +++ b/python-cachetools.spec @@ -16,11 +16,9 @@ # -%define skip_python2 1 -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?sle15_python_module_pythons} Name: python-cachetools -Version: 5.3.1 +Version: 5.3.2 Release: 0 Summary: Extensible memoizing collections and decorators License: MIT