14
0

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:
2022-10-07 07:54:44 +00:00
committed by Git OBS Bridge
parent 590c502330
commit 7a1c3aae8b
4 changed files with 23 additions and 5 deletions

View File

@@ -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>

View File

@@ -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

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6c79b87f2fefcf47bbcebea56056d324e9d7971c9b98123b79590e08cbb0a8f7
size 161282

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4265a476e39d476a8acf5c2766485c44c75f3a1bd6cf73bb195f3079153b8374
size 162008