From 13f667fb1c2363fa6ffc629c8d497db475ca9d8b521ef8abf7d0307be9822a8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 13 Sep 2019 11:09:56 +0000 Subject: [PATCH] - Update to 3.1.1: * Document how to use shared caches with @cachedmethod. * Fix pickling/unpickling of cache keys OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cachetools?expand=0&rev=14 --- cachetools-3.1.0.tar.gz | 3 --- cachetools-3.1.1.tar.gz | 3 +++ python-cachetools.changes | 7 +++++++ python-cachetools.spec | 5 +---- 4 files changed, 11 insertions(+), 7 deletions(-) delete mode 100644 cachetools-3.1.0.tar.gz create mode 100644 cachetools-3.1.1.tar.gz diff --git a/cachetools-3.1.0.tar.gz b/cachetools-3.1.0.tar.gz deleted file mode 100644 index f3a0b78..0000000 --- a/cachetools-3.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9efcc9fab3b49ab833475702b55edd5ae07af1af7a4c627678980b45e459c460 -size 20664 diff --git a/cachetools-3.1.1.tar.gz b/cachetools-3.1.1.tar.gz new file mode 100644 index 0000000..e775170 --- /dev/null +++ b/cachetools-3.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ea2d3ce97850f31e4a08b0e2b5e6c34997d7216a9d2c98e0f3978630d4da69a +size 22055 diff --git a/python-cachetools.changes b/python-cachetools.changes index 4569fbf..2b2dc28 100644 --- a/python-cachetools.changes +++ b/python-cachetools.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Sep 13 11:08:10 UTC 2019 - Tomáš Chvátal + +- Update to 3.1.1: + * Document how to use shared caches with @cachedmethod. + * Fix pickling/unpickling of cache keys + ------------------------------------------------------------------- Wed Feb 27 18:17:13 UTC 2019 - Thomas Bechtold diff --git a/python-cachetools.spec b/python-cachetools.spec index 4e0531f..cf7880a 100644 --- a/python-cachetools.spec +++ b/python-cachetools.spec @@ -17,9 +17,8 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%bcond_without test Name: python-cachetools -Version: 3.1.0 +Version: 3.1.1 Release: 0 Summary: Extensible memoizing collections and decorators License: MIT @@ -47,10 +46,8 @@ function decorator. %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} -%if %{with test} %check %python_exec setup.py test -%endif %files %{python_files} %license LICENSE