From 7a1c3aae8bb978403acd9253b2f97ded2fd96c4aa730d5c9889a2e3f57356fd0 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 7 Oct 2022 07:54:44 +0000 Subject: [PATCH] Accepting request 1008616 from home:yarunachalam:branches:devel:languages:python - Update to version 3.7.0 (2020-11-20) Made logger names more specific. Now can have granular filtering on these new logger names: redis_lock.acquire (emits DEBUG messages) redis_lock.acquire (emits WARN messages) redis_lock.acquire (emits INFO messages) redis_lock.refresh.thread.start (emits DEBUG messages) redis_lock.refresh.thread.exit (emits DEBUG messages) redis_lock.refresh.start (emits DEBUG messages) redis_lock.refresh.shutdown (emits DEBUG messages) redis_lock.refresh.exit (emits DEBUG messages) redis_lock.release (emits DEBUG messages) Contributed by Salomon Smeke Cohen in #80. Fixed few CI issues regarding doc checks. Contributed by Salomon Smeke Cohen in #81. OBS-URL: https://build.opensuse.org/request/show/1008616 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-redis-lock?expand=0&rev=10 --- python-python-redis-lock.changes | 18 ++++++++++++++++++ python-python-redis-lock.spec | 4 ++-- python-redis-lock-3.6.0.tar.gz | 3 --- python-redis-lock-3.7.0.tar.gz | 3 +++ 4 files changed, 23 insertions(+), 5 deletions(-) delete mode 100644 python-redis-lock-3.6.0.tar.gz create mode 100644 python-redis-lock-3.7.0.tar.gz diff --git a/python-python-redis-lock.changes b/python-python-redis-lock.changes index eecc8e2..b23131a 100644 --- a/python-python-redis-lock.changes +++ b/python-python-redis-lock.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Thu Oct 6 22:49:02 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version 3.7.0 (2020-11-20) + + Made logger names more specific. Now can have granular filtering on these new logger names: + redis_lock.acquire (emits DEBUG messages) + redis_lock.acquire (emits WARN messages) + redis_lock.acquire (emits INFO messages) + redis_lock.refresh.thread.start (emits DEBUG messages) + redis_lock.refresh.thread.exit (emits DEBUG messages) + redis_lock.refresh.start (emits DEBUG messages) + redis_lock.refresh.shutdown (emits DEBUG messages) + redis_lock.refresh.exit (emits DEBUG messages) + redis_lock.release (emits DEBUG messages) + Contributed by Salomon Smeke Cohen in #80. + Fixed few CI issues regarding doc checks. Contributed by Salomon Smeke Cohen in #81. + ------------------------------------------------------------------- Wed Mar 24 21:03:34 UTC 2021 - Matej Cepl diff --git a/python-python-redis-lock.spec b/python-python-redis-lock.spec index f2fc3b7..ca23219 100644 --- a/python-python-redis-lock.spec +++ b/python-python-redis-lock.spec @@ -1,7 +1,7 @@ # # spec file for package python-python-redis-lock # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-python-redis-lock -Version: 3.6.0 +Version: 3.7.0 Release: 0 Summary: Lock context manager implemented via redis SETNX/BLPOP License: BSD-2-Clause diff --git a/python-redis-lock-3.6.0.tar.gz b/python-redis-lock-3.6.0.tar.gz deleted file mode 100644 index 84c108c..0000000 --- a/python-redis-lock-3.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c79b87f2fefcf47bbcebea56056d324e9d7971c9b98123b79590e08cbb0a8f7 -size 161282 diff --git a/python-redis-lock-3.7.0.tar.gz b/python-redis-lock-3.7.0.tar.gz new file mode 100644 index 0000000..085f100 --- /dev/null +++ b/python-redis-lock-3.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4265a476e39d476a8acf5c2766485c44c75f3a1bd6cf73bb195f3079153b8374 +size 162008