From ac23e2fa09f66e3f16f7dd78b1b31bb6c14683051b3c85cee9aa6bc323e83b01 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 5 Jul 2023 09:15:45 +0000 Subject: [PATCH] Fix changes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-redis-lock?expand=0&rev=13 --- python-python-redis-lock.changes | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/python-python-redis-lock.changes b/python-python-redis-lock.changes index 58f1409..6815474 100644 --- a/python-python-redis-lock.changes +++ b/python-python-redis-lock.changes @@ -1,6 +1,14 @@ ------------------------------------------------------------------- Wed Jul 5 09:14:19 UTC 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) -------------------------------------------------------------------