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