17
0

Accepting request 824460 from home:mcalabkova:branches:devel:languages:python

- Update to 3.6.0
  * Improved ``timeout``/``expire`` validation.
  * Removed the custom script caching code. Now the ``register_script`` method from the redis client is used.

OBS-URL: https://build.opensuse.org/request/show/824460
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-redis-lock?expand=0&rev=4
This commit is contained in:
Tomáš Chvátal
2020-08-06 05:41:42 +00:00
committed by Git OBS Bridge
parent da1f501fa9
commit 06add99b84
4 changed files with 11 additions and 4 deletions

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-python-redis-lock
Version: 3.5.0
Version: 3.6.0
Release: 0
Summary: Lock context manager implemented via redis SETNX/BLPOP
License: BSD-2-Clause