15
0

Accepting request 730683 from devel:languages:python

- 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/request/show/730683
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cachetools?expand=0&rev=7
This commit is contained in:
2019-09-23 10:10:05 +00:00
committed by Git OBS Bridge
4 changed files with 11 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9efcc9fab3b49ab833475702b55edd5ae07af1af7a4c627678980b45e459c460
size 20664

3
cachetools-3.1.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8ea2d3ce97850f31e4a08b0e2b5e6c34997d7216a9d2c98e0f3978630d4da69a
size 22055

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Sep 13 11:08:10 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- 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 <tbechtold@suse.com>

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