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

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Aug 5 09:43:30 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- 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.
-------------------------------------------------------------------
Tue Jun 16 12:17:26 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>