14
0
forked from pool/python-redis

- Add account-defaults-redis.patch which fixes failing tests by

taking into consideration redis defaults, not overwriting them
  (gh#andymccurdy/redis-py#1499).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-redis?expand=0&rev=58
This commit is contained in:
2021-07-16 09:17:26 +00:00
committed by Git OBS Bridge
parent 23791a97f7
commit 8d1c0f81d0
3 changed files with 99 additions and 3 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Jul 16 09:15:51 UTC 2021 - Matej Cepl <mcepl@suse.com>
- Add account-defaults-redis.patch which fixes failing tests by
taking into consideration redis defaults, not overwriting them
(gh#andymccurdy/redis-py#1499).
-------------------------------------------------------------------
Wed Mar 10 12:41:14 UTC 2021 - Matej Cepl <mcepl@suse.com>