File python-python-redis-lock.changes of Package python-python-redis-lock
-------------------------------------------------------------------
Wed Jul 5 09:14:19 UTC 2023 - Matej Cepl <mcepl@suse.com>
- Update to 4.0.0:
- Dropped support for Python 2.7 and 3.6.
- Switched from Travis to GitHub Actions.
- Made logging messages more consistent.
- Replaced the redis_lock.refresh.thread.* loggers with a
single redis_lock.refresh.thread logger.
- Various testing cleanup (mainly removal of hardcoded tmp
paths).
- Temporarily switch off tests (gh#ionelmc/python-redis-lock#107)
-------------------------------------------------------------------
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>
- Skip test test_no_overlap2 (gh#ionelmc/python-redis-lock#86)
-------------------------------------------------------------------
Wed Aug 19 09:45:36 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Fix leap build by disabling py2 as the django-redis version
requirement is without py2 support
-------------------------------------------------------------------
Wed Aug 5 09:43:30 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- 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 <tchvatal@suse.com>
- Update to 3.5.0:
* support for newer redis releases
-------------------------------------------------------------------
Wed Mar 27 08:50:40 AM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Initial spec for v3.3.1