From 0ea8128860e32b7256d17560b604d82952ed57a97c7c5e37206e12e56de83b6e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 29 Apr 2020 10:48:38 +0000 Subject: [PATCH] - 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). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cachetools?expand=0&rev=18 --- cachetools-4.0.0.tar.gz | 3 --- cachetools-4.1.0.tar.gz | 3 +++ python-cachetools.changes | 10 ++++++++++ python-cachetools.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 cachetools-4.0.0.tar.gz create mode 100644 cachetools-4.1.0.tar.gz 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