[meta-python,5/5] python3-huey: Upgrade 2.4.2 -> 2.4.3

Message ID 20220110163146.40024-5-leon.anavi@konsulko.com
State New
Headers show
Series [meta-python,1/5] python3-diskcache: Upgrade 5.3.0 -> 5.4.0 | expand

Commit Message

Leon Anavi Jan. 10, 2022, 4:31 p.m. UTC
Upgrade to release 2.4.3:

- Fix compatibility issue with new redis-py

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../python/{python3-huey_2.4.2.bb => python3-huey_2.4.3.bb}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-huey_2.4.2.bb => python3-huey_2.4.3.bb} (78%)

Patch

diff --git a/meta-python/recipes-devtools/python/python3-huey_2.4.2.bb b/meta-python/recipes-devtools/python/python3-huey_2.4.3.bb
similarity index 78%
rename from meta-python/recipes-devtools/python/python3-huey_2.4.2.bb
rename to meta-python/recipes-devtools/python/python3-huey_2.4.3.bb
index 865e9ff77..f8f4062a6 100644
--- a/meta-python/recipes-devtools/python/python3-huey_2.4.2.bb
+++ b/meta-python/recipes-devtools/python/python3-huey_2.4.3.bb
@@ -5,7 +5,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=5cac039fcc82f01141cc170b48f315d4"
 
 PYPI_PACKAGE = "huey"
 
-SRC_URI[sha256sum] = "20683288e27e851f786b38465784c5d0e7e2b93b8791cc826898f9555a320cb4"
+SRC_URI[sha256sum] = "4fa2f6055d581778c3bcf93fc8c9ce87aecc2a345d5ff35bd955da152c02ef37"
 
 RDEPENDS:${PN} += " \
 	python3-datetime \