Skip to content

Commit 458b165

Browse files
leon-anavikraj
authored andcommitted
python3-redis: Upgrade 2.10.6 -> 3.5.3
Upgrade to release 3.5.3: - Restore try/except clauses to __del__ methods. These will be removed in 4.0 when more explicit resource management if enforced. - Update the master_address when Sentinels promote a new master. - Update SentinelConnectionPool to not forcefully disconnect other in-use connections which can negatively affect threaded applications. Signed-off-by: Leon Anavi <[email protected]> Signed-off-by: Khem Raj <[email protected]>
1 parent 884be07 commit 458b165

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

meta-python/recipes-devtools/python/python3-redis_2.10.6.bb renamed to meta-python/recipes-devtools/python/python3-redis_3.5.3.bb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ HOMEPAGE = "http://github.com/andymccurdy/redis-py"
44
LICENSE = "MIT"
55
LIC_FILES_CHKSUM = "file://LICENSE;md5=51d9ad56299ab60ba7be65a621004f27"
66

7-
SRC_URI[md5sum] = "048348d8cfe0b5d0bba2f4d835005c3b"
8-
SRC_URI[sha256sum] = "a22ca993cea2962dbb588f9f30d0015ac4afcc45bee27d3978c0dbe9e97c6c0f"
7+
SRC_URI[md5sum] = "7a00d4540374f34e152a33faa1fcee5f"
8+
SRC_URI[sha256sum] = "0e7e0cfca8660dea8b7d5cd8c4f6c5e29e11f31158c0b0ae91a397f00e5a05a2"
99

1010
inherit pypi setuptools3
1111

0 commit comments

Comments
 (0)