SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python311-python-redis-lock-4.0.0-16.29.noarch.rpm :

* Wed Jul 05 2023 Matej Cepl - 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 06 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 2021 Matej Cepl - Skip test test_no_overlap2 (gh#ionelmc/python-redis-lock#86)
* Wed Aug 19 2020 Tomáš Chvátal - Fix leap build by disabling py2 as the django-redis version requirement is without py2 support
* Wed Aug 05 2020 Marketa Calabkova - 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 2020 Tomáš Chvátal - Update to 3.5.0:
* support for newer redis releases
* Wed Mar 27 2019 John Vandenberg - Initial spec for v3.3.1
 
ICM