14
0

- Update to 5.1.0:

* Support transactions in FanoutCache (probably a bad idea)
  * Prevent cache shard attribute access when unsafe

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-diskcache?expand=0&rev=16
This commit is contained in:
2020-11-17 05:44:57 +00:00
committed by Git OBS Bridge
parent 28c8ee6d19
commit 220f45bd51
4 changed files with 11 additions and 5 deletions

View File

@@ -19,11 +19,10 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%global skip_python2 1
Name: python-diskcache
Version: 5.0.3
Version: 5.1.0
Release: 0
Summary: Disk and file backed cache
License: Apache-2.0
Group: Development/Languages/Python
URL: http://www.grantjenks.com/docs/diskcache/
Source: https://github.com/grantjenks/python-diskcache/archive/v%{version}.tar.gz
BuildRequires: %{python_module Django}