From 06add99b841e165b15e3d2e21235e7f8311f24c61ba93e85879a3c1561d846bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 6 Aug 2020 05:41:42 +0000 Subject: [PATCH] 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 --- python-python-redis-lock.changes | 7 +++++++ python-python-redis-lock.spec | 2 +- python-redis-lock-3.5.0.tar.gz | 3 --- python-redis-lock-3.6.0.tar.gz | 3 +++ 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 python-redis-lock-3.5.0.tar.gz create mode 100644 python-redis-lock-3.6.0.tar.gz diff --git a/python-python-redis-lock.changes b/python-python-redis-lock.changes index 4ca7792..d664f84 100644 --- a/python-python-redis-lock.changes +++ b/python-python-redis-lock.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Aug 5 09:43:30 UTC 2020 - Marketa Calabkova + +- 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 diff --git a/python-python-redis-lock.spec b/python-python-redis-lock.spec index a24b936..9d77a3b 100644 --- a/python-python-redis-lock.spec +++ b/python-python-redis-lock.spec @@ -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 diff --git a/python-redis-lock-3.5.0.tar.gz b/python-redis-lock-3.5.0.tar.gz deleted file mode 100644 index f384bc0..0000000 --- a/python-redis-lock-3.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:06f28f63bf4ea3d739ff5c472e76563e24aa5c887002a85cbdb7a5b13aa05897 -size 161533 diff --git a/python-redis-lock-3.6.0.tar.gz b/python-redis-lock-3.6.0.tar.gz new file mode 100644 index 0000000..84c108c --- /dev/null +++ b/python-redis-lock-3.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c79b87f2fefcf47bbcebea56056d324e9d7971c9b98123b79590e08cbb0a8f7 +size 161282