forked from pool/python-python-redis-lock
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
This commit is contained in:
@@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 6 22:49:02 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||||
|
|
||||||
|
- 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 <mcepl@suse.com>
|
Wed Mar 24 21:03:34 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-python-redis-lock
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-python-redis-lock
|
Name: python-python-redis-lock
|
||||||
Version: 3.6.0
|
Version: 3.7.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Lock context manager implemented via redis SETNX/BLPOP
|
Summary: Lock context manager implemented via redis SETNX/BLPOP
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6c79b87f2fefcf47bbcebea56056d324e9d7971c9b98123b79590e08cbb0a8f7
|
|
||||||
size 161282
|
|
3
python-redis-lock-3.7.0.tar.gz
Normal file
3
python-redis-lock-3.7.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4265a476e39d476a8acf5c2766485c44c75f3a1bd6cf73bb195f3079153b8374
|
||||||
|
size 162008
|
Reference in New Issue
Block a user