15
0

- 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
This commit is contained in:
Tomáš Chvátal
2019-09-13 11:09:56 +00:00
committed by Git OBS Bridge
parent a5cb3c231f
commit 13f667fb1c
4 changed files with 11 additions and 7 deletions

View File

@@ -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